omnideconv / omnideconv

Unified access to several second-generation deconvolution methods
https://omnideconv.org/omnideconv/
GNU General Public License v3.0
49 stars 10 forks source link

More details about the methods #77

Closed PelzKo closed 1 month ago

PelzKo commented 3 years ago

Smart-seq2 or 10x data

Type of expression levels to be used (counts, TPM, library-normalized counts, log or natural scale)?

Other important stuff

FFinotello commented 2 years ago

Maybe interesting: https://www.nature.com/articles/s41467-021-26328-2

PelzKo commented 2 years ago

This is NOT A BENCHMARK, just some timings of one dataset to get an idea which method is a lot faster than another one on the vignette dataset (so which methods to use for the examples): [1] "autogenes: 22.37" [1] "bisque: 12.39" [1] "bseqsc: 4.26999999999998" [1] "cibersortx: 1.73000000000002" [1] "cdseq: 745.49" [1] "cpm: 643.83" [1] "dwls: 722.5" [1] "momf: 3011.64" [1] "music: 2.30999999999949" [1] "scdc: 13.1100000000006" [1] "scaden: 781.900000000001"

grst commented 2 years ago

What do we do with this information? Was this integrated into the documentation anywher?

FFinotello commented 2 years ago

We can close this issue and maybe integrate later on into the documentation the information regarding types of input data (after some additional testing).