Description Arguments Methods See Also Examples
Returns a new ranking containing only the top genes of each class.
object |
a GenesRanking |
numGenesClass |
integer. Number of genes per class. |
getTopRanking(object, numGenesClass)
Main package function and classifier training:
geNetClassifier
This method's class (GenesRanking
) help page.
1 2 3 4 | data(leukemiasClassifier) # Sample classifier
# Sub-ranking with the top 10 genes:
getTopRanking(leukemiasClassifier@genesRanking, 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.