0
点赞
收藏
分享

微信扫一扫

通过GO的全名描述获得GO ID

天蓝Sea 2023-11-01 阅读 44

# load the GO library
library(GO.db)

# extract a named vector of all terms
goterms <- Term(GOTERM)

# work with it in R, or export it to a file
write.table(goterms, sep="\t", file="goterms.txt") # 全部信息保存为文件


REF
https://www.biostars.org/p/50564/



举报

相关推荐

0 条评论