View source: R/infer_geneset_species.R
infer_geneset_species | R Documentation |
Infers species from from a gene set
using infer_species.
If geneset_species
is not NULL
,
this will be returned instead of inferring the species.
infer_geneset_species(geneset, geneset_species = NULL, verbose = 1, ...)
geneset |
Genes which are to be tested. Can be gene symbols (or other gene IDs) from any species listed in list_species. |
geneset_species |
Species that the |
verbose |
Message verbosity.
|
... |
Arguments passed on to
|
Inferred species name.
geneset <- MAGMA.Celltyping::rbfox_binding
geneset_species <- infer_geneset_species(geneset = geneset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.