View source: R/updateMetadataSCE.R
updateMetadataSCE | R Documentation |
updateMetadataSCE
takes a new metadata object and updates the corresponding
columns of the colData of an SCE object.
updateMetadataSCE(sce, md, merge_by = c("file_name"))
sce |
A |
md |
A data.frame/data.table containing the following metadata:
Variables that do not exist in the colData of the SCE object will be ignored. |
merge_by |
A character vector. Specifies the names of the variables used for merging. |
A SingleCellExperiment-class
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.