Description Usage Arguments Value Author(s) References Examples
This function calculates Z-score for each matched gene across all datasets. In each dataset, it performs local regression smoothing of mean vs variance. Z score is constructed by taking the ratio of weighted mean difference and combined standard deviation according to Box and Tiao (1992).
1 |
merged |
|
pheno |
A numeric vector specifying the location of class labels in phenoData from each
|
permute |
If permute is 0, weighted Z-score will be referenced to standard normal distribution for two-sided p-value. Otherwise, columns of all datasets (each dataset separately) will be shuffled at random, from which a permutation distribution of Z-scores are formed and Z-scores are referenced to this distribution. |
verbose |
If verbose is TRUE, the progress of permutation will be reported. |
A data.frame with matched genes, Z-scores and p-values will result.
Debashis Ghosh <ghoshd@psu.edu>, Hyungwon Choi <hyung_won_choi@nuhs.edu.sg>
J.Wang et al, Bioinformatics 2004 Nov 22;20(17):3166-78
1 | # Zscore(merged, pheno=NULL, permute=10000, verbose=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.