View source: R/functions_make.R
make_peak_dt | R Documentation |
make_peak_dt
make_peak_dt(peak_grs, treatments = NULL)
peak_grs |
list of GRanges for peak sets |
treatments |
opional character vector of treatments for each peak set. |
a data.table with peak_count data for each GRanges in peak_grs.
peak_files = dir(system.file("extdata", package = "seqqc"),
pattern = "Peak$", full.names = TRUE)
peak_grs = seqsetvis::easyLoad_narrowPeak(peak_files)
make_peak_dt(peak_grs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.