transProbe {genekitr}R Documentation

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)

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.

Value

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


[Package genekitr version 1.2.7 Index]