append_md_h5db | R Documentation |
Append metadata to DNAm HDF5 data compilations.
append_md_h5db( ts, mdall, comp.fpath, id.cname = "gsm", dsn = "mdall", overwrite = TRUE, verbose = TRUE )
ts |
Timestamp. |
mdall |
Valid metadata table containing column id.cname. |
comp.fpath |
File path to a valid h5 compilation file. |
id.cname |
Sample ID column name in mdall ("gsm"). |
dsn |
Name stem of the metadata table in h5db object (e.g. writes table named dsn and column names to paset0(dsn".colnames") to h5db) |
verbose |
Whether to show status messages (TRUE). |
NULL, saves h5 object with appended metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.