Skip to content

Issues with maTrex function #4

@kromine1130

Description

@kromine1130

Hello,
I am running the following line:

Trex_vectors <- maTrex(my_trex, 
                       chains = "TRB",
                       AA.properties = "both")

and getting:

Error in str_split(sub$genes, "[.]", simplify = TRUE)[, 2] : 
 subscript out of bounds

I also get this error with:

my_trex <- runTrex(my_trex, 
                     chains = "TRB",
                     AA.properties = "KF", 
                     reduction.name = "Trex.KF")

the my_trex object was generated by taking my output from scRepertoire(), which worked great, and running the combineTCR() function with my seurat object. I do not run into any issues at this step and can do downstream analyses such as clonalNetworks(), etc. It is unclear from the source code how I could be getting this error. This is on version 0.99.6. Any advice would be much appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions