View source: R/simplifyColData.R
mergeColData | R Documentation |
This function works on the colData
of a
MultiAssayExperiment
object to merge curated variable columns or other clinical variables that
would like to be added. It is recommended that the user run the scripts in
the MultiAssayExperiment.TCGA
repository that build the "enhanced" type of
data but not necessary if using different clinical data. Please see the
repository's README for more information.
mergeColData(MultiAssayExperiment, colData)
MultiAssayExperiment |
A
|
colData |
A |
A
MultiAssayExperiment
object
library(MultiAssayExperiment)
mergeColData(MultiAssayExperiment(), S4Vectors::DataFrame())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.