### Name: GOMFOFFSPRING ### Title: Annotation of GO Identifiers to their Molecular Function ### Offspring ### Aliases: GOMFOFFSPRING ### Keywords: datasets ### ** Examples require("GO", character.only = TRUE) || stop("GO unavailable") # Convert the environment object to a list xx <- as.list(GOMFOFFSPRING) # 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] }