View source: R/disease_enrichment.R
gene_to_NCBI | R Documentation |
Converts gene acronym to NCBI gene IDs
gene_to_NCBI( genes, organism = "mouse", update_info = FALSE, parallel = NULL, conf_file = getOption("RMINC_BATCH_CONF") )
genes |
gene acronyms |
parallel |
how many processors to run on (default=single processor). Specified as a two element vector, with the first element corresponding to the type of parallelization, and the second to the number of processors to use. For local running set the first element to "local" or "snowfall" for back-compatibility, anything else will be run with batchtools see pMincApply Leaving this argument NULL runs sequentially. |
conf_file |
A batchtools configuration file defaulting to getOption("RMINC_BATCH_CONF") |
NCBI gene IDs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.