View source: R/updateColMeta.R
| updateColMeta | R Documentation |
Utility to update a provided soma_adat object's column
metadata to match the annotations object.
updateColMeta(adat, anno)
adat |
A |
anno |
A |
Attempts to update the following column metadata in the adat:
SomaId
Target
TargetFullName
UniProt
Type
Organism
EntrezGeneSymbol
EntrezGeneID
An identical object to adat with Col.Meta updated
to match those in anno.
Caleb Scheidel
## Not run:
anno_tbl <- read_annotations("path/to/annotations.xlsx")
adat <- read_adat("path/to/adat_file.adat")
updated_adat <- updateColMeta(adat, anno_tbl)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.