Learn R Programming

PCpheno (version 1.30.0)

getDescr: 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.db")

Arguments

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

Examples

Run this code
 xx <- getDescr(c("MIPS-220","MIPS-260.20","04111"),c("MIPS","KEGG.db"))

Run the code above in your browser using DataLab