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

ANY: create easy annotation generation methods for params objects #14

Open
rmflight opened this issue Dec 9, 2014 · 0 comments
Open

Comments

@rmflight
Copy link
Owner

rmflight commented Dec 9, 2014

Instead of depending on the Category package to get the proper annotations, we need to have a general example of getting the annotations. For example, using an EntrezGene database (e.g. org.Hs.eg.db), we could generate the GO annotation this way:

allGO <- as.list(org.Hs.egGO2ALLEGS)

# filter, and get description

Supplying this as an annotation object to the params creator would then allow it to filter the annotations down to just those that have genes from gene universe. This would also be rather generic, it should work for EG, probes, yeast, and other weird things like drosophila and arabidopsis. All that is needed is the database file, and the "GO2ALL" method. Or the select method, as shown here

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