summary.prepGOglm: Summerize Data Preparation (DE Test)

Description Usage Arguments Value Author(s) See Also Examples

View source: R/summary.prepGOglm.R

Description

Summerize DE test results (from the prepare function)

Usage

1
2
  ## S3 method for class 'prepGOglm'
 summary(x, ...)

Arguments

x

An object of class prepGOglm

...

Other parameters (for future use)

Value

Some descriptive summaries based on the results from the prepare function

Author(s)

Gu Mi mig@stat.oregonstate.edu, Yanming Di diy@stat.oregonstate.edu

See Also

summary, summary.goglm

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Load the datasets into R session:
data(ProsCan_DE)
DE_data <- ProsCan_DE
data(ProsCan_Length)
Length_data <- ProsCan_Length

## Prepare a data frame to be passed to goglm():
gene_table <- prepare(DE_data, Length_data, trans.p = "d.log", trans.l = TRUE)

## For a summary of the DE test results:
summary(gene_table)

gu-mi/GOglm documentation built on May 14, 2019, 7:42 a.m.