plotExpressionDensity(bgxOutput, gene=NULL, normalize=c("none","mean","loess"),...) plotDEDensity(bgxOutput, gene=NULL, conditions=c(1,2), normalize=c("none","mean","loess"), normgenes=c(1:length(bgxOutput[["geneNames"]])), ...) plotDEHistogram(bgxOutput, conditions=c(1,2), normalize=c("none","mean","loess"), normgenes=c(1:length(bgxOutput[["geneNames"]])), df=floor(1.8 * log10(length(bgxOutput[["geneNames"]])))) rankByDE(bgxOutput, conditions=c(1,2),normalize=c("none", "mean", "loess"), normgenes=c(1:length(bgxOutput[["geneNames"]])), absolute=TRUE) plotDiffRank(bgxOutput, conditions=c(1,2),normalize=c("none", "mean", "loess"), normgenes=c(1:length(bgxOutput[["geneNames"]])), ymax=NULL)
readOutput.bgx
on a BGX output directory.plotDERank
, which returns a matrix of genes ranked by differential expression.
plotExpressionDensity
plots gene expression distributions under various conditions for the specified gene. plotDEDensity
plots the differential expression distribution between two conditions for a given gene.
plotDEHistogram
plots a histogram of differential expression between two conditions and estimates the number of up and down regulated differentially expressed genes.
rankByDE
ranks genes by differential expression and returns ordering and corresponding DE values in a matrix.
plotDiffRank
plots 2.5-97.5% confidence intervals for ranked differential expression estimates.
bgx
, standalone.bgx
, readOutput.bgx
, plotExpressionDensity
, plotDEDensity
, plotDEHistogram