tripal_chado.cv.api.inc 54 KB

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