pwOmics (version 1.4.0)

getOmicsallGeneIDs: Get all gene IDs.

Description

This function returns the gene IDs of all genes (transcripts) measured.

Usage

getOmicsallGeneIDs(data_omics)

Arguments

data_omics
OmicsData object.

Value

all gene IDs.

Examples

Run this code
data(OmicsExampleData)
data_omics = readOmics(tp_prots = c(0.25, 1, 4, 8, 13, 18, 24),
tp_genes = c(1, 4, 8, 13, 18, 24), OmicsExampleData,
PWdatabase = c("biocarta"),
TFtargetdatabase = c("chea"))
getOmicsallGeneIDs(data_omics)

Run the code above in your browser using DataLab