sharedGenesTable: Create data.frame for genes that were classified into modes...

Description Usage Arguments Value Examples

Description

Create data.frame for genes that were classified into modes by both limma and edgeR

Usage

1
sharedGenesTable(edgeR_interaction_tbl, limma_interaction_tbl)

Arguments

edgeR_interaction_tbl

interaction table (data.frame) generated by edgeR interaction mode classification

limma_interaction_tbl

interaction table (data.frame) generated by limma interaction mode classification

Value

interaction table (data.frame) with genes classified into non-null modes by both limma and edgeR

Examples

1
2
3
4
5
6
7
library(limma)
library(edgeR)
## Not run: 
master_interaction_tbl <- sharedGenesTable(edgeR_interaction_tbl,
                                         limma_interaction_tbl)

## End(Not run)

taylo5jm/interactions documentation built on May 31, 2019, 3:57 a.m.