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
Hope you are well. I have a quick question. I recently had a quick discussion with one of our collaborators and she asked whether there is TCR alpha alpha in our sequencing data. I looked at my data frame of each sample (kindly review attach file), I saw only TRA and TRB. I am not sure is there is a quick way to check whether there is TCR alpha alpha in my dataset or they are only TCR alpha and beta using scRepertoire package.
Kind Regards,
synat
The text was updated successfully, but these errors were encountered:
Thanks, Nick for your code to filter out possible CTaa. Do you know which column (chain column?) that may possibly contains CTaa? I would like to manually check individual sample a bit to make sure whether I can see CTaa by eyes. So I can use code sth like df[df$chain == "CTaa", ] to check. Now I could not find CTaa somewhere in my dataframe. Sorry if the question is a bit naive and thank for your help.
That code is for after you use combineTCR(). If you are looking at the filtered_contig_annotations file, you could use a dplyr approach to summarise the cells with more than 1 alpha chain:
Hi Nick and team,
Hope you are well. I have a quick question. I recently had a quick discussion with one of our collaborators and she asked whether there is TCR alpha alpha in our sequencing data. I looked at my data frame of each sample (kindly review attach file), I saw only TRA and TRB. I am not sure is there is a quick way to check whether there is TCR alpha alpha in my dataset or they are only TCR alpha and beta using
scRepertoire package
.Kind Regards,
synat
The text was updated successfully, but these errors were encountered: