library; // expand the library object to include the synonyms from the library_synonym // table in chado. $library = tripal_core_expand_chado_vars($library,'table','library_synonym'); // get the references. if only one reference exists then we want to convert // the object into an array, otherwise the value is an array $synonyms = $library->library_synonym; if (!$synonyms) { $synonyms = array(); } elseif (!is_array($synonyms)) { $synonyms = array($synonyms); } ?>
Synonyms
The library 'name ?>' has the following synonyms
0){ ?>
Synonym
synonym_id->name?>
There are no synonyms for this library