View source: R/extract_epigenome.R
extract_epigenome | R Documentation |
Extract values for epigenomic features in a given region. Used in Monroe et al 2022 Not a very generalizable function as it depends on formatting of datasets.
extract_epigenome(
regions,
peaks_file,
meth_file,
genome_file,
histone_dir,
tmp_dir,
multiBigwigSummary
)
regions |
data.table object with columns columns chr, start, stop |
peaks_file |
file with ATACseq peaks |
meth_file |
file with methylation data |
genome_file |
reference genome fasta file |
histone_dir |
directory of files with histone modifications |
tmp_dir |
directory for temporary files |
multiBigwigSummary |
system location for multiBigwigSummary function |
a data.table annotated with genomic and epigenomic features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.