flagPwayExists {attract} | R Documentation |
Internal function - flags a gene if it exists in a pathway.
flagPwayExists(x)
x |
A |
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.
A logical
value.
Jessica Mar
## Not run: library(illuminaHumanv2.db) flag.check <- flagPwayExists(ls(illuminaHumanv2PATH2PROBE)) ## End(Not run)