Irrationone / cellassign

Automated, probabilistic assignment of cell types in scRNA-seq data
Other
191 stars 79 forks source link

Consider transposed input matrix #22

Open kieranrcampbell opened 5 years ago

kieranrcampbell commented 5 years ago

I originally wrote that if an SCE isn't provided and a user provides a count matrix then effectively it should be cell by gene, ie

t( counts( sce ) )

as input, out of a pedantic need that dim 1 should be samples (cells). However, this is probably over confusing and we should change it to just gene by cell (ie counts(sce) equiv)