Description Usage Arguments Author(s) References Examples
View source: R/DTA.normalize.R
DTA.normalize
can normalize expression values from a certain species to the median of values from a reference species.
1 | DTA.normalize(mat,reliable = NULL,logscale = FALSE,protocol = FALSE,center = FALSE)
|
mat |
Expression matrix. |
reliable |
The rows to be used, i.e. identifiers of the reference species to normalize on. |
logscale |
Is the matrix in log-scale ? |
protocol |
Should a protocol be printed ? |
center |
Should the center be 0 (log-scale) or 1 (absolute scale). Otherwise the median of the medians is taken. |
Bjoern Schwalb schwalb@lmb.uni-muenchen.de
M. Sun, B. Schwalb, D. Schulz, N. Pirkl, L. Lariviere, K. Maier, A. Tresch, P. Cramer. Mutual feedback between mRNA synthesis and degradation buffers transcript levels in a eukaryote. Under review. B. Schwalb, B. Zacher, S. Duemcke, D. Martin, P. Cramer, A. Tresch. Measurement of genome-wide RNA synthesis and decay rates with Dynamic Transcriptome Analysis (DTA/cDTA). Bioinformatics.
1 2 3 | ### see vignette examples or reference:
### B. Schwalb, B. Zacher, S. Duemcke, D. Martin, P. Cramer, A. Tresch.
### Measurement of genome-wide RNA synthesis and decay rates with Dynamic Transcriptome Analysis (DTA/cDTA). Bioinformatics, in revision.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.