Description Usage Arguments Value Examples
View source: R/functions_plot.R
plot strand cross correlation (SCC) info
1 | plot_scc_dt(scc_dt)
|
scc_dt |
output from |
list of ggplots relevant to SCC
1 2 3 4 5 6 7 | bam_files = dir(system.file("extdata", package = "seqqc"), pattern = "^M.+bam$", full.names = TRUE)
query_dt.bam = make_dt(bam_files)
query_gr = CTCF_in_10a_overlaps_gr
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.