Description Usage Arguments Value Author(s) References Examples
View source: R/GetNormalizedMat.R
'GetNormalizedMat' calculates the normalized expression matrix. (Note: this matrix is only used for visualization etc. EBTes and EBMultiTest request *un-adjusted* expressions and normalization factors.)
1 | GetNormalizedMat(Data, Sizes)
|
Data |
The data matrix with transcripts in rows and lanes in columns. |
Sizes |
A vector contains the normalization factor for each lane. |
The function will return a normalized matrix.
Ning Leng
Ning Leng, John A. Dawson, James A. Thomson, Victor Ruotti, Anna I. Rissman, Bart M.G. Smits, Jill D. Haag, Michael N. Gould, Ron M. Stewart, and Christina Kendziorski. EBSeq: An empirical Bayes hierarchical model for inference in RNA-seq experiments. Bioinformatics (2013)
1 2 3 4 | data(GeneMat)
str(GeneMat)
Sizes = MedianNorm(GeneMat)
NormData = GetNormalizedMat(GeneMat, Sizes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.