read_vplot,GRanges,character,BSgenome-method | R Documentation |
Read the V-plot from BAM files within a set of genomic regions
## S4 method for signature 'GRanges,character,BSgenome'
read_vplot(
x,
filenames,
genome,
bin_size = 5L,
fragment_size_range = c(0, 320L),
fragment_size_interval = 10L,
ignore_strand = TRUE
)
x |
a GRange object that define a set of genomic regions. |
filenames |
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(0, 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.