Description Usage Arguments Value Examples
The plotVmat.GRanges() method computes and normalizes a Vmat before passing it to plotVmat.Vmat() method.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
x |
GRanges, paired-end fragments |
granges |
GRanges, loci to map the fragments onto |
xlims |
x limits of the computed Vmat |
ylims |
y limits of the computed Vmat |
normFun |
character. A Vmat should be scaled either by:
|
s |
A float indicating which quantile to use if 'quantile' normalization is chosen |
roll |
integer, to use as the window to smooth the Vmat rows by rolling mean. |
cores |
Integer, number of threads to parallelize fragments subsetting |
return_Vmat |
Boolean, should the function return the computed Vmat rather than the plot? |
verbose |
Boolean |
... |
additional parameters |
A Vmat ggplot
1 2 3 4 5 6 7 8 | data(bam_test)
data(ce11_proms)
V <- plotVmat(
bam_test,
ce11_proms,
normFun = 'libdepth+nloci',
roll = 5
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.