View source: R/snakemake_functions.R
append_md_snakemake | R Documentation |
Append aggregate metadata to compilation files. This step follows formation of the compilation files (e.g. rule 'get_rg_compilations', etc.) and metadata files (e.g. rule 'do_mdmap', etc.).
append_md_snakemake( files.dname = "recount-methylation-files", md.dname = "metadata", comp.dname = "compilations" )
files.dname |
Files dir name for instance ("recount-methylation-files") |
md.dname |
Metadata dir name ("metadata"), contained at files.dname. |
comp.dname |
Compilations dir name ("compilations"), contained at files.dname. |
NULL, stores new composite metadata table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.