testHeterosis: Bin genes by heterosis categories

Description Usage Arguments Details Value Examples

Description

testHeterosis Following categorization of Paschold 2012 (Genome Res.), bin genes by their heterosis value. Tests are accomplished by contrasts (or similar)

Usage

1
testHeterosis(contrast.stats, alpha = 0.05, parentIDs = c("p1", "p2"))

Arguments

contrast.stats

A dataframe containing the statistical output of contrasts between parents and the F1. This must contain the following columns, in this order:

  • 1. geneID: the gene identifier

  • 2. p1vf1.lfc: log2fold change of parent 1 vs. the f1

  • 3. p2vf1.lfc: log2fold change of parent 2 vs. the f1

  • 4. p1vp2.lfc: log2fold change of parent 1 vs. the parent 2

  • 5. p1vf1.fdrp: fdr-transformed p.value of parent 1 vs. the f1

  • 6. p2vf1.fdrp: fdr-transformed p.value of parent 2 vs. the f1

  • 7. p1vp2.fdrp: fdr-transformed p.value of parent 1 vs. the parent 2

alpha

FDR threshold for determining significance

parentIDs

vector of length 2: the names of P1 and P2 respectively

...

Not currently in use

Details

Categorization is as follows: ##'

Value

a dataframe where each row is one gene with the following columns:

Examples

1
2
3
4
5
6
## Not run: 
test<-testHeterosis(contrast.stats=contrast.stats,
  alpha = 0.1,
  parentIDs = c("FIL2","HAL2"))

## End(Not run)

jtlovell/limmaDE2 documentation built on May 20, 2019, 3:14 a.m.