View source: R/plotAlevinQuantPairs.R
plotAlevinQuantPairs | R Documentation |
Pairs plot with quantification summary statistics
plotAlevinQuantPairs(
cbTable,
colName = "inFinalWhiteList",
firstSelColName = "inFirstWhiteList"
)
cbTable |
|
colName |
Character scalar giving the name of a logical column of
|
firstSelColName |
Character scalar indicating the name of the logical
column in |
A ggmatrix object
Charlotte Soneson
alevin <- readAlevinQC(system.file("extdata/alevin_example_v0.14",
package = "alevinQC"))
plotAlevinQuantPairs(alevin$cbTable, colName = "inFinalWhiteList")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.