View source: R/17_featureSubset.R
featureSubset | R Documentation |
Replaces zeros in the romics_object by NA values
featureSubset(romics_object, feature_list = c("feature1", "feature2", "etc"))
romics_object |
has to be an romics_object created using romicsCreateObject() |
feature_list |
has to be a character vector containing features to be extracted |
This function will create a new romics object in which only the features contained in the feature_list are contained.
The function supports partial matches and allows the features from the feature list not to be present in the romics_object
This function returns an romics_object
Geremy Clair
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.