You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
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
The text was updated successfully, but these errors were encountered:
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.
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/
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,
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
The text was updated successfully, but these errors were encountered: