plotControlPctPerSample: plotControlPctPerSample

Description Usage Arguments Value Examples

View source: R/ascend_plots.R

Description

Generates a violin/beeswarm plot of percentage of control expression per sample. Called by plotGeneralQC.

Usage

1
plotControlPctPerSample(object, control = NULL)

Arguments

object

An EMSet

control

Name of the control you would like to plot.

Value

A ggplot2 object containing a violin-beeswarm plot

Examples

1
2
3
4
5
# Load EMSet
EMSet <- ascend::raw_set

# Generate control violin
control_violin <- plotControlPctPerSample(EMSet, control = "Mt")

IMB-Computational-Genomics-Lab/ascend documentation built on Aug. 29, 2019, 4:10 a.m.