Learn R Programming

MAMA (version 2.2.1)

gene.list: Intersect of gene lists

Description

This function takes list of gene list as input and returns a matrix of gene names common in pairs of lists

Usage

gene.list(lists)

Arguments

lists
list of vectors. Each vector refers to a method and contains names of significant genes

Value

Details

Simmilar to conting.tab and Z, but provides different output

See Also

conting.tab, Z

Examples

Run this code
lists<-list(Method1=c("Gene_A", "Gene_V","Gene_S","Gene_C","Gene_U","Gene_D","Gene_E","Gene_G","Gene_W"), 
  Method2=c("Gene_D","Gene_W","Gene_G","Gene_E","Gene_H","Gene_X"),
  Method3=c("Gene_L","Gene_K","Gene_J","Gene_M","Gene_V","Gene_T","Gene_R","Gene_U"))
gene.list(lists)

Run the code above in your browser using DataLab