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

View source: R/transProbe.R

transProbeR 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.

Examples

## Not run: 
data(deg, package = "genekitr")
id <- deg$probe_id
transProbe(id, transTo = "symbol")

## End(Not run)

genekitr documentation built on Sept. 8, 2023, 6:06 p.m.