doZtrans.single {CompGO} | R Documentation |
Decomposes each GO term in a functional annotation chart (returned from getFnAnot_genome()) to its Z-score. These tables can be merged for clustering
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
# Load example fnAnot charts from DAVID: data(funChart1) zscore = doZtrans.single(funChart1) str(zscore)