mouse_genes_to_human_genes: Mouse to human genes

View source: R/disease_enrichment.R

mouse_genes_to_human_genesR Documentation

Mouse to human genes

Description

Finds homologous human genes from mouse genes

Usage

mouse_genes_to_human_genes(
  mouse_genes,
  parallel = NULL,
  conf_file = getOption("RMINC_BATCH_CONF")
)

Arguments

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.

Value

tibble with homologous genes


DJFernandes/ABIgeneRMINC documentation built on March 21, 2022, 12:05 p.m.