Entering edit mode
3.7 years ago
margot.27.muller
▴
30
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"]]
Thank you, very helpful!!