Forum:R script for offspring GO terms
Hi
I have multiple parent GO terms for which I want the offspring.
The R script I found can only give the offspring for one term at a time.
How can I the offspring for a list of parent GO terms?
Any help greatly appreciated.
library(GO.db)
offspring = GOMFOFFSPRING[[“GO:0003824”]]
• 13 views