View source: R/disease_enrichment.R
mouse_genes_to_human_genes | R Documentation |
Finds homologous human genes from mouse genes
mouse_genes_to_human_genes( mouse_genes, parallel = NULL, conf_file = getOption("RMINC_BATCH_CONF") )
parallel |
how many processors to run on (default=single processor). Only used if mouse_genes are characters. 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"). Only used if mouse_genes are characters. |
tibble with homologous genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.