Description Usage Arguments Value Examples
The plotVmat.VmatList() method forwards the Vmat to plotVmat.default().
1 2 |
x |
A VmatList (output of plotVmat.list()) |
nrow |
Integer, how many rows in facet? |
ncol |
Integer, how many cols in facet? |
dir |
str, direction of facets? |
... |
additional parameters |
A Vmat ggplot
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | data(bam_test)
data(ce11_proms)
list_params <- list(
'germline' = list(
bam_test,
ce11_proms[ce11_proms$which.tissues == 'Germline']
),
'muscle' = list(
bam_test,
ce11_proms[ce11_proms$which.tissues == 'Muscle']
)
)
V <- plotVmat(
list_params,
normFun = 'libdepth+nloci',
roll = 5
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.