This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
Handling count matrices from cell lines starting with a number #16
Labels
enhancement
New feature or request
C-SAR halts for cell lines whose name starts with a number at the read_sample_count_matrix.R stage of RCRISPR, as a result of the function read_count_matrix_file() adding an 'X' onto the start of these cell line names causing a mismatch with the sample annotation.
Gives this error:
The command executed is:
Rscript /opt/wsi-t113/c-sar/submodules/rcrispr/exec/read_sample_count_matrix.R -c sample_counts.txt -l singles_library.combined.filt.txt -i sample_manifest.txt --outdir "." --count_matrix_outfile "count_matrix.tsv" --library_outfile "library.processed.tsv" --rdata "counts2matrix.Rdata" --counts_delim " " --count_id_column_index 1 --count_gene_column_index 2 --count_count_column_index 3,4,5,6,7,8,9 --library_delim " " --library_id_column_index 1 --library_gene_column_index 3 --info_delim " " --info_filename_column_index 1 --info_label_column_index 2 --info_plasmid_column_index 3 --info_control_column_index 4 --info_treatment_column_index 5
Test data is attached.
sample_manifest.txt
sample_counts.txt
singles_library.combined.filt.txt
The text was updated successfully, but these errors were encountered: