Learn R Programming

DEGreport (version 1.8.2)

degVar: Distribution of pvalues by standard desviation range

Description

Distribution of pvalues by standard desviation range

Usage

degVar(pvalues,counts)

Arguments

pvalues
pvalues of DEG analysis
counts
matrix with counts for each samples and each gene. row number should be the same length than pvalues vector.

Value

ggplot2 object

Examples

Run this code
data(DEGreportSet)
degVar(DEGreportSet$deg[,4],DEGreportSet$counts)

Run the code above in your browser using DataLab