View source: R/functions_plot.R
plot_scc_dt | R Documentation |
plot strand cross correlation (SCC) info
plot_scc_dt(
scc_dt,
main_title = NULL,
name_var = "name_split",
name_lev = NULL
)
scc_dt |
output from |
list of ggplots relevant to SCC
bam_files = dir(system.file("extdata", package = "seqqc"), pattern = "^M.+bam$", full.names = TRUE)
query_dt.bam = make_dt(bam_files)
peak_files = dir(system.file("extdata", package = "seqqc"), pattern = "Peak$", full.names = TRUE)
peak_grs = seqsetvis::easyLoad_narrowPeak(peak_files)
query_gr = resize(seqsetvis::ssvOverlapIntervalSets(peak_grs), 6e2, fix = "center")
scc_dt = make_scc_dt(query_dt.bam, query_gr)
plot_scc_dt(scc_dt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.