go2genes | R Documentation |
Takes a list of GO ids and queries all the genes related to it (including the ones for child nodes)
go2genes(goID, annotGO, pathGeneMap, queryList, GOList, ontology,
exportAnnotGO = TRUE, exportGOList = TRUE, verbose = FALSE, ...)
goID |
list of GO ids to retrieve the genes for |
annotGO |
optional; data.frame with information of the go ids and the related genes |
pathGeneMap |
path to the file for the annotGO |
queryList |
argument for createAnnot if no annotGO or pathGeneMap are not provided |
GOList |
GO ids related to the list of the provided GO ids (such as their child nodes) |
ontology |
one from 'BP','CC' or 'MF' |
exportAnnotGO |
logical; whether annotGO should be exported to the environement sharedenv for future use |
exportGOList |
logical; whether GOList should be exported to the environement sharedenv for future use |
verbose |
logical; allows to better track how annotGO and GOList are created/used |
... |
other argument to pass to createGoAnnot |
Gene list associated to the GO ids
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.