Description Usage Arguments Details Value Author(s) See Also Examples
getBackgroundLnc attempts to get the background of user-specified molecules.
1 | getBackgroundLnc(type = "gene_lncRNA")
|
type |
A character string. Should be one of "gene", "lncRNA" or "gene_lncRNA". |
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.
A character vector.
Xinrui Shi, Chunquan Li and Xia Li
1 2 3 4 5 6 7 8 9 10 11 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.