View source: R/post_eupath_ortholog.R
post_eupath_ortholog_table | R Documentation |
The folks at the EuPathDB kindly implemented the table 'OrthologsLite' which makes it possible for me to use this function without trouble.
post_eupath_ortholog_table(
entry,
working_species,
ortholog_table = NULL,
gene_ids = NULL,
overwrite = FALSE,
verbose = TRUE
)
entry |
The full annotation entry. |
ortholog_table |
This should no longer be needed, it is only OrthologsLite now. |
gene_ids |
When provided, ask only for the orthologs for these genes. |
overwrite |
Overwrite incomplete savefiles? |
build_dir |
Location to which to save an intermediate savefile. |
A big honking table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.