filterGO {GOSim} | R Documentation |
Filter out genes from a list not mapping to the actual ontology. Genes not mapping to the currently set ontology ("BP","MF","CC") and not having one of the predefined evidence codes (default is to use all evidence codes) are removed.
filterGO(genelist)
genelist |
character vector of Entrez gene IDs |
List with items
"genename" |
gene ID |
"annotation" |
character vector of GO terms mapping to the gene within the actual ontology |
The result depends on the currently set ontology. IMPORTANT: The result refers to the GO library that was used to precompute the information contence of GO terms.
Holger Froehlich
setOntology
, setEvidenceLevel
, getGOInfo
, calcICs
filterGO(c("12345","4559"))