organism; // expand the organism object to include the libraries from the library // table in chado. $organism = tripal_core_expand_chado_vars($organism,'table','library'); // get the references. if only one reference exists then we want to convert // the object into an array, otherwise the value is an array $libraries = $organism->library; if (!$libraries) { $libraries = array(); } elseif (!is_array($libraries)) { $libraries = array($libraries); } ?>
Libraries
The following libraries are associated with this organism.
0){ ?>
Library Name Description Type
nid){ $link = url("node/$library->nid"); print "$library->name"; } else { print $library->name; } ?> libraryprop->value?> type_id->name == 'cdna_library') { print 'cDNA'; } else if ($library->type_id->name == 'bac_library') { print 'BAC'; } else { print $library->type_id->name; } ?>
There are no libraries available