union.of.pways: Create the union of two pathway lists

Description Usage Arguments Details Value Note Author(s) Examples

View source: R/union.of.pways.R

Description

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.

Usage

1

Arguments

x

the first list

y

the second list

Details

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.

Value

A list which is the union of the two input lists.

Note

Experimental function. Feedback appreciated.

Author(s)

Per Broberg

Examples

1
2
X = list(a=c(1,2),c=c(1,2));Y = list(a=c(3,4),d=c(12,2))
union.of.pways(X,Y)

SAGx documentation built on Nov. 8, 2020, 8:18 p.m.