Description Usage Arguments Details Value Note Author(s) Examples
View source: R/union.of.pways.R
This function takes two lists where each component is a vector of probe sets ids and create a new such list that contains all probe sets and pathways from the two lists.
1 | union.of.pways(x,y)
|
x |
the first list |
y |
the second list |
The function merge.list in package RCurl forms a basis for this function which adds the ability to add new probe sets to existing pathways.
A list which is the union of the two input lists.
Experimental function. Feedback appreciated.
Per Broberg
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.