Learn R Programming

genekitr (version 1.2.8)

transProbe: Transform probe id to symbol, entrezid, ensembl or uniprot.

Description

Transform probe id to symbol, entrezid, ensembl or uniprot.

Usage

transProbe(id, transTo, org = "human", platform = NULL)

Value

data frame, first column is probe id and others are converted id.

Arguments

id

probe ids.

transTo

Transform to what type. User could select one or more from "symbol", "entrez", "ensembl" or "uniprot."

org

'human'.

platform

Probe platform. If NULL, program will detect automatically.