feature; // expand the feature object to include the libraries from the library_feature // table in chado. $feature = tripal_core_expand_chado_vars($feature,'table','library_feature'); // get the references. if only one reference exists then we want to convert // the object into an array, otherwise the value is an array $library_features = $feature->library_feature; if (!$library_features) { $library_features = array(); } elseif (!is_array($library_features)) { $library_features = array($library_features); } ?>
Library Name | Type |
---|---|
library_id->nid){ print "library_id->nid) . "\">".$library_feature->library_id->name.""; } else { print $library_feature->library_id->name; } ?> | library_id->type_id->name == 'cdna_library') { print 'cDNA'; } else if ($library_feature->library_id->type_id->name == 'bac_library') { print 'BAC'; } else { print $library_feature->library_id->type_id->name; } ?> |