GOGOsearch: GOGOsearch function search the genes of interest in a GO...

Description Usage Author(s) Examples

Description

GOGOsearch function helps you find the specific genes of interest. It takes 5 arguments. "scav": input a scav dataset processed by 'GOGOscavenger funciton'. "help": logical if you are not sure what terms your data set has. "view": "full" gives all the regulation pattern in each GO type (MF, BP, CC, PC); "search" will not show the full view results. "goterm": the GO terms you are interested to look into in the dataset. "gotype": the four gotypes to choose from (MF, BP, CC, PC), default is PC)

Usage

1
2
GOGOsearch(scav, help = T, view = c("full", "search"), goterm,
  gotype = "PC", ...)

Author(s)

Xiaoping Li

Examples

1
2
3
4
5
## Not run: 
GOGOsearch(scav, help = T, view = "full", "transporter", gotype = "MF")


## End(Not run)

xpingli/GOGOgadget documentation built on May 4, 2019, 1:25 p.m.