Description Usage Arguments Value Author(s) References See Also Examples
get GO-gene associations from GO.db and org.Hs.eg.db
1 2 3 | get_GOterm2GeneAssos(GOONTOLOGY = c("BP", "MF", "CC"),
geneid = c("ENTREZID", "SYMBOL", "OMIM"), rm.IEAs = TRUE,
rm.termlessthan3genes = TRUE)
|
GOONTOLOGY |
"BP" or "MF" or "CC |
geneid |
gene id type, "ENTREZID" or "SYMBOL" |
rm.IEAs |
logical value, remove GO terms with evidence "IEA" or not |
rm.termlessthan3genes |
logical value, remove terms whose number of annotated genes are less than 3 or not |
a list which names are GO term IDs and elements are gene ids or symbols annotated with GO terms
Peng Ni, Min Li
Mathur S, Dinakarpandian D. Finding disease similarity based on implicit semantic similarity[J]. Journal of biomedical informatics, 2012, 45(2): 363-371.
1 2 | go2g<-get_GOterm2GeneAssos(GOONTOLOGY="BP", geneid="SYMBOL")
go2g
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.