append_md_h5se | R Documentation |
Append metadata to DNAm HDF5-SummarizedExperiment data compilations.
append_md_h5se( ts, mdall, comp.fpath, id.cname = "gsm", overwrite = TRUE, verbose = TRUE )
ts |
Timestamp. |
mdall |
Valid metadata table containing column id.cname. |
comp.fpath |
File path to a valid h5se compilation file. |
id.cname |
Sample ID column name in mdall ("gsm"). |
overwrite |
Whether to overwrite existing metadata (TRUE). |
verbose |
Whether to show status messages (TRUE). |
NULL, saves h5se object with appended metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.