Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regarding 'find.clonotype' #18

Closed
joonlee3 opened this issue Jun 16, 2015 · 2 comments
Closed

regarding 'find.clonotype' #18

joonlee3 opened this issue Jun 16, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@joonlee3
Copy link

Hi Vadim,

I have a question about a tcR function 'find.clonotype'. I am reading through tcR vignette. One of the examples is to show how to search for a target CDR3 sequence. As shown in the vignette, if I run the command lines,

cmv.imm.hamm.v <- find.clonotypes(twb[1:3], cmv, 'hamm', 'Rank',

  •                              .target.col = c('CDR3.amino.acid.sequence', 'V.gene'), .verbose = F)
    
    head(cmv.imm.hamm.v)

then we get the following output
CDR3.amino.acid.sequence V.gene Rank.Subj.A Rank.Subj.B Rank.Subj.C
CASSALGGAGTGELFF CASSALGGAGTGELFF TRBV4-1 NA NA NA
CASSLIGVSSYNEQFF CASSLIGVSSYNEQFF TRBV4-1 NA NA NA
CASSLTGNTEAFF CASSLTGNTEAFF TRBV4-1 NA NA NA
CASSSANYGYTF CASSSANYGYTF TRBV4-1 NA NA NA
CSVGRAQNEQFF CSVGRAQNEQFF TRBV4-1 NA NA NA

I thought that information from the column "Rank" (which is generated by using set.rank) would be shown in those columns but those three columns are just 'NA'. Would you please explain this? Thanks a lot.

Best,
Joon

@vadimnazarov
Copy link
Member

Hi Joon,

it means that no such clonotypes has been found in the data. Thank you for pointing to this examples, they are really not very good cases for showing the functionally of find.clonotypes, so I think I would change them.

@vadimnazarov vadimnazarov self-assigned this Jun 17, 2015
@vadimnazarov vadimnazarov added this to the v2.2 milestone Jun 17, 2015
@vadimnazarov
Copy link
Member

Hi, tcR package is no longer supported and current issues will not be fixed. A new package is available that is designed to replace tcR called immunarch. We have solved most of the problems tcR package had and improved the overall pipeline, providing functions for painless repertoire file parsing and publication-ready plot making.

The mission of the immunarch is to make immune repertoire data analysis as easy and possible—even with R. Please feel free to check it here: https://immunarch.com/

If you have any suggestions, bugs, improvements, etc. -- please write us or create an issue in https://github.com/immunomind/immunarch/issues

Thank you! Sincerely,
immunarch dev team and Vadim I. Nazarov, lead developer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants