Description Usage Arguments Value Examples
Get the Top Ranked Features in a SummarizedExperiment object
| 1 2 | ## S4 method for signature 'SummarizedExperiment'
getTopFeatures(object, numFeats, ..., rankCol = "feature_rank")
 | 
| object | A  | 
| numFeats | An  | 
| ... | Fall through arguments to  | 
| rankCol | The name of the column containing the integer feature ranks.
Defaults to  | 
A character vector of top ranked features, with the features in
order of rank ascending.
| 1 2 | data(sampleICGCmicro)
getTopFeatures(sampleICGCmicro, numFeats=20)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.