species2dataset | R Documentation |
This function converts Latin species name to a dataset name in biomart to query gene and transcript ID.
species2dataset(
species,
type = c("vertebrate", "metazoa", "plant", "fungus", "protist")
)
species |
A character vector of Latin names of species present in this scRNA-seq dataset. This is used to retrieve Ensembl information from biomart. |
type |
A character vector indicating the type of each species. Each
element must be one of "vertebrate", "metazoa", "plant", "fungus", and
"protist". If length is 1, then this type will be used for all species specified
here. Can be missing if |
The appropriate dataset name for biomart.
species2dataset(species = "Homo sapiens")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.