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