Learn R Programming

tRanslatome (version 1.10.0)

getConditionLabels: getConditionLabelsTranslatomeDatasetHelpfile

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

getConditionLabels(object)

Arguments

object
an object of class TranslatomeDataset.

See Also

TranslatomeDataset computeDEGs

Examples

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

Run the code above in your browser using DataLab