Learn R Programming

MergeMaid (version 2.44.0)

intersection: ExpressionSet with all common genes in a mergeExpressionSet

Description

Given a mergeExpressionSet, this function returns a single ExpressionSet. Only genes common to all studies are included. Expression data for all studies sits side by side in the 'exprs' slot. The 'notes' slot is used for inormation about the study identity of each sample.

Usage

intersection(x)

Arguments

x
Object of class mergeExpressionSet.

Value

See Also

mergeExpressionSet-class

Examples

Run this code
  
  data(mergeData)
  merged  <-mergeExprs(sample1,sample2,sample3)

  inter  <- intersection(merged)
 

Run the code above in your browser using DataLab