tripal_chado.cv.api.inc 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596
  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. $transaction = db_transaction();
  341. try {
  342. $result = db_query('
  343. SELECT DISTINCT t.*
  344. FROM cvterm t
  345. LEFT JOIN cvterm_relationship r ON (t.cvterm_id = r.subject_id)
  346. INNER JOIN cvterm_relationship r2 ON (t.cvterm_id = r2.object_id)
  347. WHERE t.cv_id = :cvid AND r.subject_id is null',
  348. array(':cvid' => $cv_id)
  349. );
  350. // Iterate through each root level term.
  351. $record = $result->fetchAll();
  352. $roots = [];
  353. foreach ($record as $item){
  354. tripal_update_cvtermpath_root_loop($item->cvterm_id, $item->cv_id, $roots);
  355. }
  356. }
  357. catch (Exception $e) {
  358. // If there's an exception we have to set the database back. So, do that
  359. // and then rethrow the error.
  360. chado_set_active($prev_db);
  361. // Rollback any database changes
  362. $transaction->rollback();
  363. throw $e;
  364. }
  365. chado_set_active($prev_db);
  366. }
  367. /**
  368. * Duplicate of _fill_cvtermpath4root() stored procedure in Chado.
  369. *
  370. * This function process a "branch" of the ontology. Initially, the
  371. * "root" starts at the top of the tree. But, as the cvtermpath is populated
  372. * the "root" becomes terms deeper in the tree.
  373. *
  374. * @param $rootid
  375. * The term ID from the cvterm table of Chado (i.e. cvterm.cvterm_id).
  376. * @param $cvid
  377. * The controlled vocabulary ID from the cv table of Chado (i.e. cv.cv_id).
  378. *
  379. * @ingroup tripal_chado_cv_api
  380. */
  381. function tripal_update_cvtermpath_root_loop($rootid, $cvid, &$roots) {
  382. // Get's the cvterm record for this "root".
  383. // $ttype = db_select('cvterm', 'cv')
  384. // ->fields('cv', array('cvterm_id'));
  385. // $db_or = db_or();
  386. // $db_or->condition('cv.name', "isa", '=');
  387. // $db_or->condition('cv.name', "is_a", '=');
  388. // $ttype->condition($db_or);
  389. $ttype = db_query(
  390. 'SELECT cv.cvterm_id
  391. FROM cvterm cv
  392. WHERE cv.name = :isa
  393. OR cv.name = :is_a
  394. '
  395. ,
  396. array(':isa' => "isa", ':is_a' => "is_a")
  397. );
  398. $result = $ttype->fetchObject();
  399. $term_id = $rootid . '|' . $rootid . '|' . $cvid . '|' . $result->cvterm_id;
  400. // If the child_id matches any other id in the array then we've hit a loop.
  401. foreach ($roots as $element_id) {
  402. if ($element_id == $term_id) {
  403. return;
  404. }
  405. }
  406. // Then add that new entry to the $tree_path.
  407. $roots[] = $term_id;
  408. // Descends through the branch starting at this "root" term.
  409. $tree_path = [];
  410. $matched_rows = [];
  411. $possible_start_of_loop = [];
  412. $depth = 0;
  413. tripal_update_cvtermpath_loop($rootid, $rootid, $cvid, $result->cvterm_id, $depth,
  414. 0, $tree_path, FALSE, $matched_rows, $possible_start_of_loop, FALSE);
  415. // Get's the children terms of this "root" term and then recursively calls
  416. // this function making each child root.
  417. $cterm = db_query(
  418. 'SELECT *
  419. FROM cvterm_relationship
  420. WHERE object_id = :rootid
  421. ',
  422. [':rootid' => $rootid]
  423. );
  424. while ($cterm_result = $cterm->fetchAssoc()) {
  425. tripal_update_cvtermpath_root_loop($cterm_result['subject_id'], $cvid, $roots);
  426. }
  427. }
  428. /**
  429. *
  430. * @param $origin
  431. * The root terms cvterm_id.
  432. * @param $child_id
  433. * The cvterm_id of the current child term. The child term is a descendent
  434. * of the origin.
  435. * @param $cv_id
  436. * The controlled vocabulary ID from the cv table of Chado (i.e. cv.cv_id).
  437. * @param $type_id
  438. * The relationship type between the origin term and the child.
  439. * @param $depth
  440. * The depth of the recursion.
  441. * @param $increment_of_depth.
  442. * An integer ??
  443. * @param $tree_path.
  444. * The array of every term between the current child and the origin. Each
  445. * element in the array is an associative array with the keys:
  446. * -build_id: an string identifier for the child that combines the origin,
  447. * child cvterm_id,cv_id, and the type_id.
  448. * -depth: the depth that a child was inserted into the cvtermpath table.
  449. * @param $possible_loop
  450. * A boolean flag.
  451. * @param $matched_row
  452. * An array of rows that are currently in the cvtermpath table that match the
  453. * build_id of the current term trying to be written to the table
  454. * @param $possible_start_of_ loop
  455. * The array of the possible loop item between the current child and the origin.
  456. * Each element in the array is an associative array with the keys:
  457. * - cvid : $cv_id
  458. * - subject_id:
  459. * - child_id : $child_id,
  460. * - type_id : $type_id,
  461. * - depth : $depth,
  462. * @param $no_loop_skip_test
  463. * A boolean used when the possible loop has been ruled out as a loop.
  464. * @return multitype:
  465. */
  466. function tripal_update_cvtermpath_loop(
  467. $origin,
  468. $child_id,
  469. $cv_id,
  470. $type_id,
  471. $depth,
  472. $increment_of_depth,
  473. $tree_path,
  474. $possible_loop,
  475. $matched_rows,
  476. $possible_start_of_loop,
  477. $no_loop_skip_test) {
  478. // We have not detected a loop, so it's safe to insert the term.
  479. $new_match_rows = [];
  480. if (!empty($possible_start_of_loop)) {
  481. // Go through each matched_row.
  482. if (count($matched_rows) === 1) {
  483. // Get the cvtermpath_id and then increment down one row.
  484. $cvtermpath_id = (int) $matched_rows[0]->cvtermpath_id;
  485. $cvtermpath_id = $cvtermpath_id + 1;
  486. chado_set_active('chado');
  487. $next_row = db_query(
  488. 'SELECT *
  489. FROM cvtermpath
  490. WHERE cvtermpath_id = :cvtermpath_id
  491. ',
  492. [':cvtermpath_id' => $cvtermpath_id]
  493. );
  494. $next_row = $next_row->fetchObject();
  495. // If the next row matches the values passed we can't rule out a loop.
  496. if (($next_row->type_id === $type_id) &&
  497. ($next_row->subject_id === $child_id) &&
  498. ($next_row->object_id === $origin) &&
  499. ($next_row->cv_id === $cv_id)) {
  500. $new_match_rows[] = $next_row;
  501. }
  502. elseif (($next_row->type_id === $possible_start_of_loop['type_id']) &&
  503. ($next_row->subject_id === $possible_start_of_loop['subject_id']) &&
  504. ($next_row->object_id === $possible_start_of_loop['object_id']) &&
  505. ($next_row->cv_id === $possible_start_of_loop['cv_id'])) {
  506. // The next_row is equal to start of loop, so we've reached the end
  507. // and confirmed that this is a loop.
  508. $possible_loop == FALSE;
  509. $matched_rows = [];
  510. tripal_update_cvtermpath_loop_increment($origin, $child_id, $cv_id,
  511. $type_id, $depth + 1, $increment_of_depth, $tree_path, $possible_loop,
  512. $new_match_rows, $possible_start_of_loop, $no_loop_skip_test);
  513. }
  514. }
  515. else {
  516. foreach ($matched_rows as $matched_row) {
  517. // Get the cvtermpath_id and then increment down one row.
  518. $cvtermpath_id = (int) $match_row->cvtermpath_id;
  519. // Get the cvtermpath_id and then increment down one row.
  520. $cvtermpath_id = $cvtermpath_id + 1;
  521. chado_set_active('chado');
  522. $next_row = db_query(
  523. 'SELECT *
  524. FROM cvtermpath
  525. WHERE cvtermpath_id = :cvtermpath_id
  526. ',
  527. [':cvtermpath_id' => $cvtermpath_id]
  528. );
  529. $next_row = $next_row->fetchObject();
  530. // If the next row matches the values passed we can't rule out a loop.
  531. if (($next_row->type_id === $type_id) &&
  532. ($next_row->subject_id === $child_id) &&
  533. ($next_row->object_id === $origin) &&
  534. ($next_row->cv_id === $cv_id)) {
  535. $new_match_rows[] = $next_row;
  536. }
  537. elseif (($next_row->type_id === $possible_start_of_loop['type_id']) &&
  538. ($next_row->subject_id === $possible_start_of_loop['subject_id']) &&
  539. ($next_row->object_id === $possible_start_of_loop['object_id']) &&
  540. ($next_row->cv_id === $possible_start_of_loop['cv_id'])) {
  541. // The next_row is equal to start of loop, so we've reached the end
  542. // and confirmed that this is a loop.
  543. $possible_loop == FALSE;
  544. $matched_rows = [];
  545. tripal_update_cvtermpath_loop_increment($origin, $child_id, $cv_id,
  546. $type_id, $depth + 1, $increment_of_depth, $tree_path, $possible_loop,
  547. $new_match_rows, $possible_start_of_loop, $no_loop_skip_test);
  548. }
  549. }
  550. }
  551. // If $match_rows is empty there is no loop.
  552. if (empty($new_match_rows)) {
  553. $possible_loop == FALSE;
  554. $matched_rows = [];
  555. unset($new_match_rows);
  556. $no_loop_skip_test = TRUE;
  557. // There is not loop so pass it back the possible_start_of_loop info
  558. // and a flag telling it to skip the loop check.
  559. tripal_update_cvtermpath_loop_increment($possible_start_of_loop->subject_id,
  560. $possible_start_of_loop->child_id, $possible_start_of_loop->cvid,
  561. $possible_start_of_loop->type_id, $possible_start_of_loop->depth,
  562. $increment_of_depth, $tree_path, $possible_loop, $matched_rows,
  563. $possible_start_of_loop, $no_loop_skip_test);
  564. }
  565. // If $match_rows is not empty we need to keep trying rows.
  566. else {
  567. tripal_update_cvtermpath_loop_increment($origin, $child_id, $cv_id,
  568. $type_id, $depth + 1, $increment_of_depth, $tree_path, $possible_loop,
  569. $match_rows, $possible_start_of_loop, $no_loop_skip_test);
  570. }
  571. }
  572. elseif ($possible_loop === FALSE) {
  573. tripal_update_cvtermpath_loop_increment($origin, $child_id, $cv_id,
  574. $type_id, $depth + 1, $increment_of_depth, $tree_path, $possible_loop,
  575. $matched_rows, $possible_start_of_loop, $no_loop_skip_test);
  576. }
  577. }
  578. /**
  579. *
  580. * @param $origin
  581. * The root terms cvterm_id.
  582. * @param $child_id
  583. * The cvterm_id of the current child term. The child term is a descendent
  584. * of the origin.
  585. * @param $cv_id
  586. * The controlled vocabulary ID from the cv table of Chado (i.e. cv.cv_id).
  587. * @param $type_id
  588. * The relationship type between the origin term and the child.
  589. * @param $depth
  590. * The depth of the recursion.
  591. * @param $increment_of_depth.
  592. * An integer ??
  593. * @param $tree_path.
  594. * The array of every term between the current child and the origin. Each
  595. * element in the array is an associative array with the keys:
  596. * -build_id: an string identifier for the child that combines the origin,
  597. * child cvterm_id,cv_id, and the type_id.
  598. * -depth: the depth that a child was inserted into the cvtermpath table.
  599. * @param $possible_loop
  600. * A boolean flag.
  601. * @param $matched_row
  602. * An array of rows that are currently in the cvtermpath table that match the
  603. * build_id of the current term trying to be written to the table
  604. * @param $possible_start_of_ loop
  605. * The array of the possible loop item between the current child and the origin.
  606. * Each element in the array is an associative array with the keys:
  607. * - cvid : $cv_id
  608. * - subject_id:
  609. * - child_id : $child_id,
  610. * - type_id : $type_id,
  611. * - depth : $depth,
  612. * @param $no_loop_skip_test
  613. * A boolean used when the possible loop has been ruled out as a loop.
  614. * @return multitype:
  615. */
  616. function tripal_update_cvtermpath_loop_increment(
  617. $origin,
  618. $child_id,
  619. $cv_id,
  620. $type_id,
  621. $depth,
  622. $increment_of_depth,
  623. $tree_path,
  624. $possible_loop,
  625. $matched_rows,
  626. &$possible_start_of_loop,
  627. $no_loop_skip_test) {
  628. // Check to see if a row with these values already exists.
  629. if ($possible_loop === FALSE && empty($possible_start_of_loop)) {
  630. chado_set_active('chado');
  631. $count = db_query(
  632. ' SELECT *
  633. FROM cvtermpath
  634. WHERE object_id = :origin
  635. AND subject_id = :child_id
  636. AND pathdistance = :depth
  637. AND type_id = :type_id
  638. ',
  639. [
  640. ':origin' => $origin,
  641. ':child_id' => $child_id,
  642. ':depth' => $depth,
  643. ':type_id' => $type_id
  644. ]
  645. );
  646. $count->fetchAll();
  647. $count_total = $count->rowCount();
  648. if ($count_total > 0) {
  649. return $count;
  650. }
  651. // Build the ID.
  652. $term_id = $origin . '|' . $child_id . '|' . $cv_id . '|' . $type_id;
  653. if ($no_loop_skip_test === FALSE) {
  654. // If the increment of depth is 0 then it's the first time and we need to skip
  655. // the test so we can build the tree_path which will be tested against.
  656. if ($increment_of_depth != 0) {
  657. // Search the $tree_path for the new $child_id in the build_id column.
  658. foreach ($tree_path as $parent) {
  659. // If this child is the same as a parent term that has already been
  660. // processed then we have a potential loop.
  661. if ($parent['build_id'] == $term_id) {
  662. // Tell the function this is a possible loop and to stop writing to the table.
  663. $possible_loop = TRUE;
  664. // Find all the results in the table that might be the start of the loop.
  665. $matching_rows = db_query(
  666. ' SELECT *
  667. FROM cvtermpath
  668. WHERE cv_id = :cvid
  669. AND object_id = :origin
  670. AND subject_id = :child_id
  671. AND type_id = :type_id
  672. ',
  673. [
  674. ':cvid' => $cv_id,
  675. ':origin' => $origin,
  676. ':child_id' => $child_id,
  677. ':type_id' => $type_id
  678. ]
  679. );
  680. $matched_rows = $matching_rows->fetchAll();
  681. $possible_start_of_loop = array(
  682. 'cvid' => $cv_id,
  683. 'subject_id' => $origin,
  684. 'child_id' => $child_id,
  685. 'type_id' => $type_id,
  686. 'depth' => $depth,
  687. );
  688. }
  689. }
  690. }
  691. $query = db_insert('cvtermpath')
  692. ->fields([
  693. 'object_id' => $origin,
  694. 'subject_id' => $child_id,
  695. 'cv_id' => $cv_id,
  696. 'type_id' => $type_id,
  697. 'pathdistance' => $depth,
  698. ]);
  699. try {
  700. $rows = $query->execute();
  701. } catch (Exception $e) {
  702. $error = $e->getMessage();
  703. tripal_report_error('tripal_chado', TRIPAL_ERROR, "Could not fill cvtermpath term: @error", array('@error' => $error));
  704. return false;
  705. }
  706. // Then add that new entry to the $tree_path.
  707. $tree_path[$increment_of_depth] = [
  708. 'build_id' => $term_id,
  709. 'depth' => $depth
  710. ];
  711. }
  712. // Reset to FALSE and empty variable if passed in as TRUE.
  713. $no_loop_skip_test == FALSE;
  714. $possible_start_of_loop = [];
  715. // Get all of the relationships of this child term, and recursively
  716. // call the tripal_update_cvtermpath_loop_increment() function to continue
  717. // descending down the tree.
  718. $query = db_select('cvterm_relationship', 'cvtr')
  719. ->fields('cvtr')
  720. ->condition('cvtr.object_id', $child_id, '=')
  721. ->execute();
  722. $cterm_relationships = $query->fetchAll();
  723. foreach ($cterm_relationships as $item) {
  724. $increment_of_depth++;
  725. tripal_update_cvtermpath_loop_increment($origin, $item->subject_id, $cv_id,
  726. $item->type_id, $depth + 1, $increment_of_depth, $tree_path, $possible_loop,
  727. $matched_rows, $possible_start_of_loop, $no_loop_skip_test);
  728. }
  729. }
  730. elseif ($possible_loop === FALSE && !empty($possible_start_of_loop)) {
  731. // This means a loop has been identified and the recursive call can move
  732. // on to the next item and skip the rest of this run.
  733. return $possible_start_of_loop;
  734. }
  735. elseif ($possible_loop === TRUE) {
  736. // Get all of the relationships of this child term, and recursively
  737. // call the tripal_update_cvtermpath_loop() function to continue
  738. // descending down the tree.
  739. $query = db_select('cvterm_relationship', 'cvtr')
  740. ->fields('cvtr')
  741. ->condition('cvtr.object_id', $child_id, '=')
  742. ->execute();
  743. $cterm_relationships = $query->fetchAll();
  744. foreach ($cterm_relationships as $item) {
  745. $increment_of_depth++;
  746. tripal_update_cvtermpath_loop($origin, $item->subject_id, $cv_id,
  747. $item->type_id, $depth + 1, $increment_of_depth, $tree_path, $possible_loop,
  748. $matched_rows, $possible_start_of_loop, $no_loop_skip_test);
  749. }
  750. }
  751. }
  752. /**
  753. * Adds a controlled vocabular to the CV table of Chado.
  754. *
  755. * @param $name
  756. * The name of the controlled vocabulary. These are typically all lower case
  757. * with no special characters other than an undrescore (for spaces).
  758. * @param $comment
  759. * A description or definition of the vocabulary.
  760. *
  761. * @return
  762. * An object populated with fields from the newly added database.
  763. *
  764. * @ingroup tripal_chado_api
  765. */
  766. function tripal_insert_cv($name, $definition) {
  767. // insert/update values
  768. $ins_values = array(
  769. 'name' => $name,
  770. 'definition' => $definition
  771. );
  772. // see if the CV default exists already in the database
  773. $sel_values = array('name' => $name);
  774. $results = chado_select_record('cv', array('*'), $sel_values);
  775. // if it does not exists then add it
  776. if (count($results) == 0) {
  777. $success = chado_insert_record('cv', $ins_values);
  778. if (!$success) {
  779. tripal_report_error('tripal_chado', TRIPAL_WARNING, "Failed to create the CV record", NULL);
  780. return FALSE;
  781. }
  782. $results = chado_select_record('cv', array('*'), $sel_values);
  783. }
  784. // if it already exists then do an update
  785. else {
  786. $success = chado_update_record('cv', $sel_values, $ins_values);
  787. if (!$success) {
  788. tripal_report_error('tripal_chado', TRIPAL_WARNING, "Failed to update the CV record", NULL);
  789. return FALSE;
  790. }
  791. $results = chado_select_record('cv', array('*'), $sel_values);
  792. }
  793. // return the cv object
  794. return $results[0];
  795. }
  796. /**
  797. * Add's a controlled vocabulary term to Chado.
  798. *
  799. * This function will add a cvterm record (and a dbxref record if appropriate
  800. * values are provided). If the parent vocabulary does not exist then
  801. * that also is added to the cv table. If the cvterm is a relationship term
  802. * then the 'is_relationship' value should be set. All
  803. * terms must also have a corresponding database. This is specified in the
  804. * term's ID just before the colon (e.g. GO:003824). If the database does not
  805. * exist in the DB table then it will be added automatically. The accession
  806. * (the value just after the colon in the term's ID) will be added to the
  807. * dbxref table. If the CVterm already exists and $update is set (default)
  808. * then the cvterm is updated. If the CVTerm already exists and $update is
  809. * not set, then no changes are made and the CVTerm object is returned.
  810. *
  811. * @param $term
  812. * An associative array with the following keys:
  813. * - id: the term accession. must be of the form <DB>:<ACCESSION>, where
  814. * <DB> is the name of the database to which the cvterm belongs and the
  815. * <ACCESSION> is the term's accession number in the database.
  816. * - name: the name of the term. usually meant to be human-readable.
  817. * - is_obsolete: is present and set to 1 if the term is defunct
  818. * - definition: the definition of the term
  819. * - cv_name: The CV name to which the term belongs. If this arugment is
  820. * null or not provided then the function tries to find a record in the
  821. * CV table with the same name provided in the $term[namespace]. If
  822. * this field is provided then it overrides what the value in
  823. * $term[namespace]
  824. * - is_relationship: If this term is a relationship term then this value
  825. * should be 1.
  826. * - db_name: In some cases the database name will not be part of the
  827. * $term['id'] and it needs to be explicitly set. Use this argument
  828. * only if the database name cannot be specififed in the term ID
  829. * (e.g. <DB>:<ACCESSION>).
  830. * @param $options
  831. * An associative array with the following keys:
  832. * - update_existing: By default this is TRUE. If the term exists it is
  833. * automatically updated.
  834. *
  835. * @return
  836. * A cvterm object
  837. *
  838. * @ingroup tripal_chado_api
  839. */
  840. function tripal_insert_cvterm($term, $options = array()) {
  841. // get the term properties
  842. $id = (isset($term['id'])) ? $term['id'] : '';
  843. $name = '';
  844. $cvname = '';
  845. $definition = '';
  846. $is_obsolete = 0;
  847. $accession = '';
  848. // Set Defaults
  849. if (isset($term['cv_name'])) {
  850. $cvname = $term['cv_name'];
  851. }
  852. else {
  853. $cvname = 'local';
  854. }
  855. // Namespace is deprecated but must be supported for backwards
  856. // compatability
  857. if (array_key_exists('namespace', $term)) {
  858. $cvname = $term['namespace'];
  859. }
  860. if (isset($term['is_relationship'])) {
  861. $is_relationship = $term['is_relationship'];
  862. }
  863. else {
  864. $is_relationship = 0;
  865. }
  866. if (isset($term['db_name'])) {
  867. $dbname = $term['db_name'];
  868. }
  869. else {
  870. $dbname = 'internal';
  871. }
  872. if (isset($options['update_existing'])) {
  873. $update = $options['update_existing'];
  874. }
  875. else {
  876. $update = 1;
  877. }
  878. if (array_key_exists('name', $term)) {
  879. $name = $term['name'];
  880. }
  881. else {
  882. $name = $id;
  883. }
  884. if (array_key_exists('definition', $term)) {
  885. $definition = preg_replace('/^\"(.*)\"/', '\1', $term['definition']);
  886. }
  887. else {
  888. $definition = '';
  889. }
  890. if (array_key_exists('is_obsolete', $term)) {
  891. $is_obsolete = $term['is_obsolete'];
  892. if (strcmp($is_obsolete, 'true') == 0) {
  893. $is_obsolete = 1;
  894. }
  895. }
  896. if (!$name and !$id) {
  897. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Cannot find cvterm without 'id' or 'name'", NULL);
  898. return 0;
  899. }
  900. if (!$id) {
  901. $id = $name;
  902. }
  903. // Get the accession and the database from the cvterm id.
  904. if ($dbname) {
  905. $accession = $id;
  906. }
  907. if (preg_match('/^.+?:.*$/', $id)) {
  908. $accession = preg_replace('/^.+?:(.*)$/', '\1', $id);
  909. $dbname = preg_replace('/^(.+?):.*$/', '\1', $id);
  910. }
  911. // Check that we have a database name, give a different message if it's a
  912. // relationship.
  913. if ($is_relationship and !$dbname) {
  914. tripal_report_error('tripal_cv', TRIPAL_WARNING, "A database name is not provided for this relationship term: $id", NULL);
  915. return 0;
  916. }
  917. if (!$is_relationship and !$dbname) {
  918. tripal_report_error('tripal_cv', TRIPAL_WARNING, "A database identifier is missing from the term: $id", NULL);
  919. return 0;
  920. }
  921. // Make sure the CV name exists
  922. $cv = tripal_get_cv(array('name' => $cvname));
  923. if (!$cv) {
  924. $cv = tripal_insert_cv($cvname, '');
  925. }
  926. if (!$cv) {
  927. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Cannot find namespace '$cvname' when adding/updating $id", NULL);
  928. return 0;
  929. }
  930. // This SQL statement will be used a lot to find a cvterm so just set it
  931. // here for easy reference below. Because CV terms can change their names
  932. // but accessions don't change, the following SQL finds cvterms based on
  933. // their accession rather than the name.
  934. $cvtermsql = "
  935. SELECT CVT.name, CVT.cvterm_id, CV.cv_id, CV.name as cvname,
  936. DB.name as dbname, DB.db_id, DBX.accession
  937. FROM {cvterm} CVT
  938. INNER JOIN {dbxref} DBX on CVT.dbxref_id = DBX.dbxref_id
  939. INNER JOIN {db} DB on DBX.db_id = DB.db_id
  940. INNER JOIN {cv} CV on CV.cv_id = CVT.cv_id
  941. WHERE DBX.accession = :accession and DB.name = :name
  942. ";
  943. // Add the database. The function will just return the DB object if the
  944. // database already exists.
  945. $db = tripal_get_db(array('name' => $dbname));
  946. if (!$db) {
  947. $db = tripal_insert_db(array('name' => $dbname));
  948. }
  949. if (!$db) {
  950. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Cannot find database '$dbname' in Chado.", NULL);
  951. return 0;
  952. }
  953. // The cvterm table has two unique dependencies. We need to check both.
  954. // first check the (name, cv_id, is_obsolete) constraint.
  955. $values = array(
  956. 'name' => $name,
  957. 'is_obsolete' => $is_obsolete,
  958. 'cv_id' => array(
  959. 'name' => $cvname,
  960. ),
  961. );
  962. $result = chado_select_record('cvterm', array('*'), $values);
  963. if (count($result) == 1) {
  964. $cvterm = $result[0];
  965. // Get the dbxref record.
  966. $values = array('dbxref_id' => $cvterm->dbxref_id);
  967. $result = chado_select_record('dbxref', array('*'), $values);
  968. $dbxref = $result[0];
  969. if (!$dbxref) {
  970. tripal_report_error('tripal_cv', TRIPAL_ERROR,
  971. 'Unable to access the dbxref record for the :term cvterm. Term Record: !record',
  972. array(':term' => $name, '!record' => print_r($cvterm, TRUE))
  973. );
  974. return FALSE;
  975. }
  976. // Get the db.
  977. $values = array('db_id' => $dbxref->db_id);
  978. $result = chado_select_record('db', array('*'), $values);
  979. $db_check = $result[0];
  980. // // The database name for this existing term does not match that of the
  981. // // one provided to this function. The CV name matches otherwise we
  982. // // wouldn't have made it this far. So, let's swap the database for
  983. // // this term.
  984. // if ($db_check->name != $db->name) {
  985. // // Look to see if the correct dbxref record already exists for this
  986. // // database.
  987. // $values = array(
  988. // 'db_id' => $db->db_id,
  989. // 'accession' => $accession,
  990. // );
  991. // $result = chado_select_record('dbxref', array('*'), $values);
  992. // // If we already have a good dbxref then we want to update our cvterm
  993. // // to use this dbxref.
  994. // if (count($result) > 0) {
  995. // $dbxref = $result[0];
  996. // $match = array('cvterm_id' => $cvterm->cvterm_id);
  997. // $values = array('dbxref_id' => $dbxref->dbxref_id);
  998. // $success = chado_update_record('cvterm', $match, $values);
  999. // if (!$success) {
  1000. // tripal_report_error('tripal_cv', TRIPAL_WARNING, "Failed to correct the dbxref id for the cvterm " .
  1001. // "'$name' (id: $accession), for database $dbname", NULL);
  1002. // return 0;
  1003. // }
  1004. // }
  1005. // // If we don't have the dbxref then we want to delete our cvterm and let
  1006. // // the code below recreate it with the correct info.
  1007. // else {
  1008. // $match = array('cvterm_id' => $cvterm->cvterm_id);
  1009. // chado_delete_record('cvterm', $match);
  1010. // }
  1011. // }
  1012. // Check that the accession matches. Sometimes an OBO can define a term
  1013. // multiple times but with different accessions. If this is the case we
  1014. // can't do an insert or it will violate the constraint in the cvterm table.
  1015. // So we'll need to add the record to the cvterm_dbxref table instead.
  1016. if ($dbxref->accession != $accession) {
  1017. // Get/add the dbxref for his term.
  1018. $dbxref_new = tripal_insert_dbxref(array(
  1019. 'db_id' => $db->db_id,
  1020. 'accession' => $accession
  1021. ));
  1022. if (!$dbxref_new) {
  1023. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Failed to find or insert the dbxref record for cvterm, " .
  1024. "$name (id: $accession), for database $dbname", NULL);
  1025. return 0;
  1026. }
  1027. // Check to see if the cvterm_dbxref record already exists.
  1028. $values = array(
  1029. 'cvterm_id' => $cvterm->cvterm_id,
  1030. 'dbxref_id' => $dbxref_new->dbxref_id,
  1031. 'is_for_definition' => 1,
  1032. );
  1033. $result = chado_select_record('cvterm_dbxref', array('*'), $values);
  1034. // if the cvterm_dbxref record does not exists then add it
  1035. if (count($result)==0) {
  1036. $options = array(
  1037. 'return_record' => FALSE,
  1038. );
  1039. $success = chado_insert_record('cvterm_dbxref', $values, $options);
  1040. if (!$success) {
  1041. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Failed to find or insert the cvterm_dbxref record for a " .
  1042. "duplicated cvterm: $name (id: $accession), for database $dbname", NULL);
  1043. return 0;
  1044. }
  1045. }
  1046. // get the original cvterm with the same name and return that.
  1047. $result = chado_query($cvtermsql, array(':accession' => $dbxref->accession, ':name' => $dbname));
  1048. $cvterm = $result->fetchObject();
  1049. return $cvterm;
  1050. }
  1051. // Continue on, we've fixed the record if the db_id did not match.
  1052. // We can now perform and updated if we need to.
  1053. }
  1054. // get the CVterm record
  1055. $result = chado_query($cvtermsql, array(':accession' => $accession, ':name' => $dbname));
  1056. $cvterm = $result->fetchObject();
  1057. if (!$cvterm) {
  1058. // Check to see if the dbxref exists if not, add it.
  1059. $dbxref = tripal_insert_dbxref(array(
  1060. 'db_id' => $db->db_id,
  1061. 'accession' => $accession
  1062. ));
  1063. if (!$dbxref) {
  1064. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Failed to find or insert the dbxref record for cvterm, " .
  1065. "$name (id: $accession), for database $dbname", NULL);
  1066. return 0;
  1067. }
  1068. // Check to see if the dbxref already has an entry in the cvterm table.
  1069. $values = array('dbxref_id' => $dbxref->dbxref_id);
  1070. $check = chado_select_record('cvterm', array('cvterm_id'), $values);
  1071. if (count($check) == 0) {
  1072. // now add the cvterm
  1073. $ins_values = array(
  1074. 'cv_id' => $cv->cv_id,
  1075. 'name' => $name,
  1076. 'definition' => $definition,
  1077. 'dbxref_id' => $dbxref->dbxref_id,
  1078. 'is_obsolete' => $is_obsolete,
  1079. 'is_relationshiptype' => $is_relationship,
  1080. );
  1081. $success = chado_insert_record('cvterm', $ins_values);
  1082. if (!$success) {
  1083. if (!$is_relationship) {
  1084. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Failed to insert the term: $name ($dbname)", NULL);
  1085. return 0;
  1086. }
  1087. else {
  1088. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Failed to insert the relationship term: $name (cv: " . $cvname . " db: $dbname)", NULL);
  1089. return 0;
  1090. }
  1091. }
  1092. }
  1093. // This dbxref already exists in the cvterm table.
  1094. else {
  1095. tripal_report_error('tripal_cv', TRIPAL_WARNING, "The dbxref already exists for another cvterm record: $name (cv: " . $cvname . " db: $dbname)", NULL);
  1096. return 0;
  1097. }
  1098. $result = chado_query($cvtermsql, array(':accession' => $accession, ':name' => $dbname));
  1099. $cvterm = $result->fetchObject();
  1100. }
  1101. // Update the cvterm.
  1102. elseif ($update) {
  1103. // First, basic update of the term.
  1104. $match = array('cvterm_id' => $cvterm->cvterm_id);
  1105. $upd_values = array(
  1106. 'name' => $name,
  1107. 'definition' => $definition,
  1108. 'is_obsolete' => $is_obsolete,
  1109. 'is_relationshiptype' => $is_relationship,
  1110. );
  1111. $success = chado_update_record('cvterm', $match, $upd_values);
  1112. if (!$success) {
  1113. tripal_report_error('tripal_cv', TRIPAL_WARNING, "Failed to update the term: $name", NULL);
  1114. return 0;
  1115. }
  1116. // Second, check that the dbxref has not changed and if it has then update it.
  1117. $checksql = "
  1118. SELECT cvterm_id
  1119. FROM {cvterm} CVT
  1120. INNER JOIN {dbxref} DBX on CVT.dbxref_id = DBX.dbxref_id
  1121. INNER JOIN {db} DB on DBX.db_id = DB.db_id
  1122. INNER JOIN {cv} CV on CV.cv_id = CVT.cv_id
  1123. WHERE DBX.accession = :accession and DB.name = :dbname and CVT.name = :term and CV.name = :cvname
  1124. ";
  1125. $check = chado_query($checksql, array(':accession' => $accession, ':dbname' => $dbname, ':term' => $name, ':cvname' => $cvname))->fetchObject();
  1126. if (!$check) {
  1127. // check to see if the dbxref exists if not, add it.
  1128. $dbxref = tripal_insert_dbxref(array(
  1129. 'db_id' => $db->db_id,
  1130. 'accession' => $accession
  1131. ));
  1132. if (!$dbxref) {
  1133. tripal_report_error('tripal_chado', TRIPAL_WARNING, "Failed to find or insert the dbxref record for cvterm, " .
  1134. "$name (id: $accession), for database $dbname", NULL);
  1135. return 0;
  1136. }
  1137. $match = array('cvterm_id' => $cvterm->cvterm_id);
  1138. $upd_values = array(
  1139. 'dbxref_id' => $dbxref->dbxref_id,
  1140. );
  1141. $success = chado_update_record('cvterm', $match, $upd_values);
  1142. if (!$success) {
  1143. tripal_report_error('tripal_chado', TRIPAL_WARNING, "Failed to update the term $name with new accession $db:$accession", NULL);
  1144. return 0;
  1145. }
  1146. }
  1147. // Finally grab the updated details.
  1148. $result = chado_query($cvtermsql, array(':accession' => $accession, ':name' => $dbname));
  1149. $cvterm = $result->fetchObject();
  1150. }
  1151. else {
  1152. // do nothing, we have the cvterm but we don't want to update
  1153. }
  1154. // return the cvterm
  1155. return $cvterm;
  1156. }
  1157. /**
  1158. * TODO: deprecate this function
  1159. *
  1160. * This function allows other modules to programatically
  1161. * submit an ontology for loading into Chado.
  1162. *
  1163. * This function will add a job to the Jobs subsystem for parsing the ontology.
  1164. * You can either pass a known OBO ID to the function or the URL
  1165. * or full path the the ontology file. If a URL or file name is
  1166. * passed then the $obo_name argument must also be provided. If
  1167. * this is the first time the ontology has been provided to Tripal
  1168. * then it will be added to the database and will be assigned a
  1169. * unique OBO ID.
  1170. *
  1171. * @param $obo_id
  1172. * If the ontology is already loaded into the Tripal tables then
  1173. * use this argument to specify the unique ID for the ontology
  1174. * that will be loaded
  1175. * @param $obo_name
  1176. * If the OBO has not been added before then use this argument
  1177. * to specify the human readable name of the ontology.
  1178. * @param $obo_url
  1179. * If the OBO to be loaded is located on a remote server then
  1180. * use this argument to provide the URL.
  1181. * @param $obo_file
  1182. * If the OBO is housed on the local file system of the server then
  1183. * use this argument to specify the full path.
  1184. *
  1185. * @return
  1186. * returns the job_id of the submitted job or FALSE if the job was not added
  1187. *
  1188. * @ingroup tripal_chado_api
  1189. */
  1190. function tripal_submit_obo_job($obo) {
  1191. global $user;
  1192. // Set Defaults
  1193. $obo['obo_id'] = (isset($obo['obo_id'])) ? $obo['obo_id'] : NULL;
  1194. $obo['name'] = (isset($obo['name'])) ? $obo['name'] : NULL;
  1195. $obo['url'] = (isset($obo['url'])) ? $obo['url'] : NULL;
  1196. $obo['file'] = (isset($obo['file'])) ? $obo['file'] : NULL;
  1197. $includes = array(
  1198. drupal_get_path('module', 'tripal_chado') . '/includes/tripal_chado.cv.inc',
  1199. );
  1200. if ($obo['obo_id']) {
  1201. $sql = "SELECT * FROM {tripal_cv_obo} WHERE obo_id = :obo_id";
  1202. $result = db_query($sql, array(':obo_id' => $obo['obo_id']))->fetchObject();
  1203. $args = array($result->obo_id);
  1204. return tripal_add_job("Load OBO " . $result->name, 'tripal_chado',
  1205. "tripal_cv_load_obo", $args, $user->uid, 10, $includes);
  1206. }
  1207. else {
  1208. if ($obo['url']) {
  1209. $sql = "SELECT * FROM {tripal_cv_obo} WHERE path = :url";
  1210. $result = db_query($sql, array(':url' => $obo['url']))->fetchObject();
  1211. $args = array($result->obo_id);
  1212. return tripal_add_job("Load OBO " . $result->name, 'tripal_chado',
  1213. "tripal_cv_load_obo", $args, $user->uid, 10, $includes);
  1214. }
  1215. elseif ($obo['file']) {
  1216. $sql = "SELECT * FROM {tripal_cv_obo} WHERE path = :file";
  1217. $result = db_query($sql, array(':url' => $obo['file']))->fetchObject();
  1218. $args = array($result->obo_id);
  1219. return tripal_add_job("Load OBO " . $result->name, 'tripal_chado',
  1220. "tripal_cv_load_obo", $args, $user->uid, 10, $includes);
  1221. }
  1222. }
  1223. return FALSE;
  1224. }
  1225. /**
  1226. * Add the OBO to the tripal_cv_obo table in the Drupal database.
  1227. *
  1228. * If the OBO name already exists in the table then the path is updated.
  1229. *
  1230. * @param $name
  1231. * The human readable name of this ontology
  1232. * @param $path
  1233. * The file path or URL of the ontology
  1234. *
  1235. * @return
  1236. * Returns the ontology ID
  1237. *
  1238. * @ingroup tripal_chado_api
  1239. */
  1240. function tripal_insert_obo($name, $path) {
  1241. // make sure an OBO with the same name doesn't already exist
  1242. $obo_id = db_select('tripal_cv_obo', 'tco')
  1243. ->fields('tco', array('obo_id'))
  1244. ->condition('name', $name)
  1245. ->execute()
  1246. ->fetchField();
  1247. if ($obo_id) {
  1248. db_update('tripal_cv_obo')
  1249. ->fields(array(
  1250. 'path' => $path,
  1251. ))
  1252. ->condition('name', $name)
  1253. ->execute();
  1254. return $obo_id;
  1255. }
  1256. else {
  1257. $obo_id = db_insert('tripal_cv_obo')
  1258. ->fields(array(
  1259. 'name' => $name,
  1260. 'path' => $path,
  1261. ))
  1262. ->execute();
  1263. return $obo_id;
  1264. }
  1265. }
  1266. /**
  1267. * Retrieves an OBO record.
  1268. *
  1269. * @param $values
  1270. * An associate array with the following allowed keys: obo_id, name
  1271. *
  1272. * @return
  1273. * An instance of an OBO record object.
  1274. */
  1275. function tripal_get_obo($values) {
  1276. $query = db_select('tripal_cv_obo', 'tco')
  1277. ->fields('tco');
  1278. if (array_key_exists('name', $values)) {
  1279. $query->condition('tco.name', $values['name']);
  1280. }
  1281. if (array_key_exists('obo_id', $values)) {
  1282. $query->condition('tco.obo_id', $values['obo_id']);
  1283. }
  1284. return $query->execute()->fetchObject();
  1285. }
  1286. /**
  1287. * This function is intended to be used in autocomplete forms.
  1288. *
  1289. * This function searches for a matching controlled vobulary name.
  1290. *
  1291. * @param $string
  1292. * The string to search for
  1293. *
  1294. * @return
  1295. * A json array of terms that begin with the provided string
  1296. *
  1297. * @ingroup tripal_chado_api
  1298. */
  1299. function tripal_autocomplete_cv($string = '') {
  1300. $sql = "
  1301. SELECT CV.cv_id, CV.name
  1302. FROM {cv} CV
  1303. WHERE lower(CV.name) like lower(:name)
  1304. ORDER by CV.name
  1305. LIMIT 25 OFFSET 0
  1306. ";
  1307. $results = chado_query($sql, array(':name' => $string . '%'));
  1308. $items = array();
  1309. foreach ($results as $cv) {
  1310. $items[$cv->name] = $cv->name;
  1311. }
  1312. drupal_json_output($items);
  1313. }
  1314. /**
  1315. * This function is intended to be used in autocomplete forms
  1316. * for searching for CV terms that begin with the provided string
  1317. *
  1318. * @param $cv_id
  1319. * The CV ID in which to search for the term
  1320. * @param $string
  1321. * The string to search for
  1322. *
  1323. * @return
  1324. * A json array of terms that begin with the provided string
  1325. *
  1326. * @ingroup tripal_chado_api
  1327. */
  1328. function tripal_autocomplete_cvterm($cv_id, $string = '') {
  1329. if ($cv_id) {
  1330. $sql = "
  1331. SELECT CVT.cvterm_id, CVT.name
  1332. FROM {cvterm} CVT
  1333. WHERE CVT.cv_id = :cv_id and lower(CVT.name) like lower(:name)
  1334. UNION
  1335. SELECT CVT2.cvterm_id, CVTS.synonym as name
  1336. FROM {cvterm} CVT2
  1337. INNER JOIN {cvtermsynonym} CVTS ON CVTS.cvterm_id = CVT2.cvterm_id
  1338. WHERE CVT2.cv_id = :cv_id and lower(CVTS.synonym) like lower(:name)
  1339. ORDER by name
  1340. LIMIT 25 OFFSET 0
  1341. ";
  1342. $results = chado_query($sql, array(':cv_id' => $cv_id, ':name' => $string . '%'));
  1343. $items = array();
  1344. foreach ($results as $term) {
  1345. $items[$term->name] = $term->name;
  1346. }
  1347. }
  1348. // If a CV wasn't provided then search all of them, and include the cv
  1349. // in the results.
  1350. else {
  1351. $sql = "
  1352. SELECT CVT.cvterm_id, CVT.name, CV.name as cvname, CVT.cv_id
  1353. FROM {cvterm} CVT
  1354. INNER JOIN {cv} CV on CVT.cv_id = CV.cv_id
  1355. WHERE lower(CVT.name) like lower(:name)
  1356. UNION
  1357. SELECT CVT2.cvterm_id, CVTS.synonym as name, CV2.name as cvname, CVT2.cv_id
  1358. FROM {cvterm} CVT2
  1359. INNER JOIN {cv} CV2 on CVT2.cv_id = CV2.cv_id
  1360. INNER JOIN {cvtermsynonym} CVTS ON CVTS.cvterm_id = CVT2.cvterm_id
  1361. WHERE lower(CVTS.synonym) like lower(:name)
  1362. ORDER by name
  1363. LIMIT 25 OFFSET 0
  1364. ";
  1365. $results = chado_query($sql, array(':name' => $string . '%'));
  1366. $items = array();
  1367. foreach ($results as $term) {
  1368. $items[$term->name] = $term->name;
  1369. }
  1370. }
  1371. drupal_json_output($items);
  1372. }
  1373. /**
  1374. * Add a record to a cvterm linking table (ie: feature_cvterm)
  1375. *
  1376. * @param $basetable
  1377. * The base table to which the cvterm should be linked/associated. Thus to associate a
  1378. * cvterm to a feature the basetable=feature and cvterm_id is added to the feature_cvterm table.
  1379. * @param $record_id
  1380. * The primary key of the basetable to associate the cvterm with. This should be in integer.
  1381. * @param $cvterm
  1382. * An associative array describing the cvterm. Valid keys include:
  1383. * - name: the name for the cvterm,
  1384. * - cv_name: the name of the cv the cvterm belongs to.
  1385. * - cv_id: the primary key of the cv the cvterm belongs to.
  1386. * @param $options
  1387. * An associative array of options. Valid keys include:
  1388. * - insert_cvterm: Insert the cvterm if it doesn't already exist. FALSE is the default
  1389. *
  1390. * @ingroup tripal_chado_api
  1391. */
  1392. function tripal_associate_cvterm($basetable, $record_id, $cvterm, $options = array()) {
  1393. $linking_table = $basetable . '_cvterm';
  1394. $foreignkey_name = $basetable . '_id';
  1395. // Default Values
  1396. $options['insert_cvterm'] = (isset($options['insert_cvterm'])) ? $options['insert_cvterm'] : FALSE;
  1397. // If the cvterm_id is not set then find the cvterm record using the name and cv_id
  1398. if (!isset($cvterm['cvterm_id'])) {
  1399. $values = array(
  1400. 'name' => $cvterm['name'],
  1401. );
  1402. if (isset($cvterm['cv_id'])) {
  1403. $values['cv_id'] = $cvterm['cv_id'];
  1404. }
  1405. elseif (isset($cvterm['cv_name'])) {
  1406. $values['cv_id'] = array(
  1407. 'name' => $cvterm['cv_name']
  1408. );
  1409. }
  1410. else {
  1411. tripal_report_error('tripal_chado_api', TRIPAL_WARNING,
  1412. "tripal_associate_cvterm: The cvterm needs to have either the cv_name or cv_id
  1413. supplied. You were trying to associate a cvterm with the %base %record_id
  1414. and supplied the cvterm values: %cvterm.",
  1415. array('%base' => $basetable, '%record_id' => $record_id, '%cvterm' => print_r($cvterm,TRUE))
  1416. );
  1417. return FALSE;
  1418. }
  1419. // Get the cvterm. If it doesn't exist then add it if the option
  1420. // 'insert_cvterm' is set.
  1421. $select = chado_select_record('cvterm', array('*'), $values);
  1422. if ($select) {
  1423. $cvterm['cvterm_id'] = $select[0]->cvterm_id;
  1424. }
  1425. elseif ($options['insert_cvterm']) {
  1426. // Insert the cvterm
  1427. $insert = tripal_insert_cvterm($values);
  1428. if (isset($insert->cvterm_id)) {
  1429. $cvterm['cvterm_id'] = $insert->cvterm_id;
  1430. }
  1431. else {
  1432. tripal_report_error('tripal_chado_api', TRIPAL_WARNING,
  1433. "tripal_associate_cvterm: Unable to insert the cvterm using the cvterm values: %cvterm.",
  1434. array('%cvterm' => print_r($cvterm,TRUE))
  1435. );
  1436. return FALSE;
  1437. }
  1438. }
  1439. else {
  1440. tripal_report_error('tripal_api', TRIPAL_WARNING,
  1441. "tripal_associate_cvterm: The cvterm doesn't already exist. You supplied the cvterm values: %cvterm.",
  1442. array('%cvterm' => print_r($cvterm,TRUE))
  1443. );
  1444. return FALSE;
  1445. }
  1446. }
  1447. // Now add the link between the record & cvterm
  1448. if ($cvterm['cvterm_id'] > 0) {
  1449. $values = array(
  1450. 'cvterm_id' => $cvterm['cvterm_id'],
  1451. $foreignkey_name => $record_id,
  1452. 'pub_id' => 1,
  1453. );
  1454. // Check if the cvterm is already associated. If so, don't re-add it.
  1455. $result = chado_select_record($linking_table, array('*'), $values);
  1456. if (!$result) {
  1457. $success = chado_insert_record($linking_table, $values);
  1458. if (!$success) {
  1459. tripal_report_error('tripal_api', TRIPAL_WARNING,
  1460. "Failed to insert the %base record %term",
  1461. array('%base' => $linking_table, '%term' => $cvterm['name'])
  1462. );
  1463. return FALSE;
  1464. }
  1465. $result = chado_select_record($linking_table, array('*'), $values);
  1466. }
  1467. if (isset($result[0])) {
  1468. return $result[0];
  1469. }
  1470. else {
  1471. return FALSE;
  1472. }
  1473. }
  1474. return FALSE;
  1475. }