plot_bcv: Steal edgeR's plotBCV() and make it a ggplot2.

View source: R/plot_point.R

plot_bcvR Documentation

Steal edgeR's plotBCV() and make it a ggplot2.

Description

This was written primarily to understand what that function is doing in edgeR.

Usage

plot_bcv(data)

Arguments

data

Dataframe/expt/exprs with count data

Value

Plot of the BCV a la ggplot2.

See Also

[edgeR::plotBCV()] [ggplot2]

Examples

## Not run: 
 bcv <- plot_bcv(expt)
 summary(bcv$data)
 bcv$plot

## End(Not run)

elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.