View source: R/ceRNAFunction.R
ceRNAFunction | R Documentation |
A function to conduct Functional enrichment analysis for biological interpretation. The databases supported in this function include Gene Ontology (GO; http://geneontology.org/) and Kyoto Encyclopedia of Genes and Genomes (KEGG; https://www.genome.jp/kegg/).
ceRNAFunction(
path_prefix = NULL,
project_name = "demo",
disease_name = "DLBC",
pairs_cutoff = 1
)
path_prefix |
user's working directory |
project_name |
the project name that users can assign (default: demo) |
disease_name |
the abbreviation of disease that users are interested in (default: DLBC) |
pairs_cutoff |
at least the number of ceRNA pairs that a mirna must have (default: 1) |
a list object
ceRNAFunction(
path_prefix = NULL,
project_name = 'demo',
disease_name = 'DLBC',
pairs_cutoff = 1
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.