Learn R Programming

tRanslatome (version 1.10.0)

getLevelLabels: getLevelLabelsTranslatomeDatasetHelpfile

Description

This function displays an object of class character specifying the names given to the two conditions. By default, the vector is set to c("control","treated"), but the user can specify other names. It takes as input an object of class TranslatomeDataset.

Usage

getLevelLabels(object)

Arguments

object
an object of class TranslatomeDataset.

See Also

TranslatomeDataset computeDEGs

Examples

Run this code
data(tRanslatomeSampleData)
getLevelLabels(translatome.analysis)

Run the code above in your browser using DataLab