View source: R/merge_celltype_specific_epigenomics.R
merge_celltype_specific_epigenomics | R Documentation |
Merges multiple cell-type-specific epigenomic datasets (Nott 2019, Corces 2020) into a single GRanges object.
merge_celltype_specific_epigenomics(
keep_extra_cols = FALSE,
save_path = file.path(tools::R_user_dir(package = "echoannot", which = "cache"),
"merge_celltype_specific_epigenomics.rds"),
force_new = FALSE,
verbose = TRUE
)
keep_extra_cols |
Keep extra columns that are not shared across all annotations. |
save_path |
Path to save merged results to. |
force_new |
If cached merged results already exist, ignore them and recreate the file anyway. |
verbose |
Print messages. |
gr.merged <- echoannot::merge_celltype_specific_epigenomics()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.