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
thanks Nick for your great package. I wanted to analyse public dataset from Gueguen et al where "filtered_contig_annotations_mixcr.csv" files are available. I haven't had any experience with mixcr before and I'm unsure how to fix the following error.
The error i get is the following (which makes sense because my contig list does not have these columns, see screenshot below):
Error in `mutate()`:
ℹ In argument: `TCR1 = ifelse(...)`.
Caused by error:
! object 'v_gene' not found
Backtrace:
1. scRepertoire::combineTCR(...)
14. stringr::str_replace_na(v_gene)
15. stringi::stri_replace_na(string, replacement)
Is there any way to use these contig files with scRepertoire?
The text was updated successfully, but these errors were encountered:
Probably the quickest fix is manually altering the contig_annotation files from the repo you link. Happy to help with this, but it seems to be a bespoke issue with formating of that repo.
Hi,
thanks Nick for your great package. I wanted to analyse public dataset from Gueguen et al where "filtered_contig_annotations_mixcr.csv" files are available. I haven't had any experience with mixcr before and I'm unsure how to fix the following error.
The error i get is the following (which makes sense because my contig list does not have these columns, see screenshot below):
Is there any way to use these contig files with scRepertoire?
The text was updated successfully, but these errors were encountered: