Learn R Programming

tRanslatome (version 1.10.0)

getDataType: getDataTypeTranslatomeDatasetHelpfile

Description

This function displays an object of class character specifying the type of data represented by expr.matrix. By default it is set to array, the other accepted value is ngs. It takes as input an object of class TranslatomeDataset.

Usage

getDataType(object)

Arguments

object
an object of class TranslatomeDataset.

See Also

TranslatomeDataset computeDEGs

Examples

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

Run the code above in your browser using DataLab