Histogram {tRanslatome}R Documentation

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.

Author(s)

Toma Tebaldi, Erik Dassi, Galena Kostoska

See Also

DEGs TranslatomeDataset computeDEGs

Examples

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

[Package tRanslatome version 1.24.0 Index]