cellassign icon indicating copy to clipboard operation
cellassign copied to clipboard

Consider transposed input matrix

Open kieranrcampbell opened this issue 7 years ago • 0 comments

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)

kieranrcampbell avatar Feb 05 '19 01:02 kieranrcampbell