findDiffExpressed: Finding differentially expressed genes.

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Using Rank Product or student t-test analysis to select differentially expressed genes.

Usage

1
2
  find.diff.expressed(population,use=c("ttest","rankprod"),verbose=FALSE,
  debugMode=0,...)

Arguments

population

An object of class population. See create.population for details.

use

Which method should be used for selecting differentially expressed probes:

  • ttest - student t-test.

  • rankprod - Rank Product using RP function from RankProd package. RankProd package from Bioconductor has to be installed before this option is enabled.

verbose

Be verbose.

debugMode

1: Print out checks, 2: print additional time information.

...

Additional arguments passed to RP function.

Details

This function finds probes differentially expressed between founders using either student t.test or RankProd (RankProd package from Bioconductor has to be installed before this option is enabled.).

Value

Object of class population.

Author(s)

Konrad Zych k.zych@rug.nl, Danny Arends Danny.Arends@gmail.com Maintainer: Konrad Zych k.zych@rug.nl

References

Hong F, Breitling R, McEntee CW, Wittner BS, Nemhauser JL, Chory J.(2006) RankProd: a bioconductor package for detecting differentially expressed genes in meta-analysis. Bioinformatics, 15;22(22):2825-7.

See Also

Examples

1
2

KonradZych/phenotypes2genotypes documentation built on May 30, 2019, 2:45 p.m.