getOmicsallGeneIDs {pwOmics}R Documentation

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

## Not run: 
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", "kegg", "nci", "reactome"), 
TFtargetdatabase = c("userspec"))
getOmicsallGeneIDs(data_omics)

## End(Not run)

[Package pwOmics version 1.16.0 Index]