Description Usage Arguments Details Value Author(s) Examples
obtain probe set IDs associated with a KO term
1 | getKOprobes(str, useAcc=TRUE, plat="hgu95av2", na.action=na.omit)
|
str |
string giving a KEGG orthology term |
useAcc |
logical – use all accessible terms? |
plat |
platform corresponding to a bioconductor annotation package, e.g., hgu95av2.db |
na.action |
function for dealing with NA |
Based on keggorthology read of KEGG orthology, March 2 2010.
Specifically, we run wget on
ftp://ftp.genome.jp/pub/kegg/brite/ko/ko00001.keg and use parsing
and modeling code given in inst/keggHTML to generate a data frame
respecting the hierarchy, and then keggDF2graph
to
construct the graph.
Looks up the requested term and gives back the unique probe set ids on the platform.
character vector, typically processed by na.omit
Vince Carey <stvjc@channing.harvard.edu>
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.