Learn R Programming

SubpathwayLNCE (version 1.0)

getBackgroundLnc: Get the background of molecules

Description

getBackgroundLnc attempts to get the background of user-specified molecules.

Usage

getBackgroundLnc(type = "gene_lncRNA")

Arguments

type
A character string. Should be one of "gene", "lncRNA" or "gene_lncRNA".

Value

A character vector.

Details

The default background is obtained from the environment variable. For human, the reference gene background is all human genes in KEGG pathways. The reference lncRNA background is collected from GeneCode database.

See Also

identifyLncGraphW

Examples

Run this code
## Not run: 
# ## get all background of genes
#  bgGene <- getBackgroundLnc(type="gene")
# 
# ## get all background of lncRNAs
#  bgLncRNA  <- getBackgroundLnc(type="lncRNA")
# 
# ## get all background of lncRNAs and genes
#  bgGL <- getBackgroundLnc(type="gene_lncRNA")
# ## End(Not run)

Run the code above in your browser using DataLab