View source: R/featureSelection.R
featureSelection | R Documentation |
Filters features depending on it's score in a biosign model
featureSelection(features, biosigndata, model = 1, scoremin = "A")
features |
An ExpressionSet or SummarizedExperiment object |
biosigndata |
A biosign object |
model |
A numeric/string vector indicating the models from which the scores will be used. |
scoremin |
The minimum score to select the features "A", "S", "B". |
Returns a filtered ExpressionSet or SummarizedExperiment object.
Jordi Rofes Herrera
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.