Learn R Programming

tRanslatome (version 1.10.0)

Histogram: HistogramHelpfile

Description

This function shows in a histogram the number of genes showing differential expression at both levels, or up/down regulated only at one level.

Usage

Histogram(object, plottype ="summary", outputformat="on screen")

Arguments

object
an object of class DEGs
plottype
a character string specifying whether the histogram should display a summary of DEGs classes (summary) or detailed classes taking into account the number of genes up or down regulated in the first or second level (detailed).
outputformat
a character string specifying if the plot is saved in jpeg (jpeg), postscript (postscript), pdf (pdf) format, or it is simply displayed on the screen(on screen). By default this value is on screen.

See Also

DEGs TranslatomeDataset computeDEGs

Examples

Run this code
data(tRanslatomeSampleData)
Histogram(limma.DEGs,plottype ="summary", outputformat="on screen")

Run the code above in your browser using DataLab