getDescr {PCpheno}R Documentation

Get formatted annotation data

Description

Function to retrieve the annotation of multi-protein complexes or pathways via GO, MIPS or KEGG.

Usage

  getDescr(x, database="GO")

Arguments

x Vector of multi-protein complexes or pathways IDs to be described
database Source of annotation. The database currently available are MIPS, GO and KEGG

Author(s)

N. LeMeur

Examples

 xx <- getDescr(c("MIPS-220","MIPS-260.20","04111"),c("MIPS","KEGG"))

[Package PCpheno version 1.2.1 Index]