selectFeatureData {MSnbase} | R Documentation |
Select feature variables to be retained.
selectFeatureData(object, graphics = TRUE, fcol)
object |
An |
graphics |
A |
fcol |
A |
Updated MSnSet
, containing only selected feature
variables.
Laurent Gatto
library("pRolocdata") data(hyperLOPIT2015) ## 5 first feature variables x <- selectFeatureData(hyperLOPIT2015, fcol = 1:5) fvarLabels(x) ## Not run: ## select via GUI x <- selectFeatureData(hyperLOPIT2015) fvarLabels(x) ## End(Not run)