blast_ui.form_advanced_options.inc 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559
  1. <?php
  2. /**
  3. * @file
  4. * Contains helper functions related to program-specific advanced options.
  5. */
  6. /**
  7. * @section
  8. * BLASTn: Search a nucleotide database using a nucleotide query.
  9. * ----------------------------------------------------------------------------
  10. */
  11. /**
  12. * Adds the BLASTn Advanced Options to the passed in form.
  13. *
  14. * This form function is meant to be called within another form definition.
  15. *
  16. * @param $form
  17. * The form the advanced options should be added to. This form already
  18. * contains a $form['ALG'] fieldset meant to contain the advanced options.
  19. * @param $formstate
  20. * The current state fo the form passed in as $form.
  21. */
  22. function blast_ui_blastn_advanced_options_form(&$form, $form_state) {
  23. // Edit and Resubmit functionality.
  24. // We want to pull up the details from a previous blast and fill them in as defaults
  25. // for this blast.
  26. if (isset($form_state['prev_blast'])) {
  27. $defaults = _get_default_values($form_state['prev_blast']->options, 'blastn');
  28. }
  29. else {
  30. $defaults = _get_default_values(array(), 'blastn');
  31. }
  32. // General parameters
  33. //.........................
  34. $form['ALG']['GParam'] = array(
  35. '#type' => 'fieldset',
  36. '#title' => t('General parameters'),
  37. '#collapsible' => FALSE,
  38. );
  39. $form['ALG']['GParam']['maxTarget'] = array(
  40. '#type' => 'select',
  41. '#title' => t('Max target sequences:'),
  42. '#options' => _get_max_target('blastn'),
  43. '#default_value' => $defaults['max_target_seqs'],
  44. '#description' => t('Select the maximum number of unique target sequences per query sequence to show results for.'),
  45. );
  46. /*eksc: remove until we learn how this is implemented by NCBI
  47. $form['ALG']['GParam']['shortQueries'] = array(
  48. '#type' => 'checkbox',
  49. '#title' => t('Automatically adjust parameters for short input sequences'),
  50. '#default_value' => $short_queries,
  51. );
  52. */
  53. $form['ALG']['GParam']['eVal'] = array(
  54. '#type' => 'textfield',
  55. '#title' => t('e-Value (Expected Threshold)'),
  56. '#default_value' => $defaults['evalue'],
  57. '#size' => 12,
  58. '#maxlength' => 20,
  59. '#description' => t('Expected number of chance matches in a random model. This number should be give in a decimal format. <a href="https://www.ncbi.nlm.nih.gov/BLAST/blastcgihelp.shtml#expect" target="_blank">More Information</a> | <a href="https://www.youtube.com/watch?v=nO0wJgZRZJs" target="_blank">Expect value video tutorial</a>'),
  60. );
  61. $form['ALG']['GParam']['wordSize'] = array(
  62. '#type' => 'select',
  63. '#title' => t('Word size:'),
  64. '#options' => _get_word_size('blastn'),
  65. '#default_value' => $defaults['word_size'],
  66. '#description' => t('The length of the seed that initiates an alignment'),
  67. );
  68. /*eksc: remove this as it is either the same as max_target_seqs, or miss-implemented
  69. as culling_limit, which is something else entirely
  70. $form['ALG']['GParam']['qRange'] = array(
  71. '#type' => 'textfield',
  72. '#title' => t('Max matches in a query range'),
  73. '#default_value' => $defaults['qRange'],
  74. '#size' => 12,
  75. '#maxlength' => 20,
  76. '#description' => t('Limit the number of matches to a query range. This option is useful if many strong matches to one part of a query may prevent BLAST from presenting weaker matches to another part of the query.'),
  77. );
  78. */
  79. // Scoring parameters
  80. //.........................
  81. $form['ALG']['SParam'] = array(
  82. '#type' => 'fieldset',
  83. '#title' => t('Scoring parameters'),
  84. '#collapsible' => FALSE,
  85. );
  86. $form['ALG']['SParam']['M&MScores'] = array(
  87. '#type' => 'select',
  88. '#title' => t('Match/Mismatch Scores:'),
  89. '#options' => _get_match_mismatch('blastn'),
  90. '#default_value' => $defaults['matchmiss'],
  91. '#description' => t('Reward and penalty for matching and mismatching bases.'),
  92. '#ajax' => array(
  93. 'callback' => 'gap_cost_callback',
  94. 'wrapper' => 'gap_cost_wrapper',
  95. ),
  96. );
  97. $m_m_set = $defaults['matchmiss'];
  98. if (isset($form_state['values']) && isset($form_state['values']['M&MScores'])) {
  99. $m_m_set = $form_state['values']['M&MScores'];
  100. }
  101. $form['ALG']['SParam']['gapCost'] = array(
  102. '#type' => 'select',
  103. '#title' => t('Gap Costs:'),
  104. '#options' => _get_gap_options('blastn', $m_m_set),
  105. '#default_value' => $defaults['gap'],
  106. '#description' => t('Cost to create and extend a gap in an alignment. Linear costs are available only with megablast and are determined by the match/mismatch scores.'),
  107. '#prefix' => '<div id="gap_cost_wrapper">',
  108. '#suffix' => '</div>',
  109. );
  110. }
  111. /**
  112. * Validate the advanced options provided by the BLASTn form above.
  113. *
  114. * @see blast_ui_blastn_advanced_options_form().
  115. */
  116. function blast_ui_blastn_advanced_options_form_validate($form, $form_state) {
  117. // Ensure that our textfields are what we expect them to be since we will
  118. // use them to generate the BLAST command.
  119. // First up, e-value. We expect the evalue to be a very small yet still
  120. // positive number. It may be given in scientific notation which is
  121. // luckily supported by is_numeric().
  122. if (!is_numeric($form_state['values']['eVal'])) {
  123. form_set_error('eVal', 'The e-value should be a very small number (scientific notation is supported). For example, <em>0.001</em> or, even better, <em>1e-10</em>.');
  124. }
  125. /*eksc: removed until/unless it can be properly implemented
  126. // Next textfield up, "Max matches in a query range" which is also expected
  127. // to be a positive number.
  128. if (!is_numeric($form_state['values']['qRange'])) {
  129. form_set_error('qRange', 'The "Max matches in a query range" should be a positive integer.');
  130. }
  131. */
  132. }
  133. /**
  134. * Processed the advanced options provided by the BLASTn form above.
  135. *
  136. * @see blast_ui_blastn_advanced_options_form().
  137. */
  138. function blast_ui_blastn_advanced_options_form_submit($form, $form_state) {
  139. $eVal = $form_state['values']['eVal'];
  140. $trgtKey = $form_state['values']['maxTarget'];
  141. $numAlign = $form['ALG']['GParam']['maxTarget']['#options'][$trgtKey];
  142. $wsKey = $form_state['values']['wordSize'];
  143. $wordSize = $form['ALG']['GParam']['wordSize']['#options'][$wsKey];
  144. // Expand Gap Cost key into open and extend penalties
  145. $gap = _set_gap($form_state['values']['gapCost']);
  146. // Expand Match/Mismatch option into penalty/reward values
  147. $m_m = _set_match_mismatch($form_state['values']['M&MScores']);
  148. // Limit number of query hits
  149. $qRange = $form_state['values']['qRange'];
  150. return array(
  151. 'max_target_seqs' => $numAlign,
  152. 'evalue' => $eVal,
  153. 'word_size' => $wordSize,
  154. 'gapopen' => $gap['gapOpen'],
  155. 'gapextend' => $gap['gapExtend'],
  156. 'penalty' => $m_m['penalty'],
  157. 'reward' => $m_m['reward'],
  158. 'culling_limit' => $qRange,
  159. );
  160. }
  161. /**
  162. * @section
  163. * BLASTx: Search protein database using a translated nucleotide query.
  164. * ----------------------------------------------------------------------------
  165. */
  166. /**
  167. * Adds the BLASTx Advanced Options to the passed in form.
  168. *
  169. * This form function is meant to be called within another form definition.
  170. *
  171. * @param $form
  172. * The form the advanced options should be added to. This form already
  173. * contains a $form['ALG'] fieldset meant to contain the advanced options.
  174. * @param $formstate
  175. * The current state fo the form passed in as $form.
  176. */
  177. function blast_ui_blastx_advanced_options_form(&$form, $form_state) {
  178. // Edit and Resubmit functionality.
  179. // We want to pull up the details from a previous blast and fill them in as defaults
  180. // for this blast.
  181. if (isset($form_state['prev_blast'])) {
  182. $defaults = _get_default_values($form_state['prev_blast']->options, 'blastn');
  183. }
  184. else {
  185. $defaults = _get_default_values(array(), 'blastx');
  186. }
  187. $form['ALG']['GParam'] = array(
  188. '#type' => 'fieldset',
  189. '#title' => t('General parameters'),
  190. '#collapsible' => FALSE,
  191. );
  192. $form['ALG']['GParam']['maxTarget'] = array(
  193. '#type' => 'select',
  194. '#title' => t('Max target sequences:'),
  195. '#options' => _get_max_target('blastx'),
  196. '#default_value' => $defaults['max_target_seqs'],
  197. '#description' => t('Select the maximum number of aligned sequences to display'),
  198. );
  199. $form['ALG']['GParam']['eVal'] = array(
  200. '#type' => 'textfield',
  201. '#title' => t('e-Value (Expected Threshold)'),
  202. '#default_value' => $defaults['evalue'],
  203. '#size' => 12,
  204. '#maxlength' => 20,
  205. '#description' => t('Expected number of chance matches in a random model. This number should be give in a decimal format. <a href="https://www.ncbi.nlm.nih.gov/BLAST/blastcgihelp.shtml#expect" target="_blank">More Information</a> | <a href="https://www.youtube.com/watch?v=nO0wJgZRZJs" target="_blank">Expect value vedio tutorial</a>'),
  206. );
  207. /*eksc- need to learn how this is implemented for blastx
  208. $form['ALG']['GParam']['shortQueries'] = array(
  209. '#type' => 'checkbox',
  210. '#title' => t('Automatically adjust parameters for short input sequences'),
  211. '#default_value' => TRUE,
  212. );
  213. */
  214. $form['ALG']['GParam']['wordSize'] = array(
  215. '#type' => 'select',
  216. '#title' => t('Word size:'),
  217. '#options' => _get_word_size('blastx'),
  218. '#default_value' => $defaults['word_size'],
  219. '#description' => t('The length of the seed that initiates an alignment'),
  220. );
  221. // Scoring parameters
  222. //.........................
  223. $form['ALG']['SParam'] = array(
  224. '#type' => 'fieldset',
  225. '#title' => t('Scoring parameters'),
  226. '#collapsible' => FALSE,
  227. );
  228. $matrix_options = _get_matrix_options();
  229. $form['ALG']['SParam']['Matrix'] = array(
  230. '#type' => 'select',
  231. '#title' => 'Matrix',
  232. '#options' => $matrix_options,
  233. '#default_value' => $defaults['matrix'],
  234. '#description' => t('Assigns a score for aligning pairs of residues, and determines overall alignment score..'),
  235. '#ajax' => array(
  236. 'callback' => 'ajax_dependent_dropdown_callback',
  237. 'wrapper' => 'dropdown-second-replace',
  238. ),
  239. );
  240. /*eksc: removed as this is either equivalent to max_target_sequences or mis-implemented
  241. as culling_limit
  242. $form['ALG']['GParam']['qRange'] = array(
  243. '#type' => 'textfield',
  244. '#title' => t('Max matches in a query range'),
  245. '#default_value' => $defaults['qRange'],
  246. '#size' => 12,
  247. '#maxlength' => 20,
  248. '#description' => t('Limit the number of matches to a query range. This option is useful if many strong matches to one part of a query may prevent BLAST from presenting weaker matches to another part of the query.'),
  249. );
  250. */
  251. /*eksc: NOT match/mismatch but instead computational adjustments;
  252. need to learn how there are implemented for blastx
  253. $form['ALG']['SParam']['M&MScores'] = array(
  254. '#type' => 'select',
  255. '#title' => t('Match/Mismatch Scores:'),
  256. '#options' => array(
  257. 0 => t('No adjustment'),
  258. 1 => t('Composition-based statistics'),
  259. 2 => t('Conditional compositional score matrix adjustment'),
  260. 3 => t('Universal composition score matrix adjustment '),
  261. ),
  262. '#default_value' => 2,
  263. '#description' => t('Matrix adjustment method to compensate for amino acid composition of sequences'),
  264. );
  265. */
  266. }
  267. /**
  268. * Validate the advanced options provided by the BLASTn form above.
  269. *
  270. * @see blast_ui_blastx_advanced_options_form().
  271. */
  272. function blast_ui_blastx_advanced_options_form_validate($form, $form_state) {
  273. // Ensure that our textfields are what we expect them to be since we will
  274. // use them to generate the BLAST command.
  275. // First up, e-value. We expect the evalue to be a very small yet still
  276. // positive number. It may be given in scientific notation which is
  277. // luckily supported by is_numeric().
  278. if (!is_numeric($form_state['values']['eVal'])) {
  279. form_set_error('eVal', 'The e-value should be a very small number (scientific notation is supported). For example, <em>0.001</em> or, even better, <em>1e-10</em>.');
  280. }
  281. /*eksc: removed until/unless we know how to properly implement
  282. // Next textfield up, "Max matches in a query range" which is also expected
  283. // to be a positive number.
  284. if (!is_numeric($form_state['values']['qRange'])) {
  285. form_set_error('qRange', 'The "Max matches in a query range" should be a positive integer.');
  286. }
  287. */
  288. }
  289. /**
  290. * Processed the advanced options provided by the BLASTx form above.
  291. *
  292. * @see blast_ui_blastx_advanced_options_form().
  293. */
  294. function blast_ui_blastx_advanced_options_form_submit($form, $form_state) {
  295. // Same as blastp form submit
  296. return blast_ui_blastp_advanced_options_form_submit($form, $form_state);
  297. }
  298. /**
  299. * @section
  300. * BLASTp: Search protein database using a protein query.
  301. * ----------------------------------------------------------------------------
  302. */
  303. /**
  304. * Adds the BLASTp Advanced Options to the passed in form.
  305. *
  306. * This form function is meant to be called within another form definition.
  307. *
  308. * @param $form
  309. * The form the advanced options should be added to. This form already
  310. * contains a $form['ALG'] fieldset meant to contain the advanced options.
  311. * @param $formstate
  312. * The current state fo the form passed in as $form.
  313. */
  314. function blast_ui_blastp_advanced_options_form(&$form, $form_state) {
  315. // Edit and Resubmit functionality.
  316. // We want to pull up the details from a previous blast and fill them in as defaults
  317. // for this blast.
  318. if (isset($form_state['prev_blast'])) {
  319. $defaults = _get_default_values($form_state['prev_blast']->options, 'blastn');
  320. }
  321. else {
  322. $defaults = _get_default_values(array(), 'blastp');
  323. }
  324. //General parameters
  325. $form['ALG']['GParam'] = array(
  326. '#type' => 'fieldset',
  327. '#title' => t('General parameters'),
  328. '#collapsible' => FALSE,
  329. );
  330. $form['ALG']['GParam']['maxTarget'] = array(
  331. '#type' => 'select',
  332. '#title' => t('Max target sequences:'),
  333. '#options' => _get_max_target('blastp'),
  334. '#default_value' => $defaults['max_target_seqs'],
  335. '#description' => t('Select the maximum number of aligned sequences to display'),
  336. );
  337. /*eksc: remove until we learn how this is implemented
  338. $form['ALG']['GParam']['shortQueries'] = array(
  339. '#type' => 'checkbox',
  340. '#title' => t('Automatically adjust parameters for short input sequences'),
  341. '#default_value' => TRUE,
  342. );
  343. */
  344. $form['ALG']['GParam']['eVal'] = array(
  345. '#type' => 'textfield',
  346. '#title' => t('e-value(Expect threshold)'),
  347. '#default_value' => $defaults['evalue'],
  348. '#size' => 12,
  349. '#maxlength' => 20,
  350. '#description' => t('Expected number of chance matches in a random model.'),
  351. );
  352. $form['ALG']['GParam']['wordSize'] = array(
  353. '#type' => 'select',
  354. '#title' => t('Word size:'),
  355. '#options' => _get_word_size('blastp'),
  356. '#default_value' => $defaults['word_size'],
  357. '#description' => t('The length of the seed that initiates an alignment'),
  358. );
  359. /*eksc: remove this as it is either the same as max_target_seqs, or miss-implemented
  360. as culling_limit, which is something else entirely
  361. $form['ALG']['GParam']['qRange'] = array(
  362. '#type' => 'textfield',
  363. '#title' => t('Max matches in a query range'),
  364. '#default_value' => $defaults['qRange'],
  365. '#size' => 12,
  366. '#maxlength' => 20,
  367. '#description' => t('Limit the number of matches to a query range. This option is useful if many strong matches to one part of a query may prevent BLAST from presenting weaker matches to another part of the query.'),
  368. );
  369. */
  370. // Scoring parameters
  371. $form['ALG']['SParam'] = array(
  372. '#type' => 'fieldset',
  373. '#title' => t('Scoring parameters'),
  374. '#collapsible' => FALSE,
  375. );
  376. $matrix_options = _get_matrix_options();
  377. $form['ALG']['SParam']['Matrix'] = array(
  378. '#type' => 'select',
  379. '#title' => 'Matrix',
  380. '#options' => $matrix_options,
  381. '#default_value' => $defaults['matrix'],
  382. '#description' => t('Assigns a score for aligning pairs of residues, and determines overall alignment score..'),
  383. '#ajax' => array(
  384. 'callback' => 'ajax_dependent_dropdown_callback',
  385. 'wrapper' => 'dropdown-second-replace',
  386. ),
  387. );
  388. /*eksc: probably not used for blastp
  389. $form['ALG']['SParam']['gapCost'] = array(
  390. '#type' => 'select',
  391. '#title' => t('Gap Costs:'),
  392. '#prefix' => '<div id="dropdown-second-replace">',
  393. '#suffix' => '</div>',
  394. '#options' => _get_gap_for_matrix($selected),
  395. '#default_value' => 2,
  396. '#description' => t('Cost to create and extend a gap in an alignment.'),
  397. );
  398. */
  399. /*eksc: NOT match/mismatch but instead computational adjustments;
  400. need to learn how there are implemented for blastp
  401. $form['ALG']['SParam']['M&MScores'] = array(
  402. '#type' => 'select',
  403. '#title' => t('Match/Mismatch Scores:'),
  404. '#options' => array(
  405. 0 => t('No adjustment'),
  406. 1 => t('Composition-based statistics'),
  407. 2 => t('Conditional compositional score matrix adjustment'),
  408. 3 => t('Universal composition score matrix adjustment '),
  409. ),
  410. '#default_value' => 2,
  411. '#description' => t('Matrix adjustment method to compensate for amino acid composition of sequences'),
  412. );
  413. */
  414. }
  415. /**
  416. * Validate the advanced options provided by the BLASTp form above.
  417. *
  418. * @see blast_ui_blastp_advanced_options_form().
  419. */
  420. function blast_ui_blastp_advanced_options_form_validate($form, $form_state) {
  421. // Ensure that our textfields are what we expect them to be since we will
  422. // use them to generate the BLAST command.
  423. // First up, e-value. We expect the evalue to be a very small yet still
  424. // positive number. It may be given in scientific notation which is
  425. // luckily supported by is_numeric().
  426. if (!is_numeric($form_state['values']['eVal'])) {
  427. form_set_error('eVal', 'The e-value should be a very small number (scientific notation is supported). For example, <em>0.001</em> or, even better, <em>1e-10</em>.');
  428. }
  429. /*eksc: remove until/unless we know how to correctly implement it
  430. // Next textfield up, "Max matches in a query range" which is also expected
  431. // to be a positive number.
  432. if (!is_numeric($form_state['values']['qRange'])) {
  433. form_set_error('qRange', 'The "Max matches in a query range" should be a positive integer.');
  434. }
  435. */
  436. }
  437. /**
  438. * Processed the advanced options provided by the BLASTp form above.
  439. *
  440. * @see blast_ui_blastp_advanced_options_form().
  441. */
  442. function blast_ui_blastp_advanced_options_form_submit($form, $form_state) {
  443. $eVal = $form_state['values']['eVal'];
  444. $trgtKey = $form_state['values']['maxTarget'];
  445. $numAlign = $form['ALG']['GParam']['maxTarget']['#options'][$trgtKey];
  446. $wsKey = $form_state['values']['wordSize'];
  447. $wordSize = $form['ALG']['GParam']['wordSize']['#options'][$wsKey];
  448. $qRange = $form_state['values']['qRange'];
  449. // Expand Gap Cost key into open and extend penalties
  450. $matrix = $form_state['values']['Matrix'];
  451. $gapKey = $form_state['values']['gapCost'];
  452. $gap = _set_protein_gap($matrix, $gapKey);
  453. //eksc- need to implement query range limit
  454. // q_range
  455. return array(
  456. 'max_target_seqs' => $numAlign,
  457. 'evalue' => $eVal,
  458. 'word_size' => $wordSize,
  459. 'gapopen' => $gapOpen,
  460. 'gapextend' => $gapExtend,
  461. 'culling_limit' => $qRange,
  462. 'matrix' => $matrix,
  463. );
  464. }//blast_ui_blastp_advanced_options_form_submit
  465. /**
  466. * Fill the matrix dropdown list with appropriate options
  467. *
  468. * @return
  469. * An array consisting of matrices name for the first dropdown list
  470. */
  471. function _get_matrix_options() {
  472. return drupal_map_assoc(array(
  473. t('PAM30'),
  474. t('PAM70'),
  475. t('PAM250'),
  476. t('BLOSUM80'),
  477. t('BLOSUM62'),
  478. t('BLOSUM45'),
  479. t('BLOSUM50'),
  480. t('BLOSUM90'),
  481. ));
  482. }
  483. /**
  484. * Fill the gap penalty dropdown list with appropriate options given selected
  485. * matrix
  486. *
  487. * @return
  488. * An array containing open and extension gap values for the chosen matrix (to
  489. * fill the second dropdown list)
  490. */
  491. function _get_gap_for_matrix($key = '') {
  492. $options = array(
  493. t('PAM30') => drupal_map_assoc(array(
  494. t('Existence: 7 Extension: 2'),
  495. t('Existence: 6 Extension: 2'),
  496. t('Existence: 5 Extension: 2'),
  497. t('Existence: 10 Extension: 1'),
  498. t('Existence: 9 Extension: 1'),
  499. t('Existence: 8 Extension: 1'),
  500. )),
  501. t('PAM70') => drupal_map_assoc(array(
  502. t('Existence: 8 Extension: 2'),
  503. t('Existence: 7 Extension: 2'),
  504. t('Existence: 6 Extension: 2'),
  505. t('Existence: 11 Extension: 1'),
  506. t('Existence: 10 Extension: 1'),
  507. t('Existence: 9 Extension: 1'),
  508. )),
  509. t('PAM250') => drupal_map_assoc(array(
  510. t('Existence: 15 Extension: 3'),
  511. t('Existence: 14 Extension: 3'),
  512. t('Existence: 13 Extension: 3'),
  513. t('Existence: 12 Extension: 3'),
  514. t('Existence: 11 Extension: 3'),
  515. t('Existence: 17 Extension: 2'),
  516. t('Existence: 16 Extension: 2'),
  517. t('Existence: 15 Extension: 2'),
  518. t('Existence: 14 Extension: 2'),
  519. t('Existence: 13 Extension: 2'),
  520. t('Existence: 21 Extension: 1'),
  521. t('Existence: 20 Extension: 1'),
  522. t('Existence: 19 Extension: 1'),
  523. t('Existence: 18 Extension: 1'),
  524. t('Existence: 17 Extension: 1'),
  525. )),
  526. t('BLOSUM80') => drupal_map_assoc(array(
  527. t('Existence: 8 Extension: 2'),
  528. t('Existence: 7 Extension: 2'),
  529. t('Existence: 6 Extension: 2'),
  530. t('Existence: 11 Extension: 1'),
  531. t('Existence: 10 Extension: 1'),
  532. t('Existence: 9 Extension: 1'),
  533. )),
  534. t('BLOSUM62') => drupal_map_assoc(array(
  535. t('Existence: 11 Extension: 2'),
  536. t('Existence: 10 Extension: 2'),
  537. t('Existence: 9 Extension: 2'),
  538. t('Existence: 8 Extension: 2'),
  539. t('Existence: 7 Extension: 2'),
  540. t('Existence: 6 Extension: 2'),
  541. t('Existence: 13 Extension: 1'),
  542. t('Existence: 12 Extension: 1'),
  543. t('Existence: 11 Extension: 1'),
  544. t('Existence: 10 Extension: 1'),
  545. t('Existence: 9 Extension: 1'),
  546. )),
  547. t('BLOSUM45') => drupal_map_assoc(array(
  548. t('Existence: 13 Extension: 3'),
  549. t('Existence: 12 Extension: 3'),
  550. t('Existence: 11 Extension: 3'),
  551. t('Existence: 10 Extension: 3'),
  552. t('Existence: 15 Extension: 2'),
  553. t('Existence: 14 Extension: 2'),
  554. t('Existence: 13 Extension: 2'),
  555. t('Existence: 12 Extension: 2'),
  556. t('Existence: 19 Extension: 1'),
  557. t('Existence: 18 Extension: 1'),
  558. t('Existence: 17 Extension: 1'),
  559. t('Existence: 16 Extension: 1'),
  560. )),
  561. t('BLOSUM50') => drupal_map_assoc(array(
  562. t('Existence: 13 Extension: 3'),
  563. t('Existence: 12 Extension: 3'),
  564. t('Existence: 11 Extension: 3'),
  565. t('Existence: 10 Extension: 3'),
  566. t('Existence: 9 Extension: 3'),
  567. t('Existence: 16 Extension: 2'),
  568. t('Existence: 15 Extension: 2'),
  569. t('Existence: 14 Extension: 2'),
  570. t('Existence: 13 Extension: 2'),
  571. t('Existence: 12 Extension: 2'),
  572. t('Existence: 19 Extension: 1'),
  573. t('Existence: 18 Extension: 1'),
  574. t('Existence: 17 Extension: 1'),
  575. t('Existence: 16 Extension: 1'),
  576. t('Existence: 15 Extension: 1'),
  577. )),
  578. t('BLOSUM90') => drupal_map_assoc(array(
  579. t('Existence: 9 Extension: 2'),
  580. t('Existence: 8 Extension: 2'),
  581. t('Existence: 7 Extension: 2'),
  582. t('Existence: 6 Extension: 2'),
  583. t('Existence: 11 Extension: 1'),
  584. t('Existence: 10 Extension: 1'),
  585. t('Existence: 9 Extension: 1'),
  586. )),
  587. );
  588. if (isset($options[$key])) {
  589. return $options[$key];
  590. }
  591. else {
  592. return array();
  593. }
  594. }//_get_gap_for_matrix
  595. /**
  596. * Respond to Ajax dropdown call
  597. */
  598. function ajax_dependent_dropdown_callback($form, $form_state) {
  599. return $form['ALG']['SParam']['gapCost'];
  600. }
  601. /**
  602. * @section
  603. * tBLASTn: Search translated nucleotide database using a protein query.
  604. * ----------------------------------------------------------------------------
  605. */
  606. /**
  607. * Adds the tBLASTn Advanced Options to the passed in form.
  608. *
  609. * This form function is meant to be called within another form definition.
  610. *
  611. * @param $form
  612. * The form the advanced options should be added to. This form already
  613. * contains a $form['ALG'] fieldset meant to contain the advanced options.
  614. * @param $formstate
  615. * The current state fo the form passed in as $form.
  616. */
  617. function blast_ui_tblastn_advanced_options_form(&$form, $form_state) {
  618. // Edit and Resubmit functionality.
  619. // We want to pull up the details from a previous blast and fill them in as defaults
  620. // for this blast.
  621. if (isset($form_state['prev_blast'])) {
  622. $defaults = _get_default_values($form_state['prev_blast']->options, 'blastn');
  623. }
  624. else {
  625. $defaults = _get_default_values(array(), 'tblastn');
  626. }
  627. $form['ALG']['GParam'] = array(
  628. '#type' => 'fieldset',
  629. '#title' => t('General parameters'),
  630. '#collapsible' => FALSE,
  631. );
  632. $form['ALG']['GParam']['maxTarget'] = array(
  633. '#type' => 'select',
  634. '#title' => t('Max target sequences:'),
  635. '#options' => _get_max_target('tblastn'),
  636. '#default_value' => $defaults['max_target_seqs'],
  637. '#description' => t('Select the maximum number of aligned sequences to display'),
  638. );
  639. $form['ALG']['GParam']['eVal'] = array(
  640. '#type' => 'textfield',
  641. '#title' => t('e-Value (Expected Threshold)'),
  642. '#default_value' => $defaults['evalue'],
  643. '#size' => 12,
  644. '#maxlength' => 20,
  645. '#description' => t('Expected number of chance matches in a random model. This number should be give in a decimal format. <a href="https://www.ncbi.nlm.nih.gov/BLAST/blastcgihelp.shtml#expect" target="_blank">More Information</a> | <a href="https://www.youtube.com/watch?v=nO0wJgZRZJs" target="_blank">Expect value vedio tutorial</a>'),
  646. );
  647. /*eksc: need to learn how this is implemented for tblastn
  648. $form['ALG']['GParam']['shortQueries'] = array(
  649. '#type' => 'checkbox',
  650. '#title' => t('Automatically adjust parameters for short input sequences'),
  651. '#default_value' => TRUE,
  652. );
  653. */
  654. $form['ALG']['GParam']['wordSize'] = array(
  655. '#type' => 'select',
  656. '#title' => t('Word size:'),
  657. '#options' => _get_word_size('tblastn'),
  658. '#default_value' => $defaults['word_size'],
  659. '#description' => t('The length of the seed that initiates an alignment'),
  660. );
  661. // Scoring parameters
  662. //.........................
  663. $form['ALG']['SParam'] = array(
  664. '#type' => 'fieldset',
  665. '#title' => t('Scoring parameters'),
  666. '#collapsible' => FALSE,
  667. );
  668. $matrix_options = _get_matrix_options();
  669. $form['ALG']['SParam']['Matrix'] = array(
  670. '#type' => 'select',
  671. '#title' => 'Matrix',
  672. '#options' => $matrix_options,
  673. '#default_value' => $defaults['matrix'],
  674. '#description' => t('Assigns a score for aligning pairs of residues, and determines overall alignment score..'),
  675. '#ajax' => array(
  676. 'callback' => 'ajax_dependent_dropdown_callback',
  677. 'wrapper' => 'dropdown-second-replace',
  678. ),
  679. );
  680. $form['ALG']['SParam']['gapCost'] = array(
  681. '#type' => 'select',
  682. '#title' => t('Gap Costs:'),
  683. '#prefix' => '<div id="dropdown-second-replace">',
  684. '#suffix' => '</div>',
  685. '#options' => _get_gap_for_matrix($defaults['matrix']),
  686. '#default_value' => 2,
  687. '#description' => t('Cost to create and extend a gap in an alignment.'),
  688. );
  689. /*eksc: remove this as it is either the same as max_target_seqs, or miss-implemented
  690. as culling_limit, which is something else entirely
  691. $form['ALG']['GParam']['qRange'] = array(
  692. '#type' => 'textfield',
  693. '#title' => t('Max matches in a query range'),
  694. '#default_value' => $defaults['qRange'],
  695. '#size' => 12,
  696. '#maxlength' => 20,
  697. '#description' => t('Limit the number of matches to a query range. This option is useful if many strong matches to one part of a query may prevent BLAST from presenting weaker matches to another part of the query.'),
  698. );
  699. */
  700. }
  701. /**
  702. * Validate the advanced options provided by the tBLASTn form above.
  703. *
  704. * @see blast_ui_tblastn_advanced_options_form().
  705. */
  706. function blast_ui_tblastn_advanced_options_form_validate($form, $form_state) {
  707. // Ensure that our textfields are what we expect them to be since we will
  708. // use them to generate the BLAST command.
  709. // First up, e-value. We expect the evalue to be a very small yet still
  710. // positive number. It may be given in scientific notation which is
  711. // luckily supported by is_numeric().
  712. if (!is_numeric($form_state['values']['eVal'])) {
  713. form_set_error('eVal', 'The e-value should be a very small number (scientific notation is supported). For example, <em>0.001</em> or, even better, <em>1e-10</em>.');
  714. }
  715. /*eksc: remove until/unless we know how to correctly implement it
  716. // Next textfield up, "Max matches in a query range" which is also expected
  717. // to be a positive number.
  718. if (!is_numeric($form_state['values']['qRange'])) {
  719. form_set_error('qRange', 'The "Max matches in a query range" should be a positive integer.');
  720. }
  721. */
  722. }
  723. /**
  724. * Processed the advanced options provided by the tBLASTn form above.
  725. *
  726. * @see blast_ui_tblastn_advanced_options_form().
  727. */
  728. function blast_ui_tblastn_advanced_options_form_submit($form, $form_state) {
  729. return blast_ui_blastp_advanced_options_form_submit($form, $form_state);
  730. }
  731. /**
  732. * Get default form values; may come from saved job data if user is re-running
  733. * a previous job.
  734. */
  735. function _get_default_values($options) {
  736. // restore previous values or set to default
  737. $max_target = (isset($options['max_target_seqs']))
  738. ? $options['max_target_seqs'] : 500;
  739. $short_queries = (isset($options['shortQueries']))
  740. ? $options['shortQueries'] : TRUE;
  741. $evalue = (isset($options['evalue']))
  742. ? $options['evalue'] : variable_get('eVal', 0.001);
  743. $word_size = (isset($options['word_size']))
  744. ? $options['word_size'] : 11;
  745. $qRange = (isset($options['culling_limit']))
  746. ? $options['culling_limit'] : variable_get('qRange', 0);
  747. $matchmiss = 0;
  748. $reward = (isset($options['reward']))
  749. ? $options['reward'] : 1;
  750. $penalty = (isset($options['penalty']))
  751. ? $options['penalty'] : -2;
  752. if ($reward == 1) {
  753. switch ($penalty) {
  754. case -1:
  755. $matchmiss = 5;
  756. break;
  757. case -2:
  758. $matchmiss = 0;
  759. break;
  760. case -3:
  761. $matchmiss = 1;
  762. break;
  763. case -4:
  764. $matchmiss = 2;
  765. break;
  766. }
  767. }
  768. else {
  769. if ($reward == 2) {
  770. $matchmiss = 3;
  771. }
  772. else {
  773. if ($reward == 3) {
  774. $matchmis = 4;
  775. }
  776. else {
  777. if ($reward == 4) {
  778. $matchmiss = 5;
  779. }
  780. }
  781. }
  782. }
  783. $gap = 0;
  784. $gapopen = (isset($options['gapopen']))
  785. ? $options['gapopen'] : 5;
  786. $gapextend = (isset($options['gapextend']))
  787. ? $options['gapextend'] : 2;
  788. if ($gapextend == 2) {
  789. switch ($gapopen) {
  790. case 5:
  791. $gap = 0;
  792. break;
  793. case 2:
  794. $gap = 1;
  795. break;
  796. case 1:
  797. $gap = 2;
  798. break;
  799. case 0:
  800. $gap = 3;
  801. break;
  802. }
  803. }
  804. else {
  805. if ($gapextend == 1) {
  806. switch ($gapopen) {
  807. case 3:
  808. $gap = 4;
  809. case 2:
  810. $gap = 5;
  811. case 1:
  812. $gap = 6;
  813. }
  814. }
  815. }
  816. // eksc- need to implement query range limit
  817. // $q_range = 0;
  818. $matrix = (isset($options['matrix']))
  819. ? $options['matrix'] : 'PAM30';
  820. return array(
  821. 'max_target_seqs' => $max_target,
  822. 'short_queries' => $short_queries,
  823. 'word_size' => $word_size,
  824. 'evalue' => $evalue,
  825. 'matchmiss' => $matchmiss,
  826. 'gap' => $gap,
  827. 'qRange' => $qRange,
  828. 'matrix' => $matrix,
  829. );
  830. }//_get_default_values
  831. /**
  832. * Get a list of options for the max_target_seq blast option.
  833. *
  834. * The options are the same for all programs
  835. * and describe the maximum number of aligned sequences to keep.
  836. */
  837. function _get_max_target($which) {
  838. switch ($which) {
  839. case 'blastn':
  840. case 'blastx':
  841. case 'blastp':
  842. case 'tblastn':
  843. return array(
  844. 0 => t(' '),
  845. 10 => t('10'),
  846. 50 => t('50'),
  847. 100 => t('100'),
  848. 250 => t('250'),
  849. 500 => t('500'),
  850. 1000 => t('1000'),
  851. 5000 => t('5000'),
  852. 10000 => t('10000'),
  853. 20000 => t('20000'),
  854. );
  855. }//switch
  856. }
  857. /**
  858. * Get a list of options for work size.
  859. */
  860. function _get_word_size($which) {
  861. switch ($which) {
  862. case 'blastn':
  863. return array(
  864. 7 => t('7'),
  865. 11 => t('11'),
  866. 15 => t('15'),
  867. 16 => t('16'),
  868. 20 => t('20'),
  869. 24 => t('24'),
  870. 28 => t('28'),
  871. 32 => t('32'),
  872. 48 => t('48'),
  873. 64 => t('64'),
  874. 128 => t('128'),
  875. 256 => t('256'),
  876. );
  877. case 'blastx':
  878. case 'blastp':
  879. case 'tblastn':
  880. return array(
  881. // 2 => t('2'),
  882. 3 => t('3'),
  883. 6 => t('6'),
  884. );
  885. }//switch
  886. }
  887. /**
  888. * Get a list of options for match/mismatch ratio.
  889. */
  890. function _get_match_mismatch($which) {
  891. switch ($which) {
  892. case 'blastn':
  893. return array(
  894. 0 => t('1,-2'),
  895. 1 => t('1,-3'),
  896. 2 => t('1,-4'),
  897. 3 => t('2,-3'),
  898. 4 => t('4,-5'),
  899. 5 => t('1,-1'),
  900. );
  901. }//switch
  902. }
  903. /**
  904. * @param $which - the blast program being run
  905. * @param $m_m - the match mismatch scores.
  906. *
  907. * @return array
  908. */
  909. function _get_gap_options($which, $m_m) {
  910. switch ($which) {
  911. case 'blastn':
  912. $base = array(
  913. 0 => t('Existence: 5 Extension: 2'),
  914. 1 => t('Existence: 2 Extension: 2'),
  915. 2 => t('Existence: 1 Extension: 2'),
  916. 3 => t('Existence: 0 Extension: 2'),
  917. 4 => t('Existence: 3 Extension: 1'),
  918. 5 => t('Existence: 2 Extension: 1'),
  919. 6 => t('Existence: 1 Extension: 1'),
  920. );
  921. $two_neg_three = [
  922. 0 => t('Existence: 5 Extension: 2'),
  923. 1 => t('Existence: 2 Extension: 2'),
  924. 7 => t('Existence: 4 Extension: 4'),
  925. 8 => t('Existence: 2 Extension: 4'),
  926. 9 => t('Existence: 0 Extension: 4'),
  927. 10 => t('Existence: 3 Extension: 3'),
  928. 11 => t('Existence: 6 Extension: 3'),
  929. 12 => t('Existence: 4 Extension: 2'),
  930. ];
  931. $four_neg_five = [
  932. 13 => t('Existence: 12 Extension: 8'),
  933. 14 => t('Existence: 6 Extension: 5'),
  934. 15 => t('Existence: 5 Extension: 5'),
  935. 16 => t('Existence: 4 Extension: 5'),
  936. 17 => t('Existence: 3 Extension: 5'),
  937. ];
  938. switch ($m_m) {
  939. case 0: //1, -2
  940. return $base;
  941. case 1: //1, -3
  942. unset($base[4]);
  943. return $base;
  944. case 2: // 1, -4
  945. unset($base[1]);
  946. unset($base[4]);
  947. return $base;
  948. case 3://2, -3
  949. return $two_neg_three;
  950. case 4://4, -5
  951. return $four_neg_five;
  952. case 5: //1, -1
  953. unset($base[6]);
  954. $base[18]= t("Existence: 3 Extension 2");
  955. $base[19]= t("Existence: 4 Extension 1");
  956. return $base;
  957. }
  958. }
  959. }
  960. /**
  961. * Translate above gap options into blast gap open and extend costs.
  962. */
  963. function _set_gap($gap_key) {
  964. switch ($gap_key) {
  965. case 0:
  966. $gapOpen = 5;
  967. $gapExtend = 2;
  968. break;
  969. case 1:
  970. $gapOpen = 2;
  971. $gapExtend = 2;
  972. break;
  973. case 2:
  974. $gapOpen = 1;
  975. $gapExtend = 2;
  976. break;
  977. case 3:
  978. $gapOpen = 0;
  979. $gapExtend = 2;
  980. break;
  981. case 4:
  982. $gapOpen = 3;
  983. $gapExtend = 1;
  984. break;
  985. case 5:
  986. $gapOpen = 2;
  987. $gapExtend = 1;
  988. break;
  989. case 6:
  990. $gapOpen = 1;
  991. $gapExtend = 1;
  992. break;
  993. case 7:
  994. $gapOpen = 4;
  995. $gapExtend = 4;
  996. break;
  997. case 8:
  998. $gapOpen = 2;
  999. $gapExtend = 4;
  1000. break;
  1001. case 9:
  1002. $gapOpen = 0;
  1003. $gapExtend = 4;
  1004. break;
  1005. case 10:
  1006. $gapOpen = 3;
  1007. $gapExtend = 3;
  1008. break;
  1009. case 11:
  1010. $gapOpen = 6;
  1011. $gapExtend = 3;
  1012. break;
  1013. case 12:
  1014. $gapOpen = 4;
  1015. $gapExtend = 2;
  1016. break;
  1017. case 13:
  1018. $gapOpen = 12;
  1019. $gapExtend = 8;
  1020. break;
  1021. case 14:
  1022. $gapOpen = 6;
  1023. $gapExtend = 5;
  1024. break;
  1025. case 15:
  1026. $gapOpen = 5;
  1027. $gapExtend = 5;
  1028. break;
  1029. case 16:
  1030. $gapOpen = 4;
  1031. $gapExtend = 5;
  1032. break;
  1033. case 17:
  1034. $gapOpen = 3;
  1035. $gapExtend = 5;
  1036. break;
  1037. }//switch
  1038. return array('gapOpen' => $gapOpen, 'gapExtend' => $gapExtend);
  1039. }
  1040. /**
  1041. * Translate mismatch/match ratio option into blast penalty/reward options.
  1042. */
  1043. function _set_match_mismatch($m_m) {
  1044. switch ($m_m) {
  1045. case 0:
  1046. $penalty = -2;
  1047. $reward = 1;
  1048. break;
  1049. case 1:
  1050. $penalty = -3;
  1051. $reward = 1;
  1052. break;
  1053. case 2:
  1054. $penalty = -4;
  1055. $reward = 1;
  1056. break;
  1057. case 3:
  1058. $penalty = -3;
  1059. $reward = 2;
  1060. break;
  1061. case 4:
  1062. $penalty = -5;
  1063. $reward = 4;
  1064. break;
  1065. case 5:
  1066. $penalty = -1;
  1067. $reward = 1;
  1068. break;
  1069. }//switch
  1070. return array('penalty' => $penalty, 'reward' => $reward);
  1071. }
  1072. /**
  1073. * Get gap values based on matrix and selected gap "key"
  1074. */
  1075. function _set_protein_gap($matrix, $gapKey) {
  1076. switch ($matrix) {
  1077. case 'PAM30':
  1078. switch ($gapKey) {
  1079. case 0:
  1080. $gapOpen = 7;
  1081. $gapExtend = 2;
  1082. break;
  1083. case 1:
  1084. $gapOpen = 6;
  1085. $gapExtend = 2;
  1086. break;
  1087. case 2:
  1088. $gapOpen = 5;
  1089. $gapExtend = 2;
  1090. break;
  1091. case 3:
  1092. $gapOpen = 10;
  1093. $gapExtend = 1;
  1094. break;
  1095. case 4:
  1096. $gapOpen = 9;
  1097. $gapExtend = 1;
  1098. break;
  1099. case 5:
  1100. $gapOpen = 8;
  1101. $gapExtend = 1;
  1102. break;
  1103. }
  1104. break;
  1105. case 'PAM70':
  1106. switch ($gapKey) {
  1107. case 0:
  1108. $gapOpen = 8;
  1109. $gapExtend = 2;
  1110. break;
  1111. case 1:
  1112. $gapOpen = 7;
  1113. $gapExtend = 2;
  1114. break;
  1115. case 2:
  1116. $gapOpen = 6;
  1117. $gapExtend = 2;
  1118. break;
  1119. case 3:
  1120. $gapOpen = 11;
  1121. $gapExtend = 1;
  1122. break;
  1123. case 4:
  1124. $gapOpen = 10;
  1125. $gapExtend = 1;
  1126. break;
  1127. case 5:
  1128. $gapOpen = 9;
  1129. $gapExtend = 1;
  1130. break;
  1131. }
  1132. break;
  1133. case 'PAM250':
  1134. switch ($gapKey) {
  1135. case 0:
  1136. $gapOpen = 15;
  1137. $gapExtend = 3;
  1138. break;
  1139. case 1:
  1140. $gapOpen = 14;
  1141. $gapExtend = 3;
  1142. break;
  1143. case 2:
  1144. $gapOpen = 13;
  1145. $gapExtend = 3;
  1146. break;
  1147. case 3:
  1148. $gapOpen = 12;
  1149. $gapExtend = 3;
  1150. break;
  1151. case 4:
  1152. $gapOpen = 11;
  1153. $gapExtend = 3;
  1154. break;
  1155. case 5:
  1156. $gapOpen = 17;
  1157. $gapExtend = 2;
  1158. break;
  1159. case 6:
  1160. $gapOpen = 16;
  1161. $gapExtend = 2;
  1162. break;
  1163. case 7:
  1164. $gapOpen = 15;
  1165. $gapExtend = 2;
  1166. break;
  1167. case 8:
  1168. $gapOpen = 14;
  1169. $gapExtend = 2;
  1170. break;
  1171. case 9:
  1172. $gapOpen = 13;
  1173. $gapExtend = 2;
  1174. break;
  1175. case 10:
  1176. $gapOpen = 21;
  1177. $gapExtend = 1;
  1178. break;
  1179. case 11:
  1180. $gapOpen = 20;
  1181. $gapExtend = 1;
  1182. break;
  1183. case 12:
  1184. $gapOpen = 19;
  1185. $gapExtend = 1;
  1186. break;
  1187. case 13:
  1188. $gapOpen = 18;
  1189. $gapExtend = 1;
  1190. break;
  1191. case 14:
  1192. $gapOpen = 17;
  1193. $gapExtend = 1;
  1194. break;
  1195. }
  1196. break;
  1197. case 'BLOSUM80':
  1198. switch ($gapKey) {
  1199. case 0:
  1200. $gapOpen = 8;
  1201. $gapExtend = 2;
  1202. break;
  1203. case 1:
  1204. $gapOpen = 7;
  1205. $gapExtend = 2;
  1206. break;
  1207. case 2:
  1208. $gapOpen = 6;
  1209. $gapExtend = 2;
  1210. break;
  1211. case 3:
  1212. $gapOpen = 11;
  1213. $gapExtend = 1;
  1214. break;
  1215. case 4:
  1216. $gapOpen = 10;
  1217. $gapExtend = 1;
  1218. break;
  1219. case 5:
  1220. $gapOpen = 9;
  1221. $gapExtend = 1;
  1222. break;
  1223. }
  1224. break;
  1225. case 'BLOSUM62':
  1226. switch ($gapKey) {
  1227. case 0:
  1228. $gapOpen = 11;
  1229. $gapExtend = 2;
  1230. break;
  1231. case 1:
  1232. $gapOpen = 10;
  1233. $gapExtend = 2;
  1234. break;
  1235. case 2:
  1236. $gapOpen = 9;
  1237. $gapExtend = 2;
  1238. break;
  1239. case 3:
  1240. $gapOpen = 8;
  1241. $gapExtend = 2;
  1242. break;
  1243. case 4:
  1244. $gapOpen = 7;
  1245. $gapExtend = 2;
  1246. break;
  1247. case 5:
  1248. $gapOpen = 6;
  1249. $gapExtend = 2;
  1250. break;
  1251. case 6:
  1252. $gapOpen = 13;
  1253. $gapExtend = 1;
  1254. break;
  1255. case 7:
  1256. $gapOpen = 12;
  1257. $gapExtend = 1;
  1258. break;
  1259. case 8:
  1260. $gapOpen = 11;
  1261. $gapExtend = 1;
  1262. break;
  1263. case 9:
  1264. $gapOpen = 10;
  1265. $gapExtend = 1;
  1266. break;
  1267. case 10:
  1268. $gapOpen = 9;
  1269. $gapExtend = 1;
  1270. break;
  1271. }
  1272. break;
  1273. case 'BLOSUM45':
  1274. switch ($gapKey) {
  1275. case 0:
  1276. $gapOpen = 13;
  1277. $gapExtend = 3;
  1278. break;
  1279. case 1:
  1280. $gapOpen = 12;
  1281. $gapExtend = 3;
  1282. break;
  1283. case 2:
  1284. $gapOpen = 11;
  1285. $gapExtend = 3;
  1286. break;
  1287. case 3:
  1288. $gapOpen = 10;
  1289. $gapExtend = 3;
  1290. break;
  1291. case 4:
  1292. $gapOpen = 15;
  1293. $gapExtend = 2;
  1294. break;
  1295. case 5:
  1296. $gapOpen = 14;
  1297. $gapExtend = 2;
  1298. break;
  1299. case 6:
  1300. $gapOpen = 13;
  1301. $gapExtend = 2;
  1302. break;
  1303. case 7:
  1304. $gapOpen = 12;
  1305. $gapExtend = 2;
  1306. break;
  1307. case 8:
  1308. $gapOpen = 19;
  1309. $gapExtend = 1;
  1310. break;
  1311. case 9:
  1312. $gapOpen = 18;
  1313. $gapExtend = 1;
  1314. break;
  1315. case 10:
  1316. $gapOpen = 17;
  1317. $gapExtend = 1;
  1318. break;
  1319. case 11:
  1320. $gapOpen = 16;
  1321. $gapExtend = 1;
  1322. break;
  1323. }
  1324. break;
  1325. case 'BLOSUM50':
  1326. switch ($gapKey) {
  1327. case 0:
  1328. $gapOpen = 13;
  1329. $gapExtend = 3;
  1330. break;
  1331. case 1:
  1332. $gapOpen = 12;
  1333. $gapExtend = 3;
  1334. break;
  1335. case 2:
  1336. $gapOpen = 11;
  1337. $gapExtend = 3;
  1338. break;
  1339. case 3:
  1340. $gapOpen = 10;
  1341. $gapExtend = 3;
  1342. break;
  1343. case 4:
  1344. $gapOpen = 9;
  1345. $gapExtend = 3;
  1346. break;
  1347. case 5:
  1348. $gapOpen = 16;
  1349. $gapExtend = 2;
  1350. break;
  1351. case 6:
  1352. $gapOpen = 15;
  1353. $gapExtend = 2;
  1354. break;
  1355. case 7:
  1356. $gapOpen = 14;
  1357. $gapExtend = 2;
  1358. break;
  1359. case 8:
  1360. $gapOpen = 13;
  1361. $gapExtend = 2;
  1362. break;
  1363. case 9:
  1364. $gapOpen = 12;
  1365. $gapExtend = 2;
  1366. break;
  1367. case 10:
  1368. $gapOpen = 19;
  1369. $gapExtend = 1;
  1370. break;
  1371. case 11:
  1372. $gapOpen = 18;
  1373. $gapExtend = 1;
  1374. break;
  1375. case 12:
  1376. $gapOpen = 17;
  1377. $gapExtend = 1;
  1378. break;
  1379. case 13:
  1380. $gapOpen = 16;
  1381. $gapExtend = 1;
  1382. break;
  1383. case 14:
  1384. $gapOpen = 15;
  1385. $gapExtend = 1;
  1386. break;
  1387. }
  1388. break;
  1389. case 'BLOSUM90':
  1390. switch ($gapKey) {
  1391. case 0:
  1392. $gapOpen = 9;
  1393. $gapExtend = 2;
  1394. break;
  1395. case 1:
  1396. $gapOpen = 8;
  1397. $gapExtend = 2;
  1398. break;
  1399. case 2:
  1400. $gapOpen = 7;
  1401. $gapExtend = 2;
  1402. break;
  1403. case 3:
  1404. $gapOpen = 6;
  1405. $gapExtend = 2;
  1406. break;
  1407. case 4:
  1408. $gapOpen = 11;
  1409. $gapExtend = 1;
  1410. break;
  1411. case 5:
  1412. $gapOpen = 10;
  1413. $gapExtend = 1;
  1414. break;
  1415. case 6:
  1416. $gapOpen = 9;
  1417. $gapExtend = 1;
  1418. break;
  1419. }
  1420. break;
  1421. }
  1422. return array(
  1423. 'gapOpen' => $gapOpen,
  1424. 'gapExtend' => $gapExtend,
  1425. );
  1426. }
  1427. /**
  1428. * AJAX callback for match and gap cost.
  1429. * @param $form
  1430. * @param $form_state
  1431. *
  1432. * @return mixed
  1433. */
  1434. function gap_cost_callback($form, &$form_state) {
  1435. return $form['B']['ALG']['SParam']['gapCost'];
  1436. }