tripal_chado.cv.api.inc 50 KB

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