Learn R Programming

attract (version 1.24.0)

flagPwayExists: Internal function - flags a gene if it exists in a pathway.

Description

Internal function - flags a gene if it exists in a pathway.

Usage

flagPwayExists(x)

Arguments

x
A vector of pathway ids.

Value

A logical value.

Details

This function is called internally by the findAttractors function. Function returns TRUE if the probe exists in at least one pways, FALSE if there are no pway annotations.

Examples

Run this code
## Not run: 
# library(illuminaHumanv2.db)
# flag.check <- flagPwayExists(ls(illuminaHumanv2PATH2PROBE))
# ## End(Not run)

Run the code above in your browser using DataLab