Description Usage Arguments Value Examples
Decomposes each GO term in a functional annotation chart (returned from getFnAnot_genome()) to its Z-score. These tables can be merged for clustering
1 | doZtrans.single(x, name)
|
x |
The functional annotation chart to apply the transformation to |
name |
(optional) The name to give the Z-score column; if not supplied, name is derived from the input variable |
A data.frame of GO terms and Z-scores
1 2 3 4 | # Load example fnAnot charts from DAVID:
data(funChart1)
zscore = doZtrans.single(funChart1)
str(zscore)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.