getConditionLabels {tRanslatome} | R Documentation |
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
.
getConditionLabels(object)
object |
an object of class |
Toma Tebaldi, Erik Dassi, Galena Kostoska
TranslatomeDataset
computeDEGs
data(tRanslatomeSampleData) getConditionLabels(translatome.analysis)