Learn R Programming

PANDA (version 0.9.9)

GENE2GOtopLite: An example of GO annotation data for proteins

Description

This is only an example of GO annotations for proteins.

Usage

data(GENE2GOtopLite)

Arguments

Details

A list that maps GO ID to genes. The names should be gene symbols and the elements should be GO IDs. The list have the following format:

$SHC1

[1] "GO:0005158" "GO:0005068" "GO:0005159" "GO:0070435"

$POU5F1

[1] "GO:0035413" "GO:0003130" "GO:0060391" "GO:0090308" "GO:0060965" "GO:0035198"

$FGF12

[1] "GO:0008201"

......