MarioniLab / scran

Clone of the Bioconductor repository for the scran package.
https://bioconductor.org/packages/devel/bioc/html/scran.html
39 stars 23 forks source link

getTopHVGs should just call modelGeneVar if applied on an SCE #83

Closed LTLA closed 3 years ago

LTLA commented 3 years ago

Quick and dirty for interactive use, we should be able to do:

hvgs <- getTopHVGs(sce, n=2000)

and get the top 2000 HVGs, no questions asked.