Returns a list of top genes for each gene program found
by multiNMF()
Arguments
nmf.res
A list of NMF models obtained using multiNMF()
specificity.weight
A parameter controlling how specific gene
should be for each program. `specificity.weight=0` no constraint on
specificity, and positive values impose increasing specificity.
weight.explained
Fraction of NMF weights explained by selected
genes. For example if weight.explained=0.5, all genes that together
account for 50% of NMF weights are used to return program signatures.