Vivianstats / scImpute

Accurate and robust imputation of scRNA-seq data
https://www.nature.com/articles/s41467-018-03405-7
90 stars 34 forks source link

Question about input file #17

Closed Gerde closed 5 years ago

Gerde commented 5 years ago

Hi, Vivian, thank you for your work on scImpute package!I have a question about input count file, the input raw count file in quick start is /path/to/package/extdata/raw_count.csv, to my understanding, counts in this file should be an integer, but I see a float, did I misunderstand ?

Vivianstats commented 5 years ago

Hello Gerde,

The algorithm accepts both integers and floats. It is because some pipelines will produce non-integer read counts when adjusting for multiple alignment or other factors.