an.Hs.egGO: an.Hs.egGO

Description Usage Format Source Examples

Description

An environment provides mappings between human entrez gene identifiers and the GO identifiers including their ancestors that they are associate with.

Usage

1

Format

An environment

Source

The object can be produced by the function g2go. For example, g2go("10")

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
  
# #all genes
# hsgo <- as.list(org.Hs.egGO)
# gids <- names(hsgo) #42106

##environment
#gene to GO
# an.Hs.egGO <- new.env()
# for(i in 1:length(gids)){
#   assign(gids[i], g2go(gids[i]), envir=an.Hs.egGO)
# }

FSim documentation built on May 2, 2019, 6:30 p.m.