removeMetaFeatures | R Documentation |
Remove meta features from the
SPATA2
object.
removeMetaFeatures(object, feature_names)
object |
An object of class |
feature_names |
Character vector. Names of the meta features to remove. |
The updated input object, containing the added, removed or computed results.
removeMolecules()
, getMetaFeatureNames()
library(SPATA2)
data("example_data")
object <- example_data$object_UKF269T_diet
# deafults to only return the meta features
getFeatureNames(object)
object <- removeMetaFeatures(object, feature_names = "bayes_space")
getFeatureNames(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.