TranslatomeDatasetnewTranslatomeDataset() containing the input matrix, the condition vectors and labels and the result of the differential expression analysis at the two expression levels. This class represents an analysis in its entirety, containing all data from input parameters to output results. 
expr.matrix:matrix specifying the normalized signal intensity data, each row representing a gene and each column representing a sample.cond.a:character specifying a vector of column names belonging to expression matrix. These columns contain the signal intensity data coming from the samples of the first expression level of the control condition.cond.b:character specifying a vector of column names belonging to expression matrix. These columns contain the signal intensity data coming from the samples of the first expression level of the treatment condition.cond.c:character specifying a vector of column names belonging to expression matrix. These columns contain the signal intensity data coming from the samples of the second expression level of the control condition.cond.d:character specifying a vector of column names belonging to expression matrix. These columns contain the signal intensity data coming from the samples of the second expression level of the treatment condition.data.type:character specifying the type of the data contained in exprMatrix. The default is "array" and the alternative is "ngs".label.condition:character specifying the names given to the two conditions. By default, these values are "control" and "treated", but user can specify others.label.level:character specifying the names given to the two levels. By default levels are named "1st level" and "2nd level", but the user can specify others.DEGs:DEGs specifying the result of the differential expression analysis at the two expression levels.signature(object = "TranslatomeDataset"): displays anObject of class matrix specifying the normalized signal intensity data, each row representing a gene and each column representing a sample.signature(object = "TranslatomeDataset"): displays anObject of class character specifying a vector of column names belonging to expression matrix. These columns contain the signal intensity data coming from the samples of the first expression level of the control condition.signature(object = "TranslatomeDataset"): displays anObject of class character specifying a vector of column names belonging to expression matrix. These columns contain the signal intensity data coming from the samples of the first expression level of the treatment condition.signature(object = "TranslatomeDataset"): displays anObject of class character specifying a vector of column names belonging to expression matrix. These columns contain the signal intensity data coming from the samples of the second expression level of the control condition.signature(object = "TranslatomeDataset"): displays anObject of class character specifying a vector of column names belonging to expression matrix. These columns contain the signal intensity data coming from the samples of the second expression level of the treatment condition.signature(object = "TranslatomeDataset"): displays anObject  of class character specifying the type of the data contained in exprMatrix. The default is "array" and the alternative is "ngs".signature(object = "TranslatomeDataset"): displays anObject of class character specifying the names given to the two conditions. By default, these values are "control" and "treated", but user can specify others.signature(object = "TranslatomeDataset"): displays anObject of class character specifying the names given to the two levels. By default levels are named "1st level" and "2nd level", but the user can specify others.signature(object = "TranslatomeDataset"): displays anObject of class DEGs specifying the result of the differential expression analysis at the two expression levels.signature(object = "TranslatomeDataset"): compute the differentially expressed genes at the two levels by means of the chosen method, returning anObject of class DEGs.signature(object = "TranslatomeDataset"): displays all the slots of the class.TranslatomeDataset
newTranslatomeDataset
computeDEGs
showClass("TranslatomeDataset")
Run the code above in your browser using DataLab