plotcvExpr: plotcvExpr

Description Usage Arguments Details Value Author(s) Examples

View source: R/plotcvExpr.R

Description

Plots the coefficient of variation or expression variation for each gene over a defined genomic region.

Usage

1

Arguments

cvExpr

The output from cvExpr function.

Details

Generates a bar plot showing the coefficient of variation or expression variation for each gene on the Y axis. The red, blue, green and gold horizontal lines show the 0

Value

Returns a barplot showing the CV for each gene identifier over the region of interest.

Author(s)

Benjamin Mayne

Examples

1
2
3
4
5
library(GenomicRanges)
data(datExprs)
chr21 <- GRanges("21:1-46709983")
cvExpr.out <- cvExpr(se = datExprs, region = chr21)
plotcvExpr(cvExpr = cvExpr.out)

CHARGE documentation built on April 28, 2020, 6:06 p.m.