function tripal_get_organism_scientific_name
3.x tripal_chado.module.DEPRECATED.api.inc | tripal_get_organism_scientific_name($organism) |
Returns the full scientific name of an organism.
Parameters
$organism: An organism object.
Return value
The full scientific name of the organism.
File
- tripal_chado/
api/ modules/ tripal_chado.module.DEPRECATED.api.inc, line 892 - These api functions are deprecated, if your site is currently using them please update your code with the newer tripal_chado functions.
Code
function tripal_get_organism_scientific_name($organism) {
chado_get_organism_scientific_name($organism);
}