Queries the database to map user-provided gene identifiers to Ensembl IDs.
Arguments
- genes
A vector or character string of gene identifiers to convert.
- data
Optional data frame or matrix. If provided, the function attempts to match
genesto the row names or a column indataand merges the conversion results with the original data.- species_id
Numeric. The ID of the species for the database connection.
- max_sample_ids
Integer. The maximum number of gene IDs to use when guessing the ID type (optimization parameter). Defaults to 100.
