The plotVmat.VmatList() method forwards the Vmat to plotVmat.default().
# S3 method for VmatList
plotVmat(x, nrow = NULL, ncol = NULL, dir = "v", ...)
A VmatList (output of plotVmat.list())
Integer, how many rows in facet?
Integer, how many cols in facet?
str, direction of facets?
additional parameters
A Vmat ggplot
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
)
#> - Processing sample 1/2
#> - Processing sample 2/2