read_aggregated_vplot,GRangesList,character,BSgenome-method | R Documentation |
This function is to quickly read aggregated V-plot given a list of GRanges (e.g. motif binding sites) for scATAC-seq.
## S4 method for signature 'GRangesList,character,BSgenome'
read_aggregated_vplot(
x,
filenames,
genome,
bin_size = 5L,
fragment_size_range = c(80, 320),
fragment_size_interval = 5L
)
x |
a GRangeList object that define a list of genomic region sets. |
filenames |
BAM file names |
genome |
a BSgenome object |
bin_size |
The bin size in base pairs (default: 5L) |
fragment_size_range |
The range of the PE reads fragment sizes (default: c(80L, 320L)) |
fragment_size_interval |
Fragment size interval (default: 5L) |
a SummarizedVplots object
Wuming Gong (gongx030@umn.edu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.