plotAlevinQuantPairs {alevinQC} | R Documentation |
Pairs plot with quantification summary statistics
plotAlevinQuantPairs(cbTable, colName = "inFinalWhiteList")
cbTable |
|
colName |
Character scalar giving the name of a logical column of
|
A ggmatrix object
Charlotte Soneson
alevin <- readAlevinQC(system.file("extdata/alevin_example_v0.14", package = "alevinQC")) plotAlevinQuantPairs(alevin$cbTable, colName = "inFinalWhiteList")