Learn R Programming

tRanslatome (version 1.10.0)

getExprMatrix: getExprMatrixTranslatomeDatasetHelpfile

Description

This function displays a matrix that contains the normalized signal intensity data, each row representing a gene and each column representing a sample. Row names should correspond to gene names, column names should correspond to sample names. It takes as input an object of class TranslatomeDataset.

Usage

getExprMatrix(object)

Arguments

object
an object of class TranslatomeDataset.

See Also

TranslatomeDataset computeDEGs

Examples

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

Run the code above in your browser using DataLab