Import RNAcentral identifier mappings
Usage
mapRnacentral(organism, database)
Arguments
- organism
character(1).
Full Latin organism name (e.g. "Homo sapiens").
- database
character(1).
Database name. Currently supported: "Ensembl", "GENCODE", "HGNC",
"MGI", and "RefSeq". HGNC database is Homo sapiens specific, and MGI is
Mus musculus specific.
Value
DFrame.
Contains RNAcentral to specified database RNA transcript identifier mappings.
Returns "rnacentralId", "database", "txId", "taxId", "txBiotype",
and "geneId" columns.
Examples
## Get RNAcentral to RefSeq identifier mappings.
## > object <- mapRnacentral(organism = "Homo sapiens", database = "refseq")
## > print(object)