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