Hello and thank you very much for developing this wonderful package!
I was trying to load multiple TCR filtered_annotations.csv files with repLoad function of this package. Prior to it I was opening them in the loop with read.csv function, subsetting only the barcodes presented in my final dataset and then resaving them in the appropriate folder. Here is the loop I have been using for it:
After I was trying to load the files from the folder, I get the following error:
Warning message:
"The following named parsers don't match the column names: "", "barcode", "is_cell", "contig_id", "high_confidence", "length", "chain", "v_gene", "d_gene", "j_gene", "c_gene", "full_length", "productive", "fwr1", "fwr1_nt", "cdr1", "cdr1_nt", "fwr2", "fwr2_nt", "cdr2", "cdr2_nt", "fwr3", "fwr3_nt", "cdr3", "cdr3_nt", "fwr4", "fwr4_nt", "reads", "umis", "raw_clonotype_id", "raw_consensus_id", "exact_subclonotype_id""
Warning message in .which_recomb_type(df[[.vgenes]]):
"Can't determine the type of V(D)J recombination. No insertions will be presented in the resulting data table."
Error: Assigned data toupper(df[[.nuc.seq]]) must be compatible with existing data.
x Existing data has 531 rows.
x Assigned data has 0 rows.
i Only vectors of size 1 are recycled.
Traceback:
It seems like the problem is in opening and resaving the filtered_contig_annotations files. Here is the message I get by opening one of the files in the list without prior resaving: (please notice the names of the columns written not in the quotation marks)
Warning message:
"The following named parsers don't match the column names: barcode,is_cell,contig_id,high_confidence,length,chain,v_gene,d_gene,j_gene,c_gene,full_length,productive,fwr1,fwr1_nt,cdr1,cdr1_nt,fwr2,fwr2_nt,cdr2,cdr2_nt,fwr3,fwr3_nt,cdr3,cdr3_nt,fwr4,fwr4_nt,reads,umis,raw_clonotype_id,raw_consensus_id,exact_subclonotype_id"
== Step 2/3: checking metadata files and merging files... ==
Processing "" ...
-- Metadata file not found; creating a dummy metadata...
Hello and thank you very much for developing this wonderful package!
I was trying to load multiple TCR filtered_annotations.csv files with repLoad function of this package. Prior to it I was opening them in the loop with read.csv function, subsetting only the barcodes presented in my final dataset and then resaving them in the appropriate folder. Here is the loop I have been using for it:
After I was trying to load the files from the folder, I get the following error:
It seems like the problem is in opening and resaving the filtered_contig_annotations files. Here is the message I get by opening one of the files in the list without prior resaving: (please notice the names of the columns written not in the quotation marks)