Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interaction with other annotation libraries for GO #3

Closed
oganm opened this issue Jan 31, 2018 · 3 comments
Closed

Interaction with other annotation libraries for GO #3

oganm opened this issue Jan 31, 2018 · 3 comments

Comments

@oganm
Copy link
Member

oganm commented Jan 31, 2018

No description provided.

@oganm
Copy link
Member Author

oganm commented Feb 27, 2018

biomart godb biomartr

@oganm
Copy link
Member Author

oganm commented Feb 27, 2018

go enrichment packages, gostats, GOexpress, toGO, ...

@oganm
Copy link
Member Author

oganm commented Feb 28, 2018

goStats doesn't have a way of getting go terms. in example it gets it from the array db package. topGo also does the same. A pipeline is

affyLib = paste0(annotation(ExpressionSetObject), '.db')
library(package = affyLib, character.only = TRUE)
goTerms = as.list(eval(parse(text = paste0(annotation(ExpressionSetObject) ,'GO'))))

propagating go terms

as.list(GO.db::GOBPANCESTOR)

@oganm oganm closed this as completed Mar 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant