This function takes two scientific names (e.g., 'homo_sapiens' and 'mus_musculus') and returns a dataframe of orthologues genes based on the MySQL Ensembl Compara database (version 75).
Requires the following R packages:
- RMySQL
- glue
- dplyr
human_mouse <- get_one2one_orthologues(homo_sapiens, mus_musculus)