Description Usage Arguments Value See Also Examples
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.
1 | intersection(x)
|
x |
Object of class mergeExpressionSet. |
Returns an object of class ExpressionSet
1 2 3 4 5 6 |
data(mergeData)
merged <-mergeExprs(sample1,sample2,sample3)
inter <- intersection(merged)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.