read_vplot_core | R Documentation |
Read the V-plot from BAM files within a set of genomic regions
read_vplot_core(
x,
filename,
genome,
bin_size = 5L,
fragment_size_range = c(0L, 320L),
fragment_size_interval = 10L,
ignore_strand = TRUE
)
x |
a GRange object that define a set of genomic regions. |
filename |
BAM file names |
genome |
a BSgenome object |
bin_size |
The bin size (default: 5L) |
fragment_size_range |
The range of the PE reads fragment sizes that are used for constructing Vplot (default: c(0L, 320L)) |
fragment_size_interval |
Fragment size interval (default: 10L) |
ignore_strand |
whether ignore the strand of the V-plot (default: TRUE) |
Wuming Gong (gongx030@umn.edu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.