View source: R/infer_ctd_species.R
infer_ctd_species | R Documentation |
Infers species from from level 1 of a CellTypeDataset (CTD)
using either the metadata stored in the CTD
(if the object has previously been standardised with
standardise_ctd) or using the gene names
(via infer_species).
If ctd_species
is not NULL
,
this will be returned instead of inferring the species.
infer_ctd_species(ctd, ctd_species = NULL, verbose = 2, ...)
ctd |
Cell type data structure containing
|
ctd_species |
Species name relevant to the CellTypeDataset ( |
verbose |
Message verbosity.
|
... |
Arguments passed on to
|
Inferred species name.
ctd_species <- infer_ctd_species(ctd = ewceData::ctd())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.