getDEGsMethod {tRanslatome}R Documentation

getDEGsMethodDEGsHelpfile

Description

This function displays an object of class character specifying the method that the user employed in the differential expression analysis. It can have one the following values: limma, t-test, TE, RP, ANOTA, DESeq and none.By default, this value is set to limma. It takes as input an object of class DEGs.

Usage

getDEGsMethod(object)

Arguments

object

an object of class DEGs.

Author(s)

Toma Tebaldi, Erik Dassi, Galena Kostoska

See Also

DEGs computeDEGs TranslatomeDataset

Examples

data(tRanslatomeSampleData)
getDEGsMethod(limma.DEGs)

[Package tRanslatome version 1.24.0 Index]