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

Description Usage Arguments Details Value Author(s) Examples

View source: R/findAttractorsStep.R

Description

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

Usage

1

Arguments

x

A vector of pathway ids.

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.

Value

A logical value.

Author(s)

Jessica Mar

Examples

1
2
3
4
5
## Not run: 
library(illuminaHumanv2.db)
flag.check <- flagPwayExists(ls(illuminaHumanv2PATH2PROBE))

## End(Not run)

jmarlab/attract documentation built on May 23, 2019, 9:02 p.m.