View source: R/non-biomart-utils.R
getHomologs | R Documentation |
This function simplifies the querying of the Ensembl BioMart if you're trying to return the homologs for one or more gene IDs between two species.
getHomologs(ensembl_gene_ids, species_from, species_to)
ensembl_gene_ids |
Character vector. This contains the Ensembl Gene IDs that you want to find the homologs for. |
species_from , species_to |
Character vectors of length 1. These arguments
specify the species the input IDs belong to ( |
Mike Smith
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.