View source: R/MetAlyzer_handler.R
renameMetaData | R Documentation |
This function renames a column of meta_data.
renameMetaData(metalyzer_se, ..., inplace = FALSE)
metalyzer_se |
SummarizedExperiment |
... |
Use new_name = old_name to rename selected variables |
inplace |
If FALSE, return a copy. Otherwise, do operation inplace and return None. |
An updated SummarizedExperiment
metalyzer_se <- MetAlyzer_dataset(file_path = example_extraction_data())
metalyzer_se <- renameMetaData(
metalyzer_se,
Method = `Sample Description`
)
# or
renameMetaData(metalyzer_se, Model_Organism = Tissue, inplace = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.