getDescr {PCpheno} | R Documentation |
Function to retrieve the annotation of multi-protein complexes or pathways via GO, MIPS or KEGG.
getDescr(x, database="GO.db")
x |
Vector of multi-protein complexes or pathways IDs to be described |
database |
Source of annotation. The database currently available are MIPS, GO.db and KEGG.db |
N. LeMeur
xx <- getDescr(c("MIPS-220","MIPS-260.20","04111"),c("MIPS","KEGG.db"))