This is a test version of Biostars. For the public version, visit https://www.biostars.org.
NMF tools for scRNA analysis

New to scRNA analysis, any suggestions on the an easy to use NMF tool? Something in R or python would be great! Thanks!

nmf scrna

2 answers

you can please take a look into LIGER algorithm : https://github.com/welch-lab/liger

an example is outlined in the publication : https://www.biorxiv.org/content/10.1101/2020.04.07.029546v1.full

Use the RcppML package from CRAN, the nmf function. You'll find it exceptionally fast and easy to use. Native support for R Matrix::dgCMatrix.

Log in to answer this question.