Learn R Programming

tRanslatome (version 1.10.0)

getDEGsMethod: 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, SAM, 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.

See Also

DEGs computeDEGs TranslatomeDataset

Examples

Run this code
data(tRanslatomeSampleData)
getDEGsMethod(limma.DEGs)

Run the code above in your browser using DataLab