View source: R/visualization.R
VariantPlot | R Documentation |
Plot the Pearson correlation between allele frequencies on each strand versus the log10 mean-variance ratio for the allele.
VariantPlot(
variants,
min.cells = 2,
concordance.threshold = 0.65,
vmr.threshold = 0.01
)
variants |
A dataframe containing variant information. This should be
computed using |
min.cells |
Minimum number of high-confidence cells detected with the variant for the variant to be displayed. |
concordance.threshold |
Strand concordance threshold |
vmr.threshold |
Mean-variance ratio threshold |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.