DavisLaboratory / singscore

An R/Bioconductor package that implements a single-sample molecular phenotyping approach
https://davislaboratory.github.io/singscore/
40 stars 5 forks source link

Fix Gene Error if downSet is NULL #27

Closed DarioS closed 3 years ago

DarioS commented 3 years ago

If the downSet is NULL, you should not try to create a GeneSet with NULL on line 138. That's what causes the error about gene names.

DarioS commented 3 years ago

Oops, I forgot to use rankData = genesRanked as the second parameter.