tripal_chado.cv.api.inc 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599
  1. <?php
  2. /**
  3. * @file
  4. * This module provides a set of functions to simplify working with
  5. * controlled vocabularies.
  6. *
  7. * @ingroup tripal_chado
  8. */
  9. /**
  10. * @defgroup tripal_chado_cv_api Chado CV
  11. * @ingroup tripal_chado_api
  12. * @{
  13. * @}
  14. */
  15. /**
  16. * Retrieves a chado controlled vocabulary variable
  17. *
  18. * @param $identifier
  19. * An array with the key stating what the identifier is. Supported keys (only on of the
  20. * following unique keys is required):
  21. * - cv_id: the chado cv.cv_id primary key
  22. * - name: the chado cv.name field (assume unique)
  23. * @param $options
  24. * An array of options. Supported keys include:
  25. * - Any keys supported by chado_generate_var(). See that function definition for
  26. * additional details.
  27. *
  28. * NOTE: the $identifier parameter can really be any array similar to $values passed into
  29. * chado_select_record(). It should fully specify the cv record to be returned.
  30. *
  31. * @return
  32. * If unique values were passed in as an identifier then an object describing the cv
  33. * will be returned (will be a chado variable from chado_generate_var()). Otherwise,
  34. * FALSE will be returned.
  35. *
  36. * @ingroup tripal_chado_cv_api
  37. */
  38. function tripal_get_cv($identifiers, $options = array()) {
  39. // Set Defaults
  40. if (!isset($options['include_fk'])) {
  41. // Tells chado_generate_var not to follow any foreign keys
  42. $options['include_fk'] = array();
  43. }
  44. // Error Checking of parameters
  45. if (!is_array($identifiers)) {
  46. tripal_report_error(
  47. 'tripal_chado_api',
  48. TRIPAL_ERROR,
  49. "tripal_get_cv: The identifier passed in is expected to be an array with the key
  50. matching a column name in the cv table (ie: cv_id or name). You passed in %identifier.",
  51. array(
  52. '%identifier'=> print_r($identifiers, TRUE)
  53. )
  54. );
  55. }
  56. elseif (empty($identifiers)) {
  57. tripal_report_error(
  58. 'tripal_chado_api',
  59. TRIPAL_ERROR,
  60. "tripal_get_cv: You did not pass in anything to identify the cv you want. The identifier
  61. is expected to be an array with the key matching a column name in the cv table
  62. (ie: cv_id or name). You passed in %identifier.",
  63. array(
  64. '%identifier'=> print_r($identifiers, TRUE)
  65. )
  66. );
  67. }
  68. // Try to get the cv
  69. $cv = chado_generate_var(
  70. 'cv',
  71. $identifiers,
  72. $options
  73. );
  74. // Ensure the cv is singular. If it's an array then it is not singular
  75. if (is_array($cv)) {
  76. tripal_report_error(
  77. 'tripal_chado_api',
  78. TRIPAL_ERROR,
  79. "tripal_get_cv: The identifiers you passed in were not unique. You passed in %identifier.",
  80. array(
  81. '%identifier'=> print_r($identifiers, TRUE)
  82. )
  83. );
  84. }
  85. // Report an error if $cv is FALSE since then chado_generate_var has failed
  86. elseif ($cv === FALSE) {
  87. tripal_report_error(
  88. 'tripal_chado_api',
  89. TRIPAL_ERROR,
  90. "tripal_get_cv: chado_generate_var() failed to return a cv based on the identifiers
  91. you passed in. You should check that your identifiers are correct, as well as, look
  92. for a chado_generate_var error for additional clues. You passed in %identifier.",
  93. array(
  94. '%identifier'=> print_r($identifiers, TRUE)
  95. )
  96. );
  97. }
  98. // Else, as far we know, everything is fine so give them their cv :)
  99. else {
  100. return $cv;
  101. }
  102. }
  103. /**
  104. * Create an options array to be used in a form element which provides a
  105. * list of all chado cvs
  106. *
  107. * @return
  108. * An array(cv_id => name) for each cv in the chado cv table
  109. *
  110. * @ingroup tripal_chado_cv_api
  111. */
  112. function tripal_get_cv_select_options() {
  113. $results = chado_select_record('cv', array('cv_id', 'name'), array(), array('order_by' => array('name' => 'ASC')));
  114. $options = array();
  115. $options[] = 'Select a Vocabulary';
  116. foreach ($results as $r) {
  117. $options[$r->cv_id] = $r->name;
  118. }
  119. return $options;
  120. }
  121. /**
  122. * Retrieves a chado controlled vocabulary term variable
  123. *
  124. * @param $identifier
  125. * An array apropriate for use with the chado_generate_var for uniquely
  126. * identifying a cvterm record. Alternativley, there are also some specially
  127. * handled keys. They are:
  128. * - id: an ID for the term of the for [dbname]:[accession], where [dbname]
  129. * is the short name of the vocabulary and accession is the unique ID.
  130. * - cv_id: an integer indicating the cv_id or an array with 'name' => the
  131. * name of the cv.
  132. * - synonym: an array with 'name' => the name of the synonym of the cvterm
  133. * you want returned; 'cv_id' => the cv_id of the synonym; 'cv_name' =>
  134. * the name of the cv of the synonym
  135. * - property: An array/object describing the property to select records
  136. * for. It should at least have either a type_name (if unique across cvs)
  137. * or type_id. Other supported keys include: cv_id/cv_name (of the type),
  138. * value and rank
  139. * @param $options
  140. * An array of options. Supported keys include:
  141. * - Any keys supported by chado_generate_var(). See that function
  142. * definition for additional details.
  143. *
  144. * NOTE: the $identifier parameter can really be any array similar to $values
  145. * passed into chado_select_record(). It should fully specify the cvterm
  146. * record to be returned.
  147. *
  148. * @return
  149. * If unique values were passed in as an identifier then an object describing
  150. * the cvterm will be returned (will be a chado variable from
  151. * chado_generate_var()). Otherwise, FALSE will be returned.
  152. *
  153. * @ingroup tripal_chado_cv_api
  154. */
  155. function tripal_get_cvterm($identifiers, $options = array()) {
  156. // Set Defaults
  157. if (!isset($options['include_fk'])) {
  158. // Tells chado_generate_var to only get the cv
  159. $options['include_fk'] = array('cv_id' => TRUE);
  160. }
  161. // Error Checking of parameters
  162. if (!is_array($identifiers)) {
  163. tripal_report_error('tripal_cv_api', TRIPAL_ERROR,
  164. "tripal_get_cvterm: The identifier passed in is expected to be an array with the key
  165. matching a column name in the cvterm table (ie: cvterm_id or name). You passed in %identifier.",
  166. array('%identifier'=> print_r($identifiers, TRUE))
  167. );
  168. }
  169. elseif (empty($identifiers)) {
  170. tripal_report_error('tripal_cv_api', TRIPAL_ERROR,
  171. "tripal_get_cvterm: You did not pass in anything to identify the cvterm you want. The identifier
  172. is expected to be an array with the key matching a column name in the cvterm table
  173. (ie: cvterm_id or name). You passed in %identifier.",
  174. array('%identifier'=> print_r($identifiers, TRUE))
  175. );
  176. }
  177. // If synonym was passed in, then process this first before calling chado_generate_var()
  178. if (isset($identifiers['synonym'])) {
  179. $synonym = $identifiers['synonym']['name'];
  180. $values = array('synonym' => $synonym);
  181. if (isset($identifiers['synonym']['cv_id'])) {
  182. $values['cvterm_id'] = array('cv_id' => $identifiers['synonym']['cv_id']);
  183. }
  184. if (isset($identifiers['synonym']['cv_name'])) {
  185. $values['cvterm_id'] = array('cv_id' => array('name' => $identifiers['synonym']['cv_name']));
  186. }
  187. $options = array(
  188. 'case_insensitive_columns' => array('name')
  189. );
  190. $result = chado_select_record('cvtermsynonym', array('cvterm_id'), $values, $options);
  191. // if the synonym doens't exist or more than one record is returned then return false
  192. if (count($result) == 0) {
  193. return FALSE;
  194. }
  195. if (count($result) > 1) {
  196. return FALSE;
  197. }
  198. $identifiers = array('cvterm_id' => $result[0]->cvterm_id);
  199. }
  200. // If one of the identifiers is property then use chado_get_record_with_property()
  201. if (isset($identifiers['property'])) {
  202. $property = $identifiers['property'];
  203. unset($identifiers['property']);
  204. $cvterm = chado_get_record_with_property(
  205. array('table' => 'cvterm', 'base_records' => $identifiers),
  206. array('type_name' => $property),
  207. $options
  208. );
  209. }
  210. if (isset($identifiers['id'])) {
  211. list($db_name, $accession) = preg_split('/:/', $identifiers['id']);
  212. $cvterm = chado_generate_var('cvterm',array(
  213. 'dbxref_id' => array(
  214. 'db_id' => array(
  215. 'name' => $db_name,
  216. ),
  217. 'accession' => $accession,
  218. )
  219. ));
  220. }
  221. // Else we have a simple case and we can just use chado_generate_var to get the cvterm
  222. else {
  223. // Try to get the cvterm
  224. $cvterm = chado_generate_var('cvterm', $identifiers, $options);
  225. }
  226. // Ensure the cvterm is singular. If it's an array then it is not singular
  227. if (is_array($cvterm)) {
  228. tripal_report_error(
  229. 'tripal_cv_api',
  230. TRIPAL_ERROR,
  231. "tripal_get_cvterm: The identifiers you passed in were not unique. You passed in %identifier.",
  232. array(
  233. '%identifier'=> print_r($identifiers, TRUE)
  234. )
  235. );
  236. }
  237. // Report an error if $cvterm is FALSE since then chado_generate_var has failed
  238. elseif ($cvterm === FALSE) {
  239. tripal_report_error(
  240. 'tripal_cv_api',
  241. TRIPAL_ERROR,
  242. "tripal_get_cvterm: chado_generate_var() failed to return a cvterm based on the identifiers
  243. you passed in. You should check that your identifiers are correct, as well as, look
  244. for a chado_generate_var error for additional clues. You passed in %identifier.",
  245. array(
  246. '%identifier'=> print_r($identifiers, TRUE)
  247. )
  248. );
  249. }
  250. // Else, as far we know, everything is fine so give them their cvterm :)
  251. else {
  252. return $cvterm;
  253. }
  254. }
  255. /**
  256. * Create an options array to be used in a form element
  257. * which provides a list of all chado cvterms
  258. *
  259. * @param $cv_id
  260. * The chado cv_id; only cvterms with the supplied cv_id will be returned
  261. * @param $rel_type
  262. * Set to TRUE if the terms returned should only be relationship types in
  263. * the vocabulary. This is useful for creating drop-downs of terms
  264. * used for relationship linker tables.
  265. *
  266. * @return
  267. * An associative array with the cvterm_id's as keys. The first
  268. * element in the array has a key of '0' and a value of 'Select a Type'
  269. *
  270. * @ingroup tripal_chado_cv_api
  271. */
  272. function tripal_get_cvterm_select_options($cv_id, $rel_type = FALSE) {
  273. $columns = array('cvterm_id', 'name');
  274. $values = array('cv_id' => $cv_id);
  275. if ($rel_type) {
  276. $values['is_relationshiptype'] = 1;
  277. }
  278. $s_options = array('order_by' => array('name' => 'ASC'));
  279. $cvterms = chado_select_record('cvterm', $columns, $values, $s_options);
  280. $options = array();
  281. $options[0] = 'Select a Type';
  282. foreach ($cvterms as $cvterm) {
  283. $options[$cvterm->cvterm_id] = $cvterm->name;
  284. }
  285. return $options;
  286. }
  287. /**
  288. * Updates the cvtermpath table of Chado for the specified CV.
  289. *
  290. * @param $cv_id
  291. * The chado cv_id;
  292. * @param $job_id
  293. * This function is intended to be used with the Tripal Jobs API.
  294. * When this function is called as a job the $job_id is automatically
  295. * passed to this function.
  296. * @return
  297. * TRUE on success FALSE on failure
  298. *
  299. * @ingroup tripal_chado_cv_api
  300. */
  301. function tripal_update_cvtermpath_old($cv_id, $job_id = NULL) {
  302. // TODO: need better error checking in this function
  303. // first get the controlled vocabulary name:
  304. $sql = "SELECT * FROM {cv} WHERE cv_id = :cv_id";
  305. $cv = chado_query($sql, array(':cv_id' => $cv_id))->fetchObject();
  306. print "\nUpdating cvtermpath for $cv->name...\n";
  307. // We need to set the chado schema as active because some of the
  308. // functions call other functions which would not be in scope.
  309. $previous = chado_set_active('chado');
  310. try {
  311. $sql = "SELECT * FROM fill_cvtermpath(:name)";
  312. db_query($sql, array(':name' => $cv->name));
  313. chado_set_active($previous);
  314. }
  315. catch (Exception $e) {
  316. chado_set_active($previous);
  317. $error = $e->getMessage();
  318. tripal_report_error('tripal_chado', TRIPAL_ERROR, "Could not fill cvtermpath table: @error", array('@error' => $error));
  319. return FALSE;
  320. }
  321. return TRUE;
  322. }
  323. /**
  324. * Duplicate of fill_cvtermpath() stored procedure in Chado.
  325. *
  326. * Identifies all of the root terms of the controlled vocabulary. These
  327. * root terms are then processed by calling the
  328. * tripal_update_cvtermpath_root_loop() function on each one.
  329. *
  330. * @param $cvid
  331. * The controlled vocabulary ID from the cv table of Chado (i.e. cv.cv_id).
  332. * @param $job_id
  333. *
  334. * @ingroup tripal_chado_cv_api
  335. */
  336. function tripal_update_cvtermpath($cv_id, $job_id = NULL){
  337. // TODO: there's a function to determine the current Chado instance.
  338. // we should use that.
  339. $prev_db = chado_set_active('chado');
  340. print "\nNOTE: Updating CV Term Path is performed using a database transaction. \n" .
  341. "If the update fails or is terminated prematurely then any new changes \n" .
  342. "made will be rolled back.\n\n";
  343. $transaction = db_transaction();
  344. try {
  345. $result = db_query('
  346. SELECT DISTINCT t.*
  347. FROM cvterm t
  348. LEFT JOIN cvterm_relationship r ON (t.cvterm_id = r.subject_id)
  349. INNER JOIN cvterm_relationship r2 ON (t.cvterm_id = r2.object_id)
  350. WHERE t.cv_id = :cvid AND r.subject_id is null',
  351. array(':cvid' => $cv_id)
  352. );
  353. // Iterate through each root level term.
  354. $record = $result->fetchAll();
  355. $roots = [];
  356. foreach ($record as $item){
  357. tripal_update_cvtermpath_root_loop($item->cvterm_id, $item->cv_id, $roots);
  358. }
  359. }
  360. catch (Exception $e) {
  361. // Rollback any database changes
  362. $transaction->rollback();
  363. throw $e;
  364. } finally {
  365. // Set the database back
  366. chado_set_active($prev_db);
  367. }
  368. }
  369. /**
  370. * Duplicate of _fill_cvtermpath4root() stored procedure in Chado.
  371. *
  372. * This function process a "branch" of the ontology. Initially, the
  373. * "root" starts at the top of the tree. But, as the cvtermpath is populated
  374. * the "root" becomes terms deeper in the tree.
  375. *
  376. * @param $rootid
  377. * The term ID from the cvterm table of Chado (i.e. cvterm.cvterm_id).
  378. * @param $cvid
  379. * The controlled vocabulary ID from the cv table of Chado (i.e. cv.cv_id).
  380. *
  381. * @ingroup tripal_chado_cv_api
  382. */
  383. function tripal_update_cvtermpath_root_loop($rootid, $cvid, &$roots) {
  384. // Get's the cvterm record for this "root".
  385. // $ttype = db_select('cvterm', 'cv')
  386. // ->fields('cv', array('cvterm_id'));
  387. // $db_or = db_or();
  388. // $db_or->condition('cv.name', "isa", '=');
  389. // $db_or->condition('cv.name', "is_a", '=');
  390. // $ttype->condition($db_or);
  391. $ttype = db_query(
  392. 'SELECT cv.cvterm_id
  393. FROM cvterm cv
  394. WHERE cv.name = :isa
  395. OR cv.name = :is_a
  396. '
  397. ,
  398. array(':isa' => "isa", ':is_a' => "is_a")
  399. );
  400. $result = $ttype->fetchObject();
  401. $term_id = $rootid . '|' . $rootid . '|' . $cvid . '|' . $result->cvterm_id;
  402. // If the child_id matches any other id in the array then we've hit a loop.
  403. foreach ($roots as $element_id) {
  404. if ($element_id == $term_id) {
  405. return;
  406. }
  407. }
  408. // Then add that new entry to the $tree_path.
  409. $roots[] = $term_id;
  410. // Descends through the branch starting at this "root" term.
  411. $tree_path = [];
  412. $matched_rows = [];
  413. $possible_start_of_loop = [];
  414. $depth = 0;
  415. tripal_update_cvtermpath_loop($rootid, $rootid, $cvid, $result->cvterm_id, $depth,
  416. 0, $tree_path, FALSE, $matched_rows, $possible_start_of_loop, FALSE);
  417. // Get's the children terms of this "root" term and then recursively calls
  418. // this function making each child root.
  419. $cterm = db_query(
  420. 'SELECT *
  421. FROM cvterm_relationship
  422. WHERE object_id = :rootid
  423. ',
  424. [':rootid' => $rootid]
  425. );
  426. while ($cterm_result = $cterm->fetchAssoc()) {
  427. tripal_update_cvtermpath_root_loop($cterm_result['subject_id'], $cvid, $roots);
  428. }
  429. }
  430. /**
  431. *
  432. * @param $origin
  433. * The root terms cvterm_id.
  434. * @param $child_id
  435. * The cvterm_id of the current child term. The child term is a descendent
  436. * of the origin.
  437. * @param $cv_id
  438. * The controlled vocabulary ID from the cv table of Chado (i.e. cv.cv_id).
  439. * @param $type_id
  440. * The relationship type between the origin term and the child.
  441. * @param $depth
  442. * The depth of the recursion.
  443. * @param $increment_of_depth.
  444. * An integer ??
  445. * @param $tree_path.
  446. * The array of every term between the current child and the origin. Each
  447. * element in the array is an associative array with the keys:
  448. * -build_id: an string identifier for the child that combines the origin,
  449. * child cvterm_id,cv_id, and the type_id.
  450. * -depth: the depth that a child was inserted into the cvtermpath table.
  451. * @param $possible_loop
  452. * A boolean flag.
  453. * @param $matched_row
  454. * An array of rows that are currently in the cvtermpath table that match the
  455. * build_id of the current term trying to be written to the table
  456. * @param $possible_start_of_ loop
  457. * The array of the possible loop item between the current child and the origin.
  458. * Each element in the array is an associative array with the keys:
  459. * - cvid : $cv_id
  460. * - subject_id:
  461. * - child_id : $child_id,
  462. * - type_id : $type_id,
  463. * - depth : $depth,
  464. * @param $no_loop_skip_test
  465. * A boolean used when the possible loop has been ruled out as a loop.
  466. * @return multitype:
  467. */
  468. function tripal_update_cvtermpath_loop(
  469. $origin,
  470. $child_id,
  471. $cv_id,
  472. $type_id,
  473. $depth,
  474. $increment_of_depth,
  475. $tree_path,
  476. $possible_loop,
  477. $matched_rows,
  478. $possible_start_of_loop,
  479. $no_loop_skip_test) {
  480. // We have not detected a loop, so it's safe to insert the term.
  481. $new_match_rows = [];
  482. if (!empty($possible_start_of_loop)) {
  483. // Go through each matched_row.
  484. if (count($matched_rows) === 1) {
  485. // Get the cvtermpath_id and then increment down one row.
  486. $cvtermpath_id = (int) $matched_rows[0]->cvtermpath_id;
  487. $cvtermpath_id = $cvtermpath_id + 1;
  488. chado_set_active('chado');
  489. $next_row = db_query(
  490. 'SELECT *
  491. FROM cvtermpath
  492. WHERE cvtermpath_id = :cvtermpath_id
  493. ',
  494. [':cvtermpath_id' => $cvtermpath_id]
  495. );
  496. $next_row = $next_row->fetchObject();
  497. // If the next row matches the values passed we can't rule out a loop.
  498. if (($next_row->type_id === $type_id) &&
  499. ($next_row->subject_id === $child_id) &&
  500. ($next_row->object_id === $origin) &&
  501. ($next_row->cv_id === $cv_id)) {
  502. $new_match_rows[] = $next_row;
  503. }
  504. elseif (($next_row->type_id === $possible_start_of_loop['type_id']) &&
  505. ($next_row->subject_id === $possible_start_of_loop['subject_id']) &&
  506. ($next_row->object_id === $possible_start_of_loop['object_id']) &&
  507. ($next_row->cv_id === $possible_start_of_loop['cv_id'])) {
  508. // The next_row is equal to start of loop, so we've reached the end
  509. // and confirmed that this is a loop.
  510. $possible_loop == FALSE;
  511. $matched_rows = [];
  512. tripal_update_cvtermpath_loop_increment($origin, $child_id, $cv_id,
  513. $type_id, $depth + 1, $increment_of_depth, $tree_path, $possible_loop,
  514. $new_match_rows, $possible_start_of_loop, $no_loop_skip_test);
  515. }
  516. }
  517. else {
  518. foreach ($matched_rows as $matched_row) {
  519. // Get the cvtermpath_id and then increment down one row.
  520. $cvtermpath_id = (int) $match_row->cvtermpath_id;
  521. // Get the cvtermpath_id and then increment down one row.
  522. $cvtermpath_id = $cvtermpath_id + 1;
  523. chado_set_active('chado');
  524. $next_row = db_query(
  525. 'SELECT *
  526. FROM cvtermpath
  527. WHERE cvtermpath_id = :cvtermpath_id
  528. ',
  529. [':cvtermpath_id' => $cvtermpath_id]
  530. );
  531. $next_row = $next_row->fetchObject();
  532. // If the next row matches the values passed we can't rule out a loop.
  533. if (($next_row->type_id === $type_id) &&
  534. ($next_row->subject_id === $child_id) &&
  535. ($next_row->object_id === $origin) &&
  536. ($next_row->cv_id === $cv_id)) {
  537. $new_match_rows[] = $next_row;
  538. }
  539. elseif (($next_row->type_id === $possible_start_of_loop['type_id']) &&
  540. ($next_row->subject_id === $possible_start_of_loop['subject_id']) &&
  541. ($next_row->object_id === $possible_start_of_loop['object_id']) &&
  542. ($next_row->cv_id === $possible_start_of_loop['cv_id'])) {
  543. // The next_row is equal to start of loop, so we've reached the end
  544. // and confirmed that this is a loop.
  545. $possible_loop == FALSE;
  546. $matched_rows = [];
  547. tripal_update_cvtermpath_loop_increment($origin, $child_id, $cv_id,
  548. $type_id, $depth + 1, $increment_of_depth, $tree_path, $possible_loop,
  549. $new_match_rows, $possible_start_of_loop, $no_loop_skip_test);
  550. }
  551. }
  552. }
  553. // If $match_rows is empty there is no loop.
  554. if (empty($new_match_rows)) {
  555. $possible_loop == FALSE;
  556. $matched_rows = [];
  557. unset($new_match_rows);
  558. $no_loop_skip_test = TRUE;
  559. // There is not loop so pass it back the possible_start_of_loop info
  560. // and a flag telling it to skip the loop check.
  561. tripal_update_cvtermpath_loop_increment($possible_start_of_loop->subject_id,
  562. $possible_start_of_loop->child_id, $possible_start_of_loop->cvid,
  563. $possible_start_of_loop->type_id, $possible_start_of_loop->depth,
  564. $increment_of_depth, $tree_path, $possible_loop, $matched_rows,
  565. $possible_start_of_loop, $no_loop_skip_test);
  566. }
  567. // If $match_rows is not empty we need to keep trying rows.
  568. else {
  569. tripal_update_cvtermpath_loop_increment($origin, $child_id, $cv_id,
  570. $type_id, $depth + 1, $increment_of_depth, $tree_path, $possible_loop,
  571. $match_rows, $possible_start_of_loop, $no_loop_skip_test);
  572. }
  573. }
  574. elseif ($possible_loop === FALSE) {
  575. tripal_update_cvtermpath_loop_increment($origin, $child_id, $cv_id,
  576. $type_id, $depth + 1, $increment_of_depth, $tree_path, $possible_loop,
  577. $matched_rows, $possible_start_of_loop, $no_loop_skip_test);
  578. }
  579. }
  580. /**
  581. *
  582. * @param $origin
  583. * The root terms cvterm_id.
  584. * @param $child_id
  585. * The cvterm_id of the current child term. The child term is a descendent
  586. * of the origin.
  587. * @param $cv_id
  588. * The controlled vocabulary ID from the cv table of Chado (i.e. cv.cv_id).
  589. * @param $type_id
  590. * The relationship type between the origin term and the child.
  591. * @param $depth
  592. * The depth of the recursion.
  593. * @param $increment_of_depth.
  594. * An integer ??
  595. * @param $tree_path.
  596. * The array of every term between the current child and the origin. Each
  597. * element in the array is an associative array with the keys:
  598. * -build_id: an string identifier for the child that combines the origin,
  599. * child cvterm_id,cv_id, and the type_id.
  600. * -depth: the depth that a child was inserted into the cvtermpath table.
  601. * @param $possible_loop
  602. * A boolean flag.
  603. * @param $matched_row
  604. * An array of rows that are currently in the cvtermpath table that match the
  605. * build_id of the current term trying to be written to the table
  606. * @param $possible_start_of_ loop
  607. * The array of the possible loop item between the current child and the origin.
  608. * Each element in the array is an associative array with the keys:
  609. * - cvid : $cv_id
  610. * - subject_id:
  611. * - child_id : $child_id,
  612. * - type_id : $type_id,
  613. * - depth : $depth,
  614. * @param $no_loop_skip_test
  615. * A boolean used when the possible loop has been ruled out as a loop.
  616. * @return multitype:
  617. */
  618. function tripal_update_cvtermpath_loop_increment(
  619. $origin,
  620. $child_id,
  621. $cv_id,
  622. $type_id,
  623. $depth,
  624. $increment_of_depth,
  625. $tree_path,
  626. $possible_loop,
  627. $matched_rows,
  628. &$possible_start_of_loop,
  629. $no_loop_skip_test) {
  630. // Check to see if a row with these values already exists.
  631. if ($possible_loop === FALSE && empty($possible_start_of_loop)) {
  632. chado_set_active('chado');
  633. $count = db_query(
  634. ' SELECT *
  635. FROM cvtermpath
  636. WHERE object_id = :origin
  637. AND subject_id = :child_id
  638. AND pathdistance = :depth
  639. AND type_id = :type_id
  640. ',
  641. [
  642. ':origin' => $origin,
  643. ':child_id' => $child_id,
  644. ':depth' => $depth,
  645. ':type_id' => $type_id
  646. ]
  647. );
  648. $count->fetchAll();
  649. $count_total = $count->rowCount();
  650. if ($count_total > 0) {
  651. return $count;
  652. }
  653. // Build the ID.
  654. $term_id = $origin . '|' . $child_id . '|' . $cv_id . '|' . $type_id;
  655. if ($no_loop_skip_test === FALSE) {
  656. // If the increment of depth is 0 then it's the first time and we need to skip
  657. // the test so we can build the tree_path which will be tested against.
  658. if ($increment_of_depth != 0) {
  659. // Search the $tree_path for the new $child_id in the build_id column.
  660. foreach ($tree_path as $parent) {
  661. // If this child is the same as a parent term that has already been
  662. // processed then we have a potential loop.
  663. if ($parent['build_id'] == $term_id) {
  664. // Tell the function this is a possible loop and to stop writing to the table.
  665. $possible_loop = TRUE;
  666. // Find all the results in the table that might be the start of the loop.
  667. $matching_rows = db_query(
  668. ' SELECT *
  669. FROM cvtermpath
  670. WHERE cv_id = :cvid
  671. AND object_id = :origin
  672. AND subject_id = :child_id
  673. AND type_id = :type_id
  674. ',
  675. [
  676. ':cvid' => $cv_id,
  677. ':origin' => $origin,
  678. ':child_id' => $child_id,
  679. ':type_id' => $type_id
  680. ]
  681. );
  682. $matched_rows = $matching_rows->fetchAll();
  683. $possible_start_of_loop = array(
  684. 'cvid' => $cv_id,
  685. 'subject_id' => $origin,
  686. 'child_id' => $child_id,
  687. 'type_id' => $type_id,
  688. 'depth' => $depth,
  689. );
  690. }
  691. }
  692. }
  693. $query = db_insert('cvtermpath')
  694. ->fields([
  695. 'object_id' => $origin,
  696. 'subject_id' => $child_id,
  697. 'cv_id' => $cv_id,
  698. 'type_id' => $type_id,
  699. 'pathdistance' => $depth,
  700. ]);
  701. try {
  702. $rows = $query->execute();
  703. } catch (Exception $e) {
  704. $error = $e->getMessage();
  705. tripal_report_error('tripal_chado', TRIPAL_ERROR, "Could not fill cvtermpath term: @error", array('@error' => $error));
  706. return false;
  707. }
  708. // Then add that new entry to the $tree_path.
  709. $tree_path[$increment_of_depth] = [
  710. 'build_id' => $term_id,
  711. 'depth' => $depth
  712. ];
  713. }
  714. // Reset to FALSE and empty variable if passed in as TRUE.
  715. $no_loop_skip_test == FALSE;
  716. $possible_start_of_loop = [];
  717. // Get all of the relationships of this child term, and recursively
  718. // call the tripal_update_cvtermpath_loop_increment() function to continue
  719. // descending down the tree.
  720. $query = db_select('cvterm_relationship', 'cvtr')
  721. ->fields('cvtr')
  722. ->condition('cvtr.object_id', $child_id, '=')
  723. ->execute();
  724. $cterm_relationships = $query->fetchAll();
  725. foreach ($cterm_relationships as $item) {
  726. $increment_of_depth++;
  727. tripal_update_cvtermpath_loop_increment($origin, $item->subject_id, $cv_id,
  728. $item->type_id, $depth + 1, $increment_of_depth, $tree_path, $possible_loop,
  729. $matched_rows, $possible_start_of_loop, $no_loop_skip_test);
  730. }
  731. }
  732. elseif ($possible_loop === FALSE && !empty($possible_start_of_loop)) {
  733. // This means a loop has been identified and the recursive call can move
  734. // on to the next item and skip the rest of this run.
  735. return $possible_start_of_loop;
  736. }
  737. elseif ($possible_loop === TRUE) {
  738. // Get all of the relationships of this child term, and recursively
  739. // call the tripal_update_cvtermpath_loop() function to continue
  740. // descending down the tree.
  741. $query = db_select('cvterm_relationship', 'cvtr')
  742. ->fields('cvtr')
  743. ->condition('cvtr.object_id', $child_id, '=')
  744. ->execute();
  745. $cterm_relationships = $query->fetchAll();
  746. foreach ($cterm_relationships as $item) {
  747. $increment_of_depth++;
  748. tripal_update_cvtermpath_loop($origin, $item->subject_id, $cv_id,
  749. $item->type_id, $depth + 1, $increment_of_depth, $tree_path, $possible_loop,
  750. $matched_rows, $possible_start_of_loop, $no_loop_skip_test);
  751. }
  752. }
  753. }
  754. /**
  755. * Adds a controlled vocabular to the CV table of Chado.
  756. *
  757. * @param $name
  758. * The name of the controlled vocabulary. These are typically all lower case
  759. * with no special characters other than an undrescore (for spaces).
  760. * @param $comment
  761. * A description or definition of the vocabulary.
  762. *
  763. * @return
  764. * An object populated with fields from the newly added database.
  765. *
  766. * @ingroup tripal_chado_api
  767. */
  768. function tripal_insert_cv($name, $definition) {
  769. // insert/update values
  770. $ins_values = array(
  771. 'name' => $name,
  772. 'definition' => $definition
  773. );
  774. // see if the CV default exists already in the database
  775. $sel_values = array('name' => $name);
  776. $results = chado_select_record('cv', array('*'), $sel_values);
  777. // if it does not exists then add it
  778. if (count($results) == 0) {
  779. $success = chado_insert_record('cv', $ins_values);
  780. if (!$success) {
  781. tripal_report_error('tripal_chado', TRIPAL_WARNING, "Failed to create the CV record", NULL);
  782. return FALSE;
  783. }
  784. $results = chado_select_record('cv', array('*'), $sel_values);
  785. }
  786. // if it already exists then do an update
  787. else {
  788. $success = chado_update_record('cv', $sel_values, $ins_values);
  789. if (!$success) {
  790. tripal_report_error('tripal_chado', TRIPAL_WARNING, "Failed to update the CV record", NULL);
  791. return FALSE;
  792. }
  793. $results = chado_select_record('cv', array('*'), $sel_values);
  794. }
  795. // return the cv object
  796. return $results[0];
  797. }
  798. /**
  799. * Add's a controlled vocabulary term to Chado.
  800. *
  801. * This function will add a cvterm record (and a dbxref record if appropriate
  802. * values are provided). If the parent vocabulary does not exist then
  803. * that also is added to the cv table. If the cvterm is a relationship term
  804. * then the 'is_relationship' value should be set. All
  805. * terms must also have a corresponding database. This is specified in the
  806. * term's ID just before the colon (e.g. GO:003824). If the database does not
  807. * exist in the DB table then it will be added automatically. The accession
  808. * (the value just after the colon in the term's ID) will be added to the
  809. * dbxref table. If the CVterm already exists and $update is set (default)
  810. * then the cvterm is updated. If the CVTerm already exists and $update is
  811. * not set, then no changes are made and the CVTerm object is returned.
  812. *
  813. * @param $term
  814. * An associative array with the following keys:
  815. * - id: the term accession. must be of the form <DB>:<ACCESSION>, where
  816. * <DB> is the name of the database to which the cvterm belongs and the
  817. * <ACCESSION> is the term's accession number in the database.
  818. * - name: the name of the term. usually meant to be human-readable.
  819. * - is_obsolete: is present and set to 1 if the term is defunct
  820. * - definition: the definition of the term
  821. * - cv_name: The CV name to which the term belongs. If this arugment is
  822. * null or not provided then the function tries to find a record in the
  823. * CV table with the same name provided in the $term[namespace]. If
  824. * this field is provided then it overrides what the value in
  825. * $term[namespace]
  826. * - is_relationship: If this term is a relationship term then this value
  827. * should be 1.
  828. * - db_name: In some cases the database name will not be part of the
  829. * $term['id'] and it needs to be explicitly set. Use this argument
  830. * only if the database name cannot be specififed in the term ID
  831. * (e.g. <DB>:<ACCESSION>).
  832. * @param $options
  833. * An associative array with the following keys:
  834. * - update_existing: By default this is TRUE. If the term exists it is
  835. * automatically updated.
  836. *
  837. * @return
  838. * A cvterm object
  839. *
  840. * @ingroup tripal_chado_api
  841. */
  842. function tripal_insert_cvterm($term, $options = array()) {
  843. // get the term properties
  844. $id = (isset($term['id'])) ? $term['id'] : '';
  845. $name = '';
  846. $cvname = '';
  847. $definition = '';
  848. $is_obsolete = 0;
  849. $accession = '';
  850. // Set Defaults
  851. if (isset($term['cv_name'])) {
  852. $cvname = $term['cv_name'];
  853. }
  854. else {
  855. $cvname = 'local';
  856. }
  857. // Namespace is deprecated but must be supported for backwards
  858. // compatability
  859. if (array_key_exists('namespace', $term)) {
  860. $cvname = $term['namespace'];
  861. }
  862. if (isset($term['is_relationship'])) {
  863. $is_relationship = $term['is_relationship'];
  864. }
  865. else {
  866. $is_relationship = 0;
  867. }
  868. if (isset($term['db_name'])) {
  869. $dbname = $term['db_name'];
  870. }
  871. else {
  872. $dbname = 'internal';
  873. }
  874. if (isset($options['update_existing'])) {
  875. $update = $options['update_existing'];
  876. }
  877. else {
  878. $update = 1;
  879. }
  880. if (array_key_exists('name', $term)) {
  881. $name = $term['name'];
  882. }
  883. else {
  884. $name = $id;
  885. }
  886. if (array_key_exists('definition', $term)) {
  887. $definition = preg_replace('/^\"(.*)\"/', '\1', $term['definition']);
  888. }
  889. else {
  890. $definition = '';
  891. }
  892. if (array_key_exists('is_obsolete', $term)) {
  893. $is_obsolete = $term['is_obsolete'];
  894. if (strcmp($is_obsolete, 'true') == 0) {
  895. $is_obsolete = 1;
  896. }
  897. }
  898. if (!$name and !$id) {
  899. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Cannot find cvterm without 'id' or 'name'", NULL);
  900. return 0;
  901. }
  902. if (!$id) {
  903. $id = $name;
  904. }
  905. // Get the accession and the database from the cvterm id.
  906. if ($dbname) {
  907. $accession = $id;
  908. }
  909. if (preg_match('/^.+?:.*$/', $id)) {
  910. $accession = preg_replace('/^.+?:(.*)$/', '\1', $id);
  911. $dbname = preg_replace('/^(.+?):.*$/', '\1', $id);
  912. }
  913. // Check that we have a database name, give a different message if it's a
  914. // relationship.
  915. if ($is_relationship and !$dbname) {
  916. tripal_report_error('tripal_cv', TRIPAL_WARNING, "A database name is not provided for this relationship term: $id", NULL);
  917. return 0;
  918. }
  919. if (!$is_relationship and !$dbname) {
  920. tripal_report_error('tripal_cv', TRIPAL_WARNING, "A database identifier is missing from the term: $id", NULL);
  921. return 0;
  922. }
  923. // Make sure the CV name exists
  924. $cv = tripal_get_cv(array('name' => $cvname));
  925. if (!$cv) {
  926. $cv = tripal_insert_cv($cvname, '');
  927. }
  928. if (!$cv) {
  929. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Cannot find namespace '$cvname' when adding/updating $id", NULL);
  930. return 0;
  931. }
  932. // This SQL statement will be used a lot to find a cvterm so just set it
  933. // here for easy reference below. Because CV terms can change their names
  934. // but accessions don't change, the following SQL finds cvterms based on
  935. // their accession rather than the name.
  936. $cvtermsql = "
  937. SELECT CVT.name, CVT.cvterm_id, CV.cv_id, CV.name as cvname,
  938. DB.name as dbname, DB.db_id, DBX.accession
  939. FROM {cvterm} CVT
  940. INNER JOIN {dbxref} DBX on CVT.dbxref_id = DBX.dbxref_id
  941. INNER JOIN {db} DB on DBX.db_id = DB.db_id
  942. INNER JOIN {cv} CV on CV.cv_id = CVT.cv_id
  943. WHERE DBX.accession = :accession and DB.name = :name
  944. ";
  945. // Add the database. The function will just return the DB object if the
  946. // database already exists.
  947. $db = tripal_get_db(array('name' => $dbname));
  948. if (!$db) {
  949. $db = tripal_insert_db(array('name' => $dbname));
  950. }
  951. if (!$db) {
  952. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Cannot find database '$dbname' in Chado.", NULL);
  953. return 0;
  954. }
  955. // The cvterm table has two unique dependencies. We need to check both.
  956. // first check the (name, cv_id, is_obsolete) constraint.
  957. $values = array(
  958. 'name' => $name,
  959. 'is_obsolete' => $is_obsolete,
  960. 'cv_id' => array(
  961. 'name' => $cvname,
  962. ),
  963. );
  964. $result = chado_select_record('cvterm', array('*'), $values);
  965. if (count($result) == 1) {
  966. $cvterm = $result[0];
  967. // Get the dbxref record.
  968. $values = array('dbxref_id' => $cvterm->dbxref_id);
  969. $result = chado_select_record('dbxref', array('*'), $values);
  970. $dbxref = $result[0];
  971. if (!$dbxref) {
  972. tripal_report_error('tripal_cv', TRIPAL_ERROR,
  973. 'Unable to access the dbxref record for the :term cvterm. Term Record: !record',
  974. array(':term' => $name, '!record' => print_r($cvterm, TRUE))
  975. );
  976. return FALSE;
  977. }
  978. // Get the db.
  979. $values = array('db_id' => $dbxref->db_id);
  980. $result = chado_select_record('db', array('*'), $values);
  981. $db_check = $result[0];
  982. // // The database name for this existing term does not match that of the
  983. // // one provided to this function. The CV name matches otherwise we
  984. // // wouldn't have made it this far. So, let's swap the database for
  985. // // this term.
  986. // if ($db_check->name != $db->name) {
  987. // // Look to see if the correct dbxref record already exists for this
  988. // // database.
  989. // $values = array(
  990. // 'db_id' => $db->db_id,
  991. // 'accession' => $accession,
  992. // );
  993. // $result = chado_select_record('dbxref', array('*'), $values);
  994. // // If we already have a good dbxref then we want to update our cvterm
  995. // // to use this dbxref.
  996. // if (count($result) > 0) {
  997. // $dbxref = $result[0];
  998. // $match = array('cvterm_id' => $cvterm->cvterm_id);
  999. // $values = array('dbxref_id' => $dbxref->dbxref_id);
  1000. // $success = chado_update_record('cvterm', $match, $values);
  1001. // if (!$success) {
  1002. // tripal_report_error('tripal_cv', TRIPAL_WARNING, "Failed to correct the dbxref id for the cvterm " .
  1003. // "'$name' (id: $accession), for database $dbname", NULL);
  1004. // return 0;
  1005. // }
  1006. // }
  1007. // // If we don't have the dbxref then we want to delete our cvterm and let
  1008. // // the code below recreate it with the correct info.
  1009. // else {
  1010. // $match = array('cvterm_id' => $cvterm->cvterm_id);
  1011. // chado_delete_record('cvterm', $match);
  1012. // }
  1013. // }
  1014. // Check that the accession matches. Sometimes an OBO can define a term
  1015. // multiple times but with different accessions. If this is the case we
  1016. // can't do an insert or it will violate the constraint in the cvterm table.
  1017. // So we'll need to add the record to the cvterm_dbxref table instead.
  1018. if ($dbxref->accession != $accession) {
  1019. // Get/add the dbxref for his term.
  1020. $dbxref_new = tripal_insert_dbxref(array(
  1021. 'db_id' => $db->db_id,
  1022. 'accession' => $accession
  1023. ));
  1024. if (!$dbxref_new) {
  1025. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Failed to find or insert the dbxref record for cvterm, " .
  1026. "$name (id: $accession), for database $dbname", NULL);
  1027. return 0;
  1028. }
  1029. // Check to see if the cvterm_dbxref record already exists.
  1030. $values = array(
  1031. 'cvterm_id' => $cvterm->cvterm_id,
  1032. 'dbxref_id' => $dbxref_new->dbxref_id,
  1033. 'is_for_definition' => 1,
  1034. );
  1035. $result = chado_select_record('cvterm_dbxref', array('*'), $values);
  1036. // if the cvterm_dbxref record does not exists then add it
  1037. if (count($result)==0) {
  1038. $options = array(
  1039. 'return_record' => FALSE,
  1040. );
  1041. $success = chado_insert_record('cvterm_dbxref', $values, $options);
  1042. if (!$success) {
  1043. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Failed to find or insert the cvterm_dbxref record for a " .
  1044. "duplicated cvterm: $name (id: $accession), for database $dbname", NULL);
  1045. return 0;
  1046. }
  1047. }
  1048. // get the original cvterm with the same name and return that.
  1049. $result = chado_query($cvtermsql, array(':accession' => $dbxref->accession, ':name' => $dbname));
  1050. $cvterm = $result->fetchObject();
  1051. return $cvterm;
  1052. }
  1053. // Continue on, we've fixed the record if the db_id did not match.
  1054. // We can now perform and updated if we need to.
  1055. }
  1056. // get the CVterm record
  1057. $result = chado_query($cvtermsql, array(':accession' => $accession, ':name' => $dbname));
  1058. $cvterm = $result->fetchObject();
  1059. if (!$cvterm) {
  1060. // Check to see if the dbxref exists if not, add it.
  1061. $dbxref = tripal_insert_dbxref(array(
  1062. 'db_id' => $db->db_id,
  1063. 'accession' => $accession
  1064. ));
  1065. if (!$dbxref) {
  1066. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Failed to find or insert the dbxref record for cvterm, " .
  1067. "$name (id: $accession), for database $dbname", NULL);
  1068. return 0;
  1069. }
  1070. // Check to see if the dbxref already has an entry in the cvterm table.
  1071. $values = array('dbxref_id' => $dbxref->dbxref_id);
  1072. $check = chado_select_record('cvterm', array('cvterm_id'), $values);
  1073. if (count($check) == 0) {
  1074. // now add the cvterm
  1075. $ins_values = array(
  1076. 'cv_id' => $cv->cv_id,
  1077. 'name' => $name,
  1078. 'definition' => $definition,
  1079. 'dbxref_id' => $dbxref->dbxref_id,
  1080. 'is_obsolete' => $is_obsolete,
  1081. 'is_relationshiptype' => $is_relationship,
  1082. );
  1083. $success = chado_insert_record('cvterm', $ins_values);
  1084. if (!$success) {
  1085. if (!$is_relationship) {
  1086. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Failed to insert the term: $name ($dbname)", NULL);
  1087. return 0;
  1088. }
  1089. else {
  1090. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Failed to insert the relationship term: $name (cv: " . $cvname . " db: $dbname)", NULL);
  1091. return 0;
  1092. }
  1093. }
  1094. }
  1095. // This dbxref already exists in the cvterm table.
  1096. else {
  1097. tripal_report_error('tripal_cv', TRIPAL_WARNING, "The dbxref already exists for another cvterm record: $name (cv: " . $cvname . " db: $dbname)", NULL);
  1098. return 0;
  1099. }
  1100. $result = chado_query($cvtermsql, array(':accession' => $accession, ':name' => $dbname));
  1101. $cvterm = $result->fetchObject();
  1102. }
  1103. // Update the cvterm.
  1104. elseif ($update) {
  1105. // First, basic update of the term.
  1106. $match = array('cvterm_id' => $cvterm->cvterm_id);
  1107. $upd_values = array(
  1108. 'name' => $name,
  1109. 'definition' => $definition,
  1110. 'is_obsolete' => $is_obsolete,
  1111. 'is_relationshiptype' => $is_relationship,
  1112. );
  1113. $success = chado_update_record('cvterm', $match, $upd_values);
  1114. if (!$success) {
  1115. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Failed to update the term: $name", NULL);
  1116. return 0;
  1117. }
  1118. // Second, check that the dbxref has not changed and if it has then update it.
  1119. $checksql = "
  1120. SELECT cvterm_id
  1121. FROM {cvterm} CVT
  1122. INNER JOIN {dbxref} DBX on CVT.dbxref_id = DBX.dbxref_id
  1123. INNER JOIN {db} DB on DBX.db_id = DB.db_id
  1124. INNER JOIN {cv} CV on CV.cv_id = CVT.cv_id
  1125. WHERE DBX.accession = :accession and DB.name = :dbname and CVT.name = :term and CV.name = :cvname
  1126. ";
  1127. $check = chado_query($checksql, array(':accession' => $accession, ':dbname' => $dbname, ':term' => $name, ':cvname' => $cvname))->fetchObject();
  1128. if (!$check) {
  1129. // check to see if the dbxref exists if not, add it.
  1130. $dbxref = tripal_insert_dbxref(array(
  1131. 'db_id' => $db->db_id,
  1132. 'accession' => $accession
  1133. ));
  1134. if (!$dbxref) {
  1135. tripal_report_error('tripal_chado', TRIPAL_WARNING, "Failed to find or insert the dbxref record for cvterm, " .
  1136. "$name (id: $accession), for database $dbname", NULL);
  1137. return 0;
  1138. }
  1139. $match = array('cvterm_id' => $cvterm->cvterm_id);
  1140. $upd_values = array(
  1141. 'dbxref_id' => $dbxref->dbxref_id,
  1142. );
  1143. $success = chado_update_record('cvterm', $match, $upd_values);
  1144. if (!$success) {
  1145. tripal_report_error('tripal_chado', TRIPAL_WARNING, "Failed to update the term $name with new accession $db:$accession", NULL);
  1146. return 0;
  1147. }
  1148. }
  1149. // Finally grab the updated details.
  1150. $result = chado_query($cvtermsql, array(':accession' => $accession, ':name' => $dbname));
  1151. $cvterm = $result->fetchObject();
  1152. }
  1153. else {
  1154. // do nothing, we have the cvterm but we don't want to update
  1155. }
  1156. // return the cvterm
  1157. return $cvterm;
  1158. }
  1159. /**
  1160. * TODO: deprecate this function
  1161. *
  1162. * This function allows other modules to programatically
  1163. * submit an ontology for loading into Chado.
  1164. *
  1165. * This function will add a job to the Jobs subsystem for parsing the ontology.
  1166. * You can either pass a known OBO ID to the function or the URL
  1167. * or full path the the ontology file. If a URL or file name is
  1168. * passed then the $obo_name argument must also be provided. If
  1169. * this is the first time the ontology has been provided to Tripal
  1170. * then it will be added to the database and will be assigned a
  1171. * unique OBO ID.
  1172. *
  1173. * @param $obo_id
  1174. * If the ontology is already loaded into the Tripal tables then
  1175. * use this argument to specify the unique ID for the ontology
  1176. * that will be loaded
  1177. * @param $obo_name
  1178. * If the OBO has not been added before then use this argument
  1179. * to specify the human readable name of the ontology.
  1180. * @param $obo_url
  1181. * If the OBO to be loaded is located on a remote server then
  1182. * use this argument to provide the URL.
  1183. * @param $obo_file
  1184. * If the OBO is housed on the local file system of the server then
  1185. * use this argument to specify the full path.
  1186. *
  1187. * @return
  1188. * returns the job_id of the submitted job or FALSE if the job was not added
  1189. *
  1190. * @ingroup tripal_chado_api
  1191. */
  1192. function tripal_submit_obo_job($obo) {
  1193. global $user;
  1194. // Set Defaults
  1195. $obo['obo_id'] = (isset($obo['obo_id'])) ? $obo['obo_id'] : NULL;
  1196. $obo['name'] = (isset($obo['name'])) ? $obo['name'] : NULL;
  1197. $obo['url'] = (isset($obo['url'])) ? $obo['url'] : NULL;
  1198. $obo['file'] = (isset($obo['file'])) ? $obo['file'] : NULL;
  1199. $includes = array(
  1200. drupal_get_path('module', 'tripal_chado') . '/includes/tripal_chado.cv.inc',
  1201. );
  1202. if ($obo['obo_id']) {
  1203. $sql = "SELECT * FROM {tripal_cv_obo} WHERE obo_id = :obo_id";
  1204. $result = db_query($sql, array(':obo_id' => $obo['obo_id']))->fetchObject();
  1205. $args = array($result->obo_id);
  1206. return tripal_add_job("Load OBO " . $result->name, 'tripal_chado',
  1207. "tripal_cv_load_obo", $args, $user->uid, 10, $includes);
  1208. }
  1209. else {
  1210. if ($obo['url']) {
  1211. $sql = "SELECT * FROM {tripal_cv_obo} WHERE path = :url";
  1212. $result = db_query($sql, array(':url' => $obo['url']))->fetchObject();
  1213. $args = array($result->obo_id);
  1214. return tripal_add_job("Load OBO " . $result->name, 'tripal_chado',
  1215. "tripal_cv_load_obo", $args, $user->uid, 10, $includes);
  1216. }
  1217. elseif ($obo['file']) {
  1218. $sql = "SELECT * FROM {tripal_cv_obo} WHERE path = :file";
  1219. $result = db_query($sql, array(':url' => $obo['file']))->fetchObject();
  1220. $args = array($result->obo_id);
  1221. return tripal_add_job("Load OBO " . $result->name, 'tripal_chado',
  1222. "tripal_cv_load_obo", $args, $user->uid, 10, $includes);
  1223. }
  1224. }
  1225. return FALSE;
  1226. }
  1227. /**
  1228. * Add the OBO to the tripal_cv_obo table in the Drupal database.
  1229. *
  1230. * If the OBO name already exists in the table then the path is updated.
  1231. *
  1232. * @param $name
  1233. * The human readable name of this ontology
  1234. * @param $path
  1235. * The file path or URL of the ontology
  1236. *
  1237. * @return
  1238. * Returns the ontology ID
  1239. *
  1240. * @ingroup tripal_chado_api
  1241. */
  1242. function tripal_insert_obo($name, $path) {
  1243. // make sure an OBO with the same name doesn't already exist
  1244. $obo_id = db_select('tripal_cv_obo', 'tco')
  1245. ->fields('tco', array('obo_id'))
  1246. ->condition('name', $name)
  1247. ->execute()
  1248. ->fetchField();
  1249. if ($obo_id) {
  1250. db_update('tripal_cv_obo')
  1251. ->fields(array(
  1252. 'path' => $path,
  1253. ))
  1254. ->condition('name', $name)
  1255. ->execute();
  1256. return $obo_id;
  1257. }
  1258. else {
  1259. $obo_id = db_insert('tripal_cv_obo')
  1260. ->fields(array(
  1261. 'name' => $name,
  1262. 'path' => $path,
  1263. ))
  1264. ->execute();
  1265. return $obo_id;
  1266. }
  1267. }
  1268. /**
  1269. * Retrieves an OBO record.
  1270. *
  1271. * @param $values
  1272. * An associate array with the following allowed keys: obo_id, name
  1273. *
  1274. * @return
  1275. * An instance of an OBO record object.
  1276. */
  1277. function tripal_get_obo($values) {
  1278. $query = db_select('tripal_cv_obo', 'tco')
  1279. ->fields('tco');
  1280. if (array_key_exists('name', $values)) {
  1281. $query->condition('tco.name', $values['name']);
  1282. }
  1283. if (array_key_exists('obo_id', $values)) {
  1284. $query->condition('tco.obo_id', $values['obo_id']);
  1285. }
  1286. return $query->execute()->fetchObject();
  1287. }
  1288. /**
  1289. * This function is intended to be used in autocomplete forms.
  1290. *
  1291. * This function searches for a matching controlled vobulary name.
  1292. *
  1293. * @param $string
  1294. * The string to search for
  1295. *
  1296. * @return
  1297. * A json array of terms that begin with the provided string
  1298. *
  1299. * @ingroup tripal_chado_api
  1300. */
  1301. function tripal_autocomplete_cv($string = '') {
  1302. $sql = "
  1303. SELECT CV.cv_id, CV.name
  1304. FROM {cv} CV
  1305. WHERE lower(CV.name) like lower(:name)
  1306. ORDER by CV.name
  1307. LIMIT 25 OFFSET 0
  1308. ";
  1309. $results = chado_query($sql, array(':name' => $string . '%'));
  1310. $items = array();
  1311. foreach ($results as $cv) {
  1312. $items[$cv->name] = $cv->name;
  1313. }
  1314. drupal_json_output($items);
  1315. }
  1316. /**
  1317. * This function is intended to be used in autocomplete forms
  1318. * for searching for CV terms that begin with the provided string
  1319. *
  1320. * @param $cv_id
  1321. * The CV ID in which to search for the term
  1322. * @param $string
  1323. * The string to search for
  1324. *
  1325. * @return
  1326. * A json array of terms that begin with the provided string
  1327. *
  1328. * @ingroup tripal_chado_api
  1329. */
  1330. function tripal_autocomplete_cvterm($cv_id, $string = '') {
  1331. if ($cv_id) {
  1332. $sql = "
  1333. SELECT CVT.cvterm_id, CVT.name
  1334. FROM {cvterm} CVT
  1335. WHERE CVT.cv_id = :cv_id and lower(CVT.name) like lower(:name)
  1336. UNION
  1337. SELECT CVT2.cvterm_id, CVTS.synonym as name
  1338. FROM {cvterm} CVT2
  1339. INNER JOIN {cvtermsynonym} CVTS ON CVTS.cvterm_id = CVT2.cvterm_id
  1340. WHERE CVT2.cv_id = :cv_id and lower(CVTS.synonym) like lower(:name)
  1341. ORDER by name
  1342. LIMIT 25 OFFSET 0
  1343. ";
  1344. $results = chado_query($sql, array(':cv_id' => $cv_id, ':name' => $string . '%'));
  1345. $items = array();
  1346. foreach ($results as $term) {
  1347. $items[$term->name] = $term->name;
  1348. }
  1349. }
  1350. // If a CV wasn't provided then search all of them, and include the cv
  1351. // in the results.
  1352. else {
  1353. $sql = "
  1354. SELECT CVT.cvterm_id, CVT.name, CV.name as cvname, CVT.cv_id
  1355. FROM {cvterm} CVT
  1356. INNER JOIN {cv} CV on CVT.cv_id = CV.cv_id
  1357. WHERE lower(CVT.name) like lower(:name)
  1358. UNION
  1359. SELECT CVT2.cvterm_id, CVTS.synonym as name, CV2.name as cvname, CVT2.cv_id
  1360. FROM {cvterm} CVT2
  1361. INNER JOIN {cv} CV2 on CVT2.cv_id = CV2.cv_id
  1362. INNER JOIN {cvtermsynonym} CVTS ON CVTS.cvterm_id = CVT2.cvterm_id
  1363. WHERE lower(CVTS.synonym) like lower(:name)
  1364. ORDER by name
  1365. LIMIT 25 OFFSET 0
  1366. ";
  1367. $results = chado_query($sql, array(':name' => $string . '%'));
  1368. $items = array();
  1369. foreach ($results as $term) {
  1370. $items[$term->name] = $term->name;
  1371. }
  1372. }
  1373. drupal_json_output($items);
  1374. }
  1375. /**
  1376. * Add a record to a cvterm linking table (ie: feature_cvterm)
  1377. *
  1378. * @param $basetable
  1379. * The base table to which the cvterm should be linked/associated. Thus to associate a
  1380. * cvterm to a feature the basetable=feature and cvterm_id is added to the feature_cvterm table.
  1381. * @param $record_id
  1382. * The primary key of the basetable to associate the cvterm with. This should be in integer.
  1383. * @param $cvterm
  1384. * An associative array describing the cvterm. Valid keys include:
  1385. * - name: the name for the cvterm,
  1386. * - cv_name: the name of the cv the cvterm belongs to.
  1387. * - cv_id: the primary key of the cv the cvterm belongs to.
  1388. * @param $options
  1389. * An associative array of options. Valid keys include:
  1390. * - insert_cvterm: Insert the cvterm if it doesn't already exist. FALSE is the default
  1391. *
  1392. * @ingroup tripal_chado_api
  1393. */
  1394. function tripal_associate_cvterm($basetable, $record_id, $cvterm, $options = array()) {
  1395. $linking_table = $basetable . '_cvterm';
  1396. $foreignkey_name = $basetable . '_id';
  1397. // Default Values
  1398. $options['insert_cvterm'] = (isset($options['insert_cvterm'])) ? $options['insert_cvterm'] : FALSE;
  1399. // If the cvterm_id is not set then find the cvterm record using the name and cv_id
  1400. if (!isset($cvterm['cvterm_id'])) {
  1401. $values = array(
  1402. 'name' => $cvterm['name'],
  1403. );
  1404. if (isset($cvterm['cv_id'])) {
  1405. $values['cv_id'] = $cvterm['cv_id'];
  1406. }
  1407. elseif (isset($cvterm['cv_name'])) {
  1408. $values['cv_id'] = array(
  1409. 'name' => $cvterm['cv_name']
  1410. );
  1411. }
  1412. else {
  1413. tripal_report_error('tripal_chado_api', TRIPAL_WARNING,
  1414. "tripal_associate_cvterm: The cvterm needs to have either the cv_name or cv_id
  1415. supplied. You were trying to associate a cvterm with the %base %record_id
  1416. and supplied the cvterm values: %cvterm.",
  1417. array('%base' => $basetable, '%record_id' => $record_id, '%cvterm' => print_r($cvterm,TRUE))
  1418. );
  1419. return FALSE;
  1420. }
  1421. // Get the cvterm. If it doesn't exist then add it if the option
  1422. // 'insert_cvterm' is set.
  1423. $select = chado_select_record('cvterm', array('*'), $values);
  1424. if ($select) {
  1425. $cvterm['cvterm_id'] = $select[0]->cvterm_id;
  1426. }
  1427. elseif ($options['insert_cvterm']) {
  1428. // Insert the cvterm
  1429. $insert = tripal_insert_cvterm($values);
  1430. if (isset($insert->cvterm_id)) {
  1431. $cvterm['cvterm_id'] = $insert->cvterm_id;
  1432. }
  1433. else {
  1434. tripal_report_error('tripal_chado_api', TRIPAL_WARNING,
  1435. "tripal_associate_cvterm: Unable to insert the cvterm using the cvterm values: %cvterm.",
  1436. array('%cvterm' => print_r($cvterm,TRUE))
  1437. );
  1438. return FALSE;
  1439. }
  1440. }
  1441. else {
  1442. tripal_report_error('tripal_api', TRIPAL_WARNING,
  1443. "tripal_associate_cvterm: The cvterm doesn't already exist. You supplied the cvterm values: %cvterm.",
  1444. array('%cvterm' => print_r($cvterm,TRUE))
  1445. );
  1446. return FALSE;
  1447. }
  1448. }
  1449. // Now add the link between the record & cvterm
  1450. if ($cvterm['cvterm_id'] > 0) {
  1451. $values = array(
  1452. 'cvterm_id' => $cvterm['cvterm_id'],
  1453. $foreignkey_name => $record_id,
  1454. 'pub_id' => 1,
  1455. );
  1456. // Check if the cvterm is already associated. If so, don't re-add it.
  1457. $result = chado_select_record($linking_table, array('*'), $values);
  1458. if (!$result) {
  1459. $success = chado_insert_record($linking_table, $values);
  1460. if (!$success) {
  1461. tripal_report_error('tripal_api', TRIPAL_WARNING,
  1462. "Failed to insert the %base record %term",
  1463. array('%base' => $linking_table, '%term' => $cvterm['name'])
  1464. );
  1465. return FALSE;
  1466. }
  1467. $result = chado_select_record($linking_table, array('*'), $values);
  1468. }
  1469. if (isset($result[0])) {
  1470. return $result[0];
  1471. }
  1472. else {
  1473. return FALSE;
  1474. }
  1475. }
  1476. return FALSE;
  1477. }