TranslatomeDataset
which contains a normalized data matrix coming from high throughput experiment.
It takes as an input a character label specifying the method that we want to employ in order to detect DEGs(t-test, translational efficiency, ANOTA, DESeq, edgeR, SAM, RP, limma) and returns an object of the class DEGs
, in which each gene is assigned an expression class: up- or down-regulated at the first level, up- or down-regulated at the second level, up-regulated at both levels, down-regulated at both levels, up-regulated at the first level and down-regulated at the second level and vice versa.
computeDEGs(object, method="limma", significance.threshold= 0.05, FC.threshold= 0, log.transformed = FALSE, mult.cor=TRUE)
TranslatomeDataset
limma
, t-test
, RP
, TE
, SAM
, ANOTA
, DESeq
and none
.By default, this value is set to limma
,0.05
,0
,FALSE
,TRUE
,DEGs
Tian L, Greenberg SA, Kong SW, Altschuler J, Kohane IS, Park PJ.(2005) Discovering statistically significant pathways in expression profiing studies. Proc Natl Acad Sci USA, 102(38):13544-9.
Courtes FC et al. (2013) Translatome analysis of CHO cells identify key growth genes. Journal of Biotechnology, 167, 215-24.
Breitling R, Armengaud P, Amtmann A, Herzyk P.(2004) Rank products: a simple, yet powerful, new method to detect differentially regulated genes in replicated microarray experiments. FEBS Lett., 573(1-3):83-92.
Tusher VG, Tibshirani R, Chu G.(2001) Significance analysis of microarrays applied to the ionizing radiation response. Proc Natl Acad Sci USA., 2001, 98(9):5116-21.
Larsson O, Sonenberg N, Nadon R.(2011) anota: Analysis of differential translation in genome-wide studies. Bioinformatics, 27(10):1440-1.
Anders S, Huber W.(2010) Differential expression analysis for sequence count data. Genome Biology, 11(10):R106.
Robinson MD, McCarthy DJ, Smyth GK.(2010) edgeR: a Bioconductor package for differential expression analysis of digital gene expression data. Bioinformatics, 26(1):139-40.
TranslatomeDataset
DEGs
Scatterplot
Histogram
CVplot
MAplot
SDplot
data(tRanslatomeSampleData)
computeDEGs(translatome.analysis, method= "limma", ,mult.cor=TRUE)
Run the code above in your browser using DataLab