doZtrans.single {CompGO}R Documentation

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

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

[Package CompGO version 1.26.0 Index]