MUSIC icon indicating copy to clipboard operation
MUSIC copied to clipboard

Processing with multiple column of features.tsv.gz

Open wook2014 opened this issue 1 year ago • 0 comments

I have recently deal with a perturb-seq data from 10X CRISPR-Screening and output from cellranger. the features file have 3 columns: ensemble, gene_name, feature_type. When I read in the by Read10X, it said: 10X data contains more than one type and is being returned as a list containing matrices of each type. and therefore I meet up with a problem:

Error in cell_KO_hash[[colnames(perturb_seq)[i]]] : 
  wrong arguments for subsetting an environment

it seemed that the features file can only have 2 columns. can this problem be avoided for reducing doubts?

wook2014 avatar Jun 16 '23 09:06 wook2014