Learn R Programming

CompGO (version 1.8.1)

doZtrans.single: Z transform a single functional annotation chart from DAVID

Description

Decomposes each GO term in a functional annotation chart (returned from getFnAnot_genome()) to its Z-score. These tables can be merged for clustering

Usage

doZtrans.single(x, name)

Arguments

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

Value

A data.frame of GO terms and Z-scores

Examples

Run this code
# Load example fnAnot charts from DAVID:
data(funChart1)
zscore = doZtrans.single(funChart1)
str(zscore)

Run the code above in your browser using DataLab