View source: R/cross_species.R
filterSharedFeatures | R Documentation |
Obtain one-to-one orthologs from Ensembl.
filterSharedFeatures( query_genes, query_species, one2one.data, outputIDs = TRUE )
query_genes |
Genes from which to find one-to-one orthologs. |
query_species |
Species to find one-to-one orthologs with provided in Ensembl format (e.g. "hsapiens", "mmusculus"). |
one2one.data |
A data.frame of results retrieved from the Ensembl BioMart database containing "_homolog_ensembl_gene" or "_homolog_associated_gene_name" fields. |
outputIDs |
Specifies whether to return the one-to-one orthologs in Ensembl gene ID format or using their gene names. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.