| getTopFeatures,SummarizedExperiment-method {PDATK} | R Documentation |
SummarizedExperiment objectGet the Top Ranked Features in a SummarizedExperiment object
## 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.
data(sampleICGCmicro) getTopFeatures(sampleICGCmicro, numFeats=20)