Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/getBackground.R
getBackground attempts to get the background of user-specified molecules.
1 | getBackground(type = "gene_miRNA")
|
type |
A character string. Should be one of "gene", "miRNA" or "gene_miRNA". |
The default background is obtained from the environment variable. For human, the reference gene background is all human genes in KEGG pathways. The reference miRNA background is collected from miRBase database.
A character vector.
Li Feng, Chunquan Li and Xia Li
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
## get all background of genes
bgGene <- getBackground(type="gene")
## get all background of miRNAs
bgMir <- getBackground(type="miRNA")
## get all background of miRNAs and genes
bgGMir <- getBackground(type="gene_miRNA")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.