### Name: GOBPOFFSPRING ### Title: Annotation of GO Identifiers to their Biological Process ### Offspring ### Aliases: GOBPOFFSPRING ### Keywords: datasets ### ** Examples require("GO", character.only = TRUE) || stop("GO unavailable") # Convert the environment object to a list xx <- as.list(GOBPOFFSPRING) # Remove GO ids that do not have any offspring xx <- xx[!is.na(xx)] if(length(xx) > 0){ # Get the offspring GO ids for the first two elents of xx goids <- xx[1:2] }