buildGeneIntTable: Build Mapping Table

Description Usage Arguments Details Value Author(s) Examples

Description

Builds a mapping table between gene symbol and node names in the HPRD interactome network.

Usage

1

Arguments

intome

interactome (HPRD (Human Protein Reference Database) derived from the DLBCL package.)

Details

This function takes the HPRD protein protein network that is available in the DLBCL package and produces a mapping table that is needed by functions in the surrogateMutation package.

Value

A mapping table with the following columns:

NodeName

Node Names in the interactome network. These node names are in the format of GeneSymbol(EntrezID)

Gene

Gene Symbols, extracted from the NodeName.

EntrezID

Entrez Gene IDs, extracted from the NodeName.

Author(s)

Ted Laderas

Examples

1
2
3
4
5
6
7
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.
library(DLBCL)
data(interactome)
geneIntTable <- buildGeneIntTable(interactome)
geneIntTable[1:5,]

laderast/surrogateMutation documentation built on May 20, 2019, 7:33 p.m.