GO_tbl <- getGO(organism = "Arabidopsis thaliana",
genes = c("AT1G06090", "AT1G06100",
"AT1G06110", "AT1G06120",
"AT1G06130", "AT1G06200"),
filters = "tair_locus")
# look at the result
head(GO_tbl[ , c("tair_locus","go_accession","go_name_1006")])
Run the code above in your browser using DataLab