extract_encode peaks
takes ENCODE data and outputs a list of peaks
with metadata, as well as lists of bed files and unique peaks.
chipLocation: |
string, file location of ENCODE ChIP metadata.tsv |
dnaseLocation: |
string, file location of ENCODE DNase metadata.tsv |
dnamethLocation: |
string, file location of ENCODE DNA methylation metadata.tsv |
peakdir: |
string, path of directory containing peak files in .bed format |
outdir: |
string, path of directory to save output |
NULL, but saves to disk an .Rda file of meta_peaks: a data.table of all the peak metadata bed.list.raw: a list of the raw bed file names bed.list.narrow1: a list of all the narrowpeak files uniquepeaks.raw: a list of the raw unique peaks uniquepeaks.narrow1: a list of the unique narrowpek files This is what is actually called by run_Encode.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.