neurogenomics / EpiCompare

Comparison, benchmarking & QC of epigenetic datasets
https://doi.org/doi:10.18129/B9.bioc.EpiCompare
12 stars 3 forks source link

User-specified TSS-distance #131

Closed bschilder closed 1 year ago

bschilder commented 1 year ago

Allow users to adjust the distance around TSS. Could be new arg: tss_distance where the user supplies a vector of length 2. The first items is the bp upstream and the second is the bp downstream. So it would look like:

tss_distance = c(5000,3000)
bschilder commented 1 year ago

This is now implemented as an argument in EpiCompare::EpiCompare, as well as all relevant subfunctions (e.g. tss_plot)