@datagrok/bio 2.11.2 → 2.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  /*! For license information please see package-test.js.LICENSE.txt */
2
- var bio_test;(()=>{var t={2012:(t,e,s)=>{"use strict";s.d(e,{f:()=>i});var n=s(9976);class i extends n.B{static get Lesk(){return void 0===this.lesk&&(this.lesk=this.makePalette([[["G","A","S","T"],"orange"],[["C","V","I","L","P","F","Y","M","W"],"all_green"],[["N","Q","H"],"magenta"],[["D","E"],"red"],[["K","R"],"all_blue"]],!1,i)),this.lesk}static get GrokGroups(){return void 0===this.grokGroups&&(this.grokGroups=this.makePalette([[["C","U"],"yellow"],[["G","P"],"red"],[["A","V","I","L","M","F","Y","W"],"all_green"],[["R","H","K"],"light_blue"],[["D","E"],"dark_blue"],[["S","T","N","Q"],"orange"]],!1,i)),this.grokGroups}static get RasMol(){return void 0===this.rasMol&&(this.rasMol=new i({D:"#E60A0A",E:"#E60A0A",C:"#E6E600",M:"#E6E600",K:"#145AFF",R:"#145AFF",S:"#FA9600",T:"#FA9600",F:"#3232AA",Y:"#3232AA",N:"#00DCDC",Q:"#00DCDC",G:"#EBEBEB",L:"#0F820F",V:"#0F820F",I:"#0F820F",A:"#C8C8C8",W:"#B45AB4",H:"#8282D2",P:"#DC9682",others:"#BEA06E"})),this.rasMol}get(t){const e=t in i.aaSynonyms?i.aaSynonyms[t]:t;return super.get(e)}}i.aaSynonyms={MeNle:"L",MeA:"A",MeG:"G",MeF:"F"};class o{static getPalette(t="grok"){switch(t){case"grok":return i.GrokGroups;case"lesk":return i.Lesk;default:throw new Error(`ChemPalette: scheme \`${t}\` does not exist`)}}static getInnerOuter(t){let e=0,s="",n="";for(const i of t)"("==i?e++:")"==i?e--:e?s+=i:n+=i;return isNaN(parseInt(s))?[n,s]:[n,""]}static getColorAAPivot(t="",e="grok"){const s=this.getPalette(e);let[n,i]=this.getInnerOuter(t);if(n=n.length>6?`${n.slice(0,3)}...`:n,i=i.length>6?`${i.slice(0,3)}...`:i,1==t.length||"("==t[1]){const e=t[0]?.toUpperCase();return e in s?[s.get(e),e,i,1]:[this.undefinedColor,n,i,1]}if("d"==t[0]&&t[1]in s&&(2==t.length||"("==t[2])){const e=t[1]?.toUpperCase();return e in s?[s.get(e),e,i,2]:[this.undefinedColor,n,i,2]}if(t.substring(0,3)in this.AAFullNames&&(3==t.length||"("==t[3])){const e=this.AAFullNames[t.substring(0,3)];return e in s?[s.get(e),e,i,3]:[this.undefinedColor,n,i,3]}if(t[0]?.toLowerCase()==t[0]&&t.substring(1,3)in this.AAFullNames&&(4==t.length||"("==t[4])){const e=this.AAFullNames[t.substring(1,3)];return e in s?[s.get(e),e,i,4]:[this.undefinedColor,n,i,4]}return[this.undefinedColor,n,i,0]}}o.SemType="Aminoacids",o.SemTypeMultipleAlignment="AminoacidsMultipleAlignment",o.undefinedColor="rgb(100,100,100)",o.Names={G:"Glycine",L:"Leucine",Y:"Tyrosine",S:"Serine",E:"Glutamic acid",Q:"Glutamine",D:"Aspartic acid",N:"Asparagine",F:"Phenylalanine",A:"Alanine",K:"Lysine",R:"Arginine",H:"Histidine",C:"Cysteine",V:"Valine",P:"Proline",W:"Tryptophan",I:"Isoleucine",M:"Methionine",T:"Threonine"},o.AASmiles={G:"NCC(=O)O",L:"N[C@H](CC(C)C)C(=O)O",Y:"NC(CC1=CC=C(O)C=C1)C(=O)O",S:"NC(CO)C(=O)O",E:"N[C@@H](CCC(O)=O)C(=O)O",Q:"N[C@@H](CCC(N)=O)C(=O)O",D:"N[C@@H](CC(O)=O)C(=O)O",N:"N[C@@H](CC(N)=O)C(=O)O",F:"NC(CC1=CC=CC=C1)C(=O)O",A:"N[C@H](C)C(=O)O",K:"NC(CCCCN)C(=O)O",R:"N[C@H](CCCNC(=N)C)C(=O)O",H:"NC(CC1=CN=C[N]1)C(=O)O",C:"N[C@@H](CS)C(=O)O",V:"NC(C(C)C)C(=O)O",P:"N(CCC1)C1C(=O)O",W:"N[C@@H](Cc1c2ccccc2n([H])c1)C(=O)O",I:"N[C@H]([C@H](C)CC)C(=O)O",M:"NC(CCSC)C(=O)O",T:"NC(C(O)C)C(=O)O"},o.AASmilesTruncated={G:"*C*",L:"CC(C)C[C@H](*)*",Y:"C1=CC(=CC=C1CC(*)*)O",S:"OCC(*)C*",E:"*[C@@H](CCC(O)=O)*",Q:"*N[C@@H](CCC(N)=O)*",D:"*[C@@H](CC(O)=O)*",N:"*[C@@H](CC(N)=O)*",F:"C1=CC=C(C=C1)CC(*)*",A:"C[C@H](*)*",K:"C(CCN)CC(*)*",R:"*[C@H](CCCNC(=N)C)*",H:"C1=C(NC=N1)CC(*)*",C:"C([C@@H](*)*)S",V:"CC(C)C(*)*",P:"C1CCN(*)C1*",W:"*[C@@H](Cc1c2ccccc2n([H])c1)*",I:"CC[C@H](C)[C@H](*)*",M:"CSCCC(*)*",T:"CC(O)C(*)*"},o.AAFullNames={Ala:"A",Arg:"R",Asn:"N",Asp:"D",Cys:"C",Gln:"Q",Glu:"E",Gly:"G",His:"H",Ile:"I",Leu:"L",Lys:"K",Met:"M",Phe:"F",Pro:"P",Ser:"S",Thr:"T",Trp:"W",Tyr:"Y",Val:"V"}},7228:(t,e,s)=>{"use strict";s.d(e,{JN:()=>h,PF:()=>m,Qx:()=>u,Xk:()=>c,Z:()=>l,eD:()=>a});var n=s(976),i=s(4469),o=s(1047),r=(s(499),s(8457));function a(t){return t.every((t=>"object"==typeof t&&Object.values(o.pn).every((e=>e in t&&"string"==typeof t[e]))))}function l(t){function e(t){const e=new RegExp("\\[r\\]","g");let s=0;return t.replace(e,(t=>(++s,`[${s}*]`)))}const s=[];return t.forEach((t=>{const i={...o.zh};Object.entries(o.pn).forEach((([e,s])=>{const n=t[s];i[e]=n}));let r="smiles";const a=t[o.pn[r]],l=e(a).replace("[1*]","[H:1]").replace("[2*]","[OH:2]");i[r]=l,r="rgroups",i[r]=o.Ei,r="molfile";const c=e(a),h=n.chem.convert(c,n.chem.Notation.Smiles,n.chem.Notation.MolBlock);i[r]=h.replace("M ISO","M RGP"),s.push(i)})),console.log("resultLib:",s),s}function c(t){const e=[];for(let s=0;s<t.rowCount;s++){const n={};Object.keys(o.K4).forEach((e=>{if("symbol"===e){const i=t.get(o.K4[e],s);n[e]="."===i?t.get(o.At,s):i}else if("rgroups"===e){const i=t.get(o.K4[e],s).split("\n"),r=[];i.forEach((t=>{const e={},s=t.substring(t.lastIndexOf("]")+1),n=t.match(/\[R(\d+)\]/)[1];e.capGroupSmiles="H"===s?`[*:${n}][H]`:`O[*:${n}]`,e.alternateId="H"===s?`R${n}-H`:`R${n}-OH`,e.capGroupName="H"===s?"H":"OH",e.label=`R${n}`,r.push(e)})),n[e]=r}else o.K4[e]&&(n[e]=t.get(o.K4[e],s))})),e.push(n)}return e}async function h(){const t=n.Func.find({package:"Bio",name:"getMonomerLibHelper"});if(0===t.length)throw new Error('Package "Bio" must be installed for MonomerLibHelper.');return(await t[0].prepare().call()).getOutputParamValue()}async function u(t,e){t instanceof n.Column&&(t=(0,r.O)(t).columns.toList());const s=(await h()).getBioLib(),o=new Array(t.length),a=t[0].length,l=new Float32Array(a);for(let r=0;r<t.length;++r){const c=e[r],h=s.getMonomer("PEPTIDE",c)?.smiles??"",u=t[r],m=u.getRawData(),d=u.categories,g=d.indexOf("");if(o[r]={categories:d,data:m,emptyIndex:g},void 0===c)continue;const p=n.Column.fromStrings("smiles",d.map((t=>s.getMonomer("PEPTIDE",t)?.smiles??""))),f=(n.DataFrame.fromColumns([p]),(await i.chem.getSimilarities(p,h)).getRawData());for(let t=0;t<a;++t){const e=m[t];l[t]+=""!==c&&e!==g?f[e]:""===c&&e===g?1:0}}for(let s=0;s<l.length;++s){let i=l[s]/e.length;for(let r=0;r<t.length;++r){const t=o[r];if(r>=e.length&&t.data[s]!==t.emptyIndex||t.data[s]===t.emptyIndex&&r<e.length){i=n.FLOAT_NULL;break}}l[s]=i}return n.Column.fromFloat32Array("Similarity",l)}async function m(t){const e=(await h()).getBioLib(),s=[],o={},r=t.map((t=>e.getMonomer("PEPTIDE",t)?.smiles??"")),a=n.Column.fromStrings("smiles",r);for(let e=0;e<r.length;++e){o[t[e]]=e;const n=r[e],l=""===n?new Array(r.length).fill(0):(await i.chem.getSimilarities(a,n)).getRawData();l[e]=1,s[e]=Array.from(l)}return{scoringMatrix:s,alphabetIndexes:o}}},8601:(t,e,s)=>{"use strict";s.d(e,{i0:()=>m});var n=s(4469),i=s(976),o=s(6414),r=s.n(o),a=s(1821),l=s(499);const c={V2K_RGP_SHIFT:8,V2K_RGP_LINE:"M RGP",V2K_A_LINE:"A ",V3K_COUNTS_SHIFT:14,V3K_IDX_SHIFT:7,V3K_HEADER_FIRST_LINE:"\nDatagrok macromolecule handler\n\n",V3K_HEADER_SECOND_LINE:" 0 0 0 0 0 0 999 V3000\n",V3K_BEGIN_CTAB_BLOCK:"M V30 BEGIN CTAB\n",V3K_END_CTAB_BLOCK:"M V30 END CTAB\n",V3K_BEGIN_COUNTS_LINE:"M V30 COUNTS ",V3K_COUNTS_LINE_ENDING:" 0 0 0\n",V3K_BEGIN_ATOM_BLOCK:"M V30 BEGIN ATOM\n",V3K_END_ATOM_BLOCK:"M V30 END ATOM\n",V3K_BEGIN_BOND_BLOCK:"M V30 BEGIN BOND\n",V3K_END_BOND_BLOCK:"M V30 END BOND\n",V3K_BOND_CONFIG:" CFG:",V3K_BEGIN_DATA_LINE:"M V30 ",V3K_END:"M END",PRECISION_FACTOR:1e4,DEOXYRIBOSE:"d",RIBOSE:"r",PHOSPHATE:"p",OXYGEN:"O",HYDROGEN:"H"};var h=s(1047);function u(t){return Math.round(c.PRECISION_FACTOR*t)/c.PRECISION_FACTOR}async function m(t,e,o){if(0===i.Func.find({package:"Chem",name:"getRdKitModule"}).length)return{col:null,warnings:['Transformation to atomic level requires the package "Chem" installed.']};if(e.semType!==i.SEMTYPE.MACROMOLECULE)return{col:null,warnings:[`Only the ${i.SEMTYPE.MACROMOLECULE} columns can be converted to atomic level, the chosen column has semType '${e.semType}'`]};let u=e;const m=l.Cn.getOrCreate(e);m.isHelm()&&(u=m.convert(a.r2.SEPARATOR,"."),u.name=e.name);const g=l.Cn.getOrCreate(u).alphabet;let p;if("PT"===g||"UN"===g)p="PEPTIDE";else{if("RNA"!==g&&"DNA"!==g)return{col:null,warnings:[`Unexpected column's '${u.name}' alphabet '${g}'.`]};p="RNA"}const f=function(t){const e=t.length,s=new Array(e),n=l.Cn.getOrCreate(t).getSplitter();for(let i=0;i<e;++i){const e=t.get(i);s[i]=e?r()(n(e)).filter((t=>""!==t)).toArray():[]}return s}(u),y=await async function(t,e,s,i){const o=function(t,e,s){const n=new Map;for(const i of t.getMonomerSymbolsByType(e)){const o=t.getMonomer(e,i);if("RNA"===e&&("Branch"===o.monomerType||"DNA"===s&&o.symbol===c.DEOXYRIBOSE||"RNA"===s&&o.symbol===c.RIBOSE||o.symbol===c.PHOSPHATE)||"PEPTIDE"===e&&"Branch"!==o.monomerType){const t={};h.rx.forEach((e=>{t[e]=o[e]})),n.set(o.symbol,t)}}return n}(e,s,i),r=new Map,a=await n.functions.call("Chem:getRdKitModule"),l={value:null};if("RNA"===s){const t="RNA"===i?[c.RIBOSE,c.PHOSPHATE]:[c.DEOXYRIBOSE,c.PHOSPHATE];for(const e of t)d(r,e,o,a,s,l)}for(let e=0;e<t.length;++e){const n=t[e];for(const t of n)if(""!==t)try{d(r,t,o,a,s,l)}catch(e){const s=e instanceof Error?e.message:e.toString(),n=e instanceof Error?e.stack:void 0;throw console.error(`bio lib: getMonomersDictFromLib() sym='${t}', error:\n${s}\n${n}`),new Error(`Can't get monomer '${t}' from library: ${s}`)}}return r}(f,o,p,g),w=u.length,{molfileList:b,molfileWarningList:T}=await async function(t,e,n,i,o){const r=Math.max(navigator.hardwareConcurrency-2,1),a=new Array(r).fill(null).map((()=>new Worker(new URL(s.p+s.u(79),s.b)))),l=o/r;let c=[],h=[];const u=new Array(r);for(let s=0;s<r;s++){const c=Math.floor(s*l),h=s===r-1?o:Math.floor((s+1)*l);a[s].postMessage({monomerSequencesArray:t,monomersDict:e,alphabet:n,polymerType:i,start:c,end:h}),u[s]=new Promise((t=>{a[s].onmessage=({data:{molfileList:e,molfileWarningList:s}})=>{t({molfileList:e,molfileWarningList:s})}}))}return(await Promise.all(u)).forEach((t=>{c=c.concat(...t.molfileList),h=h.concat(...t.molfileWarningList)})),setTimeout((()=>{a.forEach((t=>{t.terminate()}))}),0),{molfileList:c,molfileWarningList:h}}(f,y,g,p,w);if(T.length>.05*w)throw new Error("Too many errors getting molfiles.");const C=`molfile(${u.name})`,A=t.columns.getUnusedName(C),S=i.Column.fromStrings(A,b);return S.semType=i.SEMTYPE.MOLECULE,S.setTag(i.TAGS.UNITS,i.UNITS.Molecule.MOLBLOCK),{col:S,warnings:T}}function d(t,e,s,n,i,o){if(!t.has(e)){const r=function(t,e,s,n,i){if(e.has(t)){const o=e.get(t),r=function(t){const e=[];for(const s of t){let t=s.capGroupSmiles;t||(t=s.capGroupSMILES),t=t.replace(/(\[|\]|\*|:|\d)/g,""),e.push(t)}return e}(o.rgroups),a=function(t){const e=new Map;let s=t.indexOf(c.V2K_A_LINE,0),n=s;for(;-1!==s;){n=t.indexOf("\n",s);const i=parseInt(t.substring(s,n).replace(/^A\s+/,""));s=t.indexOf("R",n),n=t.indexOf("\n",s);const o=parseInt(t.substring(s,n).replace(/^R/,""));e.set(i,o),s=t.indexOf(c.V2K_A_LINE,n)}for(s=t.indexOf(c.V2K_RGP_LINE,0),n=t.indexOf("\n",s);-1!==s;){s+=c.V2K_RGP_SHIFT,n=t.indexOf("\n",s);const i=t.substring(s,n).replaceAll(/\s+/g," ").split(" ").map((t=>parseInt(t))).slice(1);for(let t=0;t<i.length;t+=2){if(e.has(i[t])&&e.get(i[t])!==i[t+1])throw new Error(`r-group index ${i[t]} has already been added with a different value`);e.set(i[t],i[t+1])}s=t.indexOf(c.V2K_RGP_LINE,n)}return e}(o.molfile),l=function(t,e){const s=e.get_mol(t),n=s.get_v3Kmolblock();return s.delete(),n}(function(t){let e=t.indexOf(c.V2K_A_LINE,0);-1===e&&(e=t.indexOf(c.V2K_RGP_LINE));const s=t.indexOf(c.V3K_END,e);return t.substring(0,e)+t.substring(s)}(o.molfile),s),h=function(t){let e=(t=t.replaceAll("\r","")).indexOf(c.V3K_BEGIN_COUNTS_LINE)+c.V3K_COUNTS_SHIFT,s=t.indexOf(" ",e+1);const n=parseInt(t.substring(e,s));return e=s+1,s=t.indexOf(" ",e+1),{atomCount:n,bondCount:parseInt(t.substring(e,s))}}(l),m=function(t,e){const s=new Array(e),n=new Float32Array(e),i=new Float32Array(e),o=new Array(e);let r=t.indexOf(c.V3K_BEGIN_ATOM_BLOCK);r=t.indexOf("\n",r);let a=r;for(let l=0;l<e;l++){r=t.indexOf(c.V3K_BEGIN_DATA_LINE,r)+c.V3K_IDX_SHIFT,a=t.indexOf(" ",r),r=a+1,a=t.indexOf(" ",r),s[l]=t.substring(r,a);const e=new Array(2);for(let s=0;s<2;++s)r=a+1,a=t.indexOf(" ",r),e[s]=parseFloat(t.substring(r,a));n[l]=e[0],i[l]=e[1],r=a,a=t.indexOf("\n",r)+1,o[l]=t.slice(r,a),r=a}return{atomTypes:s,x:n,y:i,kwargs:o}}(l,h.atomCount),d=function(t,e){const s=new Uint32Array(e),n=new Array(e),i=new Map,o=new Map;let r=t.indexOf(c.V3K_BEGIN_BOND_BLOCK);r=t.indexOf("\n",r);let a=r;for(let l=0;l<e;++l){const e=new Array(3);r=t.indexOf(c.V3K_BEGIN_DATA_LINE,a)+c.V3K_IDX_SHIFT,a=t.indexOf(" ",r);for(let s=0;s<3;++s)r=a+1,a=Math.min(t.indexOf("\n",r),t.indexOf(" ",r)),e[s]=parseInt(t.slice(r,a));s[l]=e[0],n[l]=e.slice(1);const h=t.indexOf("\n",r);let u=t.slice(a,h),m=u.indexOf(c.V3K_BOND_CONFIG);if(-1!==m){m=u.indexOf("=",m)+1;let t=u.indexOf(" ",m);-1===t&&(t=u.length);const e=parseInt(u.slice(m,t));i.set(l,e);const s=c.V3K_BOND_CONFIG+e.toString();u=u.replace(s,"")}u||o.set(l,u)}return{bondTypes:s,atomPairs:n,bondConfiguration:i,kwargs:o}}(l,h.bondCount),y={atoms:m,bonds:d,meta:g(m,d,r,a)};return"PEPTIDE"===n?function(t){const e=t.meta.terminalNodes[0]-1,s=t.meta.rNodes[0]-1,n=t.atoms.x,i=t.atoms.y;S(t,-n[e],-i[e]);const o=T(n[s],i[s]);C(t.atoms,-o),n[t.meta.rNodes[1]-1]<0&&function(t){A(t,!1)}(t);const r=function(t){const e=function(t){const e=new Map;for(const s of t.bonds.atomPairs)for(let t=0;t<2;t++){const n=s[t],i=s[(t+1)%2];e.has(n)?e.get(n)?.push(i):e.set(n,new Array(1).fill(i))}return e}(t);let s=0,n=0;for(;0===s;){const i=e.get(t.meta.terminalNodes[1])[n];t.atoms.atomTypes[i-1]===c.OXYGEN&&i!==t.meta.rNodes[1]&&(s=i),n++}return s}(t);!function(t,e){t.atoms.y[t.meta.rNodes[1]-1]<0&&t.atoms.y[e-1]<0&&(function(t){A(t,!0)}(t),C(t.atoms,-function(t,e){return T(t,e)+Math.PI/2}(t.atoms.x[t.meta.terminalNodes[1]-1],t.atoms.y[t.meta.terminalNodes[1]-1])))}(t,r),function(t,e){const s=t.atoms.x;s[t.meta.rNodes[1]-1]>s[e-1]&&function(t,e,s){const n=e-1,i=s-1,o=t.atoms.x,r=t.atoms.y,a=o[n],l=r[n];o[n]=o[i],r[n]=r[i],o[i]=a,r[i]=l}(t,e,t.meta.rNodes[1])}(t,r)}(y):t===c.RIBOSE||t===c.DEOXYRIBOSE?function(t,e){const s=t.atoms.x,n=t.atoms.y;let i=t.meta.terminalNodes[0]-1;const o=t.meta.rNodes[1]-1;S(t,-s[i],-n[i]);const r=T(s[o],n[o]);C(t.atoms,3*Math.PI/2-r),e.value=function(t){const e=t.atoms.x,s=t.atoms.y,n=t.meta.rNodes[2]-1,i=t.meta.terminalNodes[2]-1,o=e[n]-e[i],r=s[n]-s[i];return Math.atan(r/o)+Math.PI/2}(t),i=t.meta.terminalNodes[0]-1,S(t,-s[i],-n[i])}(y,i):t===c.PHOSPHATE?function(t){const e=t.meta.terminalNodes[0]-1,s=t.meta.rNodes[0]-1,n=t.atoms.x,i=t.atoms.y;S(t,-n[e],-i[e]);const o=T(n[s],i[s]);C(t.atoms,Math.PI/2-o)}(y):function(t,e){const s=t.atoms.x,n=t.atoms.y,i=t.meta.terminalNodes[0]-1,o=t.meta.rNodes[0]-1;S(t,-s[i],-n[i]);const r=T(s[o],n[o]),a=e.value;if(!a)throw new Error("The value of sugarBranchToOYAngle is null");C(t.atoms,Math.PI-r+a);const l=function(t,e){return u(Math.sqrt((t.x-e.x)**2+(t.y-e.y)**2))}({x:s[t.meta.rNodes[0]-1],y:n[t.meta.rNodes[0]-1]},{x:s[t.meta.terminalNodes[0]-1],y:n[t.meta.terminalNodes[0]-1]});if(1!=l)for(let t=0;t<s.length;++t)s[t]=u(s[t]/l),n[t]=u(n[t]/l)}(y,i),function(t,e,s){"PEPTIDE"===t?(f(e,t),w(e,e.meta.rNodes[1])):s===c.RIBOSE||s===c.DEOXYRIBOSE?(w(e,e.meta.rNodes[1]),e.meta.rNodes[1]=e.meta.terminalNodes[1],p(e.bonds,e.meta),f(e,t),w(e,e.meta.rNodes[1]),w(e,e.meta.rNodes[0]),w(e,e.meta.rNodes[2])):s===c.PHOSPHATE&&(e.meta.terminalNodes[0]=e.meta.rNodes[0],S(e,-e.atoms.x[e.meta.terminalNodes[0]-1],-e.atoms.y[e.meta.terminalNodes[0]-1]),f(e,t),w(e,e.meta.rNodes[1]))}(n,y,t),function(t){let e=0;for(;e<t.atoms.atomTypes.length;)t.atoms.atomTypes[e]===c.HYDROGEN&&(w(t,e+1),--e),++e}(y),y}return null}(e,s,n,i,o);if(!r)throw new Error(`Monomer with symbol '${e}' is absent the monomer library`);t.set(e,r)}}function g(t,e,s,n){const i={backboneShift:null,branchShift:null,terminalNodes:[],rNodes:[]};return function(t,e,s){for(const[n,i]of s)t.atomTypes[n-1]=e[i-1]}(t,s,n),function(t,e){e.rNodes=Array.from(t.keys());for(let s=0;s<e.rNodes.length;s++)for(const n of[1,2])if(t.get(e.rNodes[s])===n){const t=e.rNodes[n-1];e.rNodes[n-1]=e.rNodes[s],e.rNodes[s]=t}}(n,i),p(e,i),i}function p(t,e){const s=e.rNodes;e.terminalNodes=new Array(s.length).fill(0);const n=e.terminalNodes,i=t.atomPairs;let o=0,r=0;for(;o<i.length&&r<n.length;){for(let t=0;t<n.length;++t)for(let e=0;e<2;++e)i[o][e]===s[t]&&(n[t]=i[o][(e+1)%2],s.length,++r);++o}}function f(t,e){t.meta.rNodes.length>1&&(t.meta.backboneShift=y(t,t.meta.rNodes[1]-1,t.meta.terminalNodes[0]-1)),"RNA"===e&&t.meta.rNodes.length>2&&(t.meta.branchShift=y(t,t.meta.rNodes[2]-1,t.meta.terminalNodes[0]-1))}function y(t,e,s){return[u(t.atoms.x[e]-t.atoms.x[s]),u(t.atoms.y[e]-t.atoms.y[s])]}function w(t,e){if(void 0!==e){const s=e-1,n=t.atoms,i=t.bonds,o=t.meta;n.atomTypes.splice(s,1),n.x=b(Float32Array,n.x,s,1),n.y=b(Float32Array,n.y,s,1),n.kwargs.splice(s,1);for(let t=0;t<o.terminalNodes.length;++t)o.terminalNodes[t]>e?--o.terminalNodes[t]:o.terminalNodes[t]===e&&(o.terminalNodes[t]=-1);for(let t=0;t<o.rNodes.length;++t)o.rNodes[t]>e?--o.rNodes[t]:o.rNodes[t]===e&&(o.rNodes[t]=-1);let r=0;for(;r<i.atomPairs.length;){const t=i.atomPairs[r][0],s=i.atomPairs[r][1];t===e||s===e?(i.atomPairs.splice(r,1),i.bondTypes=b(Uint32Array,i.bondTypes,r,1),i.bondConfiguration.has(r)&&i.bondConfiguration.delete(r),i.kwargs.has(r)&&i.kwargs.delete(r),--r):(i.atomPairs[r][0]=t>e?t-1:t,i.atomPairs[r][1]=s>e?s-1:s),++r}let a=Array.from(i.bondConfiguration.keys());a.forEach((t=>{if(i.bondConfiguration.has(t)&&t>s){const e=i.bondConfiguration.get(t);i.bondConfiguration.delete(t),i.bondConfiguration.set(t-1,e)}})),a=Array.from(i.kwargs.keys()),a.forEach((t=>{if(i.kwargs.has(t)&&t>s){const e=i.kwargs.get(t);i.kwargs.delete(t),i.kwargs.set(t-1,e)}}))}}function b(t,e,s,n){const i=new t(e.length-n);let o=0,r=0;for(;o<e.length;)o===s&&(o+=n),i[r]=e[o],++r,++o;return i}function T(t,e){let s;if(0===t)s=e>0?0:Math.PI;else if(0===e)s=t>0?-Math.PI/2:Math.PI/2;else{const n=e/t,i=Math.atan(n);s=t<0?Math.PI/2+i:-Math.PI/2+i}return s}function C(t,e){if(0!==e){const s=t.x,n=t.y,i=Math.cos(e),o=Math.sin(e);for(let t=0;t<s.length;++t){const e=s[t];s[t]=u(e*i-n[t]*o),n[t]=u(e*o+n[t]*i)}}}function A(t,e){if(e){const e=t.atoms.y;for(let t=0;t<e.length;t++)e[t]=-e[t]}else{const e=t.atoms.x;for(let t=0;t<e.length;t++)e[t]=-e[t]}const s=t.bonds.bondConfiguration;for(const[t,e]of s){const n=1===e?3:1;s.set(t,n)}}function S(t,e,s){const n=t.atoms.x,i=t.atoms.y;for(let t=0;t<n.length;++t)n[t]=u(n[t]+e),void 0!==s&&(i[t]=u(i[t]+s))}},6137:(t,e,s)=>{"use strict";s.d(e,{J:()=>i,V:()=>o});var n=s(9976);class i extends n.B{static get Chromatogram(){return void 0===this.chromatogram&&(this.chromatogram=new i({A:"green",C:"blue",G:"black",T:"red",U:"red",others:"gray"})),this.chromatogram}}class o{}o.SemType="Nucleotides",o.SemTypeMultipleAlignment="NucleotidesMultipleAlignment",o.Names={A:"Adenine",C:"Cytosine",G:"Guanine",T:"Thymine",U:"Uracil"}},9976:(t,e,s)=>{"use strict";s.d(e,{B:()=>n});class n{static makePalette(t,e=!1,s=n){const i={};return t.forEach((t=>{const s=t[0],n=t[1];s.forEach(((t,s)=>{i[t]=this.colourPalette[n][e?0:s]}))})),new s(i)}constructor(t){this._palette=t}get(t){return this._palette[t]}}n.undefinedColor="rgb(100,100,100)",n.colourPalette={orange:["rgb(255,187,120)","rgb(245,167,100)","rgb(235,137,70)","rgb(205, 111, 71)"],all_green:["rgb(44,160,44)","rgb(74,160,74)","rgb(23,103,57)","rgb(30,110,96)","rgb(60,131,95)","rgb(24,110,79)","rgb(152,223,138)","rgb(182, 223, 138)","rgb(152, 193, 138)"],all_blue:["rgb(31,119,180)","rgb(23,190,207)","rgb(122, 102, 189)","rgb(158,218,229)","rgb(141, 124, 217)","rgb(31, 120, 150)"],magenta:["rgb(162,106,192)","rgb(197,165,224)","rgb(208,113,218)"],red:["rgb(214,39,40)","rgb(255,152,150)"],st_blue:["rgb(23,190,207)","rgb(158,218,229)","rgb(31,119,180)"],dark_blue:["rgb(31,119,180)","rgb(31, 120, 150)"],light_blue:["rgb(23,190,207)","rgb(158,218,229)","rgb(108, 218, 229)","rgb(23,190,227)"],lilac_blue:["rgb(124,102,211)","rgb(149,134,217)","rgb(97, 81, 150)"],dark_green:["rgb(23,103,57)","rgb(30,110,96)","rgb(60,131,95)","rgb(24,110,79)"],green:["rgb(44,160,44)","rgb(74,160,74)"],light_green:["rgb(152,223,138)","rgb(182, 223, 138)","rgb(152, 193, 138)"],st_green:["rgb(44,160,44)","rgb(152,223,138)","rgb(39, 174, 96)","rgb(74,160,74)"],pink:["rgb(247,182,210)"],brown:["rgb(140,86,75)","rgb(102, 62, 54)"],gray:["rgb(127,127,127)","rgb(199,199,199)","rgb(196,156,148)","rgb(222, 222, 180)"],yellow:["rgb(188,189,34)"],white:["rgb(230,230,230)"]}},7331:(t,e,s)=>{"use strict";s.d(e,{UE:()=>c,kQ:()=>r});var n=s(976),i=s(9976);class o{static hashCode(t){let e=0;if(0===t.length)return e;for(let s=0;s<t.length;s++)e=(e<<5)-e+t.charCodeAt(s),e|=0;return e}}class r{}class a extends r{get(t){return"#666666"}}class l extends r{static buildPalette(){return[].concat(...Object.values(i.B.colourPalette))}get(t){const e=o.hashCode(t)%l.palette.length;return function(t){if(null==t)return"rgb(100,100,100)";const e=n.Color.fromHtml(t),s=n.Color.g(e),i=n.Color.r(e),o=n.Color.b(e),r=Math.sqrt(Math.pow(0-i,2)+Math.pow(0-s,2)+Math.pow(0-o,2));return r>210?`rgb(${i/r*210},${s/r*210},${o/r*210})`:n.Color.toRgb(e)}(l.palette[e])}}l.palette=l.buildPalette();class c extends i.B{static get Gray(){return void 0===this.gray&&(this.gray=new a),this.gray}static get Color(){return void 0===this.color&&(this.color=new l),this.color}}},9611:(t,e,s)=>{"use strict";s.d(e,{A:()=>c});var n=s(4469),i=s(976),o=s(6414),r=s.n(o),a=s(8447);const l={DNA:"RNA",RNA:"RNA",PT:"PEPTIDE",UN:"PEPTIDE"};class c{get updated(){return this._updated}constructor(t,e,s){this.grid=t,this.col=e,this.propsProvider=s,this._monomerLengthList=null,this.separatorWidth=5,this._updated=!1,this._monomerLengthMap={},this._monomerStructureMap={},this.subs=[],this._splitter=(0,a.Mj)(this.col),this.props=this.propsProvider(),this._rowsProcessed=i.BitSet.create(this.col.length),this.grid&&(this.subs.push(e.dataFrame.onDataChanged.subscribe((()=>{this.props=this.propsProvider(),this._monomerLengthList=null,this._rowsProcessed=i.BitSet.create(this.col.length)}))),this.subs.push(n.events.onViewRemoved.subscribe((t=>{this.grid?.view?.id===t.id&&this.destroy()}))))}destroy(){for(const t of this.subs)t.unsubscribe()}getCellMonomerLengths(t){const e=this.props.unitsHandler.isMsa()?this.getCellMonomerLengthsForSeqMsa():this.getCellMonomerLengthsForSeq(t),s=new Array(e.length+1);s[0]=5;for(let t=1;t<s.length;t++)s[t]=s[t-1]+e[t-1];return[e,s]}getCellMonomerLengthsForSeq(t){null===this._monomerLengthList&&(this._monomerLengthList=new Array(this.col.length).fill(null),this._updated=!0);let e=this._monomerLengthList[t];if(null===e){const s=this.getSeqMonList(t);e=this._monomerLengthList[t]=new Array(s.length);for(const[t,n]of r().enumerate(s)){const s=this.props.monomerToShort(t,this.props.monomerLengthLimit),i=(this.props.unitsHandler.isSeparator()?this.separatorWidth:this.props.separatorWidth)+s.length*this.props.monomerCharWidth;e[n]=i}this._updated=!0}return e}getCellMonomerLengthsForSeqMsa(){var t;null===this._monomerLengthList&&(this._monomerLengthList=new Array(1).fill(null),this._updated=!0),(t=this._monomerLengthList)[0]??(t[0]=new Array(0));const e=this._monomerLengthList[0],s=Math.max(Math.floor((this.grid?.vertScroll.min??0)-10),0),n=Math.min(Math.ceil((this.grid?.vertScroll.max??0)+10),this.col.length);for(let t=s;t<n;t++){if(this._rowsProcessed.get(t))continue;const s=this.getSeqMonList(t);s.length>e.length&&e.push(...new Array(s.length-e.length).fill(0));for(const[t,n]of r().enumerate(s)){const s=this.props.monomerToShort(t,this.props.monomerLengthLimit),i=this.props.separatorWidth+s.length*this.props.monomerCharWidth;e[n]=Math.max(e[n]??0,i)}this._updated=!0}return e}getPosition(t,e){const[s,n]=this.getCellMonomerLengths(t),i=this.col.get(t),o=r()(this._splitter(i)).toArray();if(0===o.length)return null;let a=100,l=null,c=o.length,h=!1,u=0;if(n[0]<=e&&e<n.slice(-1)[0])for(;!h;)if(u=Math.floor((c+(l??0))/2),e>=n[u]&&e<=n[u+1]?(l=u,h=!0):e<n[u]?c=u-1:e>n[u+1]&&(l=u+1),l==c&&(h=!0),--a<=0)throw new Error(`Get position for pointer x = ${e} searching has not converged on ${JSON.stringify(n)}. `);return l}getSeqMonList(t){const e=this.col.get(t);return e?r()(this._splitter(e)).toArray():[]}getMonomer(t){const e=this.props.unitsHandler.alphabet??"UN",s=l[e];return this.props.monomerLib?.getMonomer(s,t)??null}setMonomerLengthLimit(t){this.props.monomerLengthLimit=t,this._updated=!0}setSeparatorWidth(t){this.props.separatorWidth=t,this._updated=!0}isMsa(){return this.props.unitsHandler.isMsa()}}},1047:(t,e,s)=>{"use strict";s.d(e,{$3:()=>c,At:()=>i,Ei:()=>r,K4:()=>a,pU:()=>h,pn:()=>o,rx:()=>n,zh:()=>l});const n=["symbol","molfile","rgroups","name"],i="MonomerName",o={symbol:"Short Name",name:"Medium Name",smiles:"SMILES"},r=[{capGroupSmiles:"[*:1][H]",alternateId:"R1-H",capGroupName:"H",label:"R1"},{capGroupSmiles:"O[*:2]",alternateId:"R2-OH",capGroupName:"OH",label:"R2"}],a={monomerType:null,smiles:null,name:"MonomerName",author:null,molfile:"molecule",naturalAnalog:"MonomerNaturalAnalogCode",rgroups:"MonomerCaps",createDate:null,id:null,polymerType:"MonomerType",symbol:"MonomerCode"},l={monomerType:"Backbone",smiles:"",name:"",author:"Datagrok",molfile:"",naturalAnalog:"",rgroups:[],createDate:null,id:0,polymerType:"PEPTIDE",symbol:""},c="p",h=new RegExp(`[rd]\\((\\w)\\)${c}?`,"g")},5226:(t,e,s)=>{"use strict";s.d(e,{i:()=>r});var n=s(976),i=s(499),o=s(1821);class r{get descriptionsArray(){return this._descriptionsArray}get sequencesArray(){return this._sequencesArray}parseMacromolecule(t,e){return this._fileContent.slice(t,e).split(/\s/).join("")}parseColumns(){const t=/^>(.*)$/gm;let e,s=0;for(;e=t.exec(this._fileContent);){const n=this._fileContent.substring(e.index+1,t.lastIndex);this._descriptionsArray.push(n),0!==s&&this._sequencesArray.push(this.parseMacromolecule(s,e.index)),s=t.lastIndex+1}this._sequencesArray.push(this.parseMacromolecule(s,-1))}importFasta(){const t=n.Column.fromStrings("description",this.descriptionsArray),e=n.Column.fromStrings("sequence",this.sequencesArray);return e.semType=n.SEMTYPE.MACROMOLECULE,e.setTag(n.TAGS.UNITS,o.r2.FASTA),i.Cn.getOrCreate(e),[n.DataFrame.fromColumns([t,e])]}constructor(t){this._descriptionsArray=[],this._sequencesArray=[],this._fileContent=t,this.parseColumns()}}},1821:(t,e,s)=>{"use strict";s.d(e,{BM:()=>r,CI:()=>o,XS:()=>l,r2:()=>n,se:()=>a});var n,i=s(6286);!function(t){t.FASTA="fasta",t.SEPARATOR="separator",t.HELM="helm"}(n||(n={}));const o=", ",r=/(?:\[([A-Za-z0-9_\-,()]+)\])|([A-Za-z\-])/g,a=new class{constructor(){this.fasta={peptide:new Set(["G","L","Y","S","E","Q","D","N","F","A","K","R","H","C","V","P","W","I","M","T"]),dna:new Set(["A","C","G","T"]),rna:new Set(["A","C","G","U"])}}},l=[new i.L("PT",a.fasta.peptide,.5),new i.L("DNA",a.fasta.dna,.55),new i.L("RNA",a.fasta.rna,.55)]},8447:(t,e,s)=>{"use strict";s.d(e,{CI:()=>n.CI,GU:()=>i.GU,KX:()=>i.KX,Mj:()=>i.Mj,XS:()=>n.XS,dQ:()=>i.dQ,gM:()=>i.gM,gP:()=>i.gP,kB:()=>i.kB,py:()=>i.py,r2:()=>n.r2,up:()=>i.up});var n=s(1821),i=s(585)},6286:(t,e,s)=>{"use strict";s.d(e,{L:()=>n,d:()=>i});class n{constructor(t,e,s){this.name=t,this.alphabet=e,this.cutoff=s}}class i extends n{constructor(t,e,s){super(t.name,t.alphabet,t.cutoff),this.freq=e,this.similarity=s}}},585:(t,e,s)=>{"use strict";s.d(e,{Ar:()=>y,FJ:()=>f,GU:()=>E,KX:()=>v,Mj:()=>A,dQ:()=>L,gM:()=>M,gP:()=>T,jY:()=>g,kB:()=>p,py:()=>_,up:()=>I,vU:()=>C,w4:()=>N});var n=s(976),i=s(6414),o=s.n(i),r=s(6286),a=s(1821),l=s(499),c=s(3659),h=s(850),u=s(2012),m=s(6137),d=s(7331);function g(t,e,s){return t.categories,function(t,e){const s={};let n=!0,i=null;for(const o of t)if(null==i?i=o.length:o.length!==i&&(n=!1),o.length>=e)for(const t of o)t in s||(s[t]=0),s[t]+=1;return{freq:s,sameLength:n}}(o()(t.getRawData()).map((e=>s(t.categories[e]))),e)}function p(t){return o()(t.toString().matchAll(a.BM)).map((t=>t[2]??t[1])).toArray()}function f(t){return t||[]}function y(t,e=undefined){return s=>s?s.split(t,e):[]}const w=/(PEPTIDE1|DNA1|RNA1)\{([^}]+)}/g,b=/\[([^\[\]]+)]/g;function T(t){w.lastIndex=0;const e=w.exec(t.toString()),s=e?e[2]:null;return(s?s.split("."):[]).map((t=>{b.lastIndex=0;const e=b.exec(t);return e&&e.length>=2?e[1]:t}))}function C(t,e,s=undefined){if(t.toLowerCase().startsWith(a.r2.FASTA))return p;if(t.toLowerCase().startsWith(a.r2.SEPARATOR))return y(e,s);if(t.toLowerCase().startsWith(a.r2.HELM))return T;throw new Error(`Unexpected units ${t} .`)}function A(t){return l.Cn.getOrCreate(t).getSplitter()}const S=/([^\W_]+)/g;function E(t,e){if(t.length<=e)return t;const s=t.match(S),n=t.length>e||(s?.length??0)>1,i=s?.[0]??" ";return n?i.substring(0,e-1)+"…":i}function M(t){switch(t){case"DNA":return a.se.fasta.dna;case"RNA":return a.se.fasta.rna;case"PT":return a.se.fasta.peptide;default:throw new Error(`Unsupported alphabet '${t}'.`)}}function v(t,e,s="-"){const n=new Set([...new Set(Object.keys(t)),...e]);n.delete(s);const i=[],o=[];for(const s of n)i.push(s in t?t[s]:0),o.push(e.has(s)?1:0);const r=new c.OW(i),a=new c.OW(o);return(0,h.MA)(r,a)/((0,h.$G)(r)*(0,h.$G)(a))}function N(t,e,s="-"){const n=e.map((e=>{const n=v(t,e.alphabet,s);return new r.d(e,t,n)}));let i;const o=Math.max(...n.map((t=>t.similarity>t.cutoff?t.similarity:-1)));return i=o>0?n.find((t=>t.similarity===o)).name:"UN",i}function L(t,e=5){let s;return s=t.semType==n.SEMTYPE.MACROMOLECULE?l.Cn.getOrCreate(t).alphabet:N(g(t,e,p).freq,a.XS),_(s)}function _(t){switch(t){case"PT":return u.f.GrokGroups;case"DNA":case"RNA":return m.J.Chromatogram;default:return d.UE.Color}}function I(t){const e=t.columns.bySemTypeAll(n.SEMTYPE.MACROMOLECULE);let s=e.find((t=>{const e=t.getTag(n.TAGS.UNITS);return!!e&&-1!==e.indexOf("MSA")}))??null;return!s&&e.length>0&&(s=e[0]),s}},8457:(t,e,s)=>{"use strict";s.d(e,{O:()=>a});var n=s(976),i=s(6414),o=s.n(i),r=s(585);function a(t){const e=(0,r.Mj)(t),s=t=>{const e=l.columns.addNewString((t+1).toString());return i.push(e),e},i=[],a=t.length,l=n.DataFrame.create(a);for(let n=0;n<a;++n){const r=t.get(n);if(null==r)continue;const a=e(r);for(const[t,e]of o().enumerate(a))((i[e]??null)||s(e)).set(n,t||"-",!1)}return l}},499:(t,e,s)=>{"use strict";s.d(e,{Cn:()=>d,_9:()=>m});var n=s(976),i=s(6414),o=s.n(i),r=s(8447),a=s(585),l=s(489),c=s(7228),h=s(1047);const u=new class{constructor(){this.uhTemp=`units-handler.${n.SEMTYPE.MACROMOLECULE}`}},m={[r.r2.FASTA]:"-",[r.r2.SEPARATOR]:"",[r.r2.HELM]:"*"};class d{static setUnitsToFastaColumn(t){if(t.column.semType!==n.SEMTYPE.MACROMOLECULE||t.column.getTag(n.TAGS.UNITS)!==r.r2.FASTA)throw new Error(`The column of notation '${r.r2.FASTA}' must be '${n.SEMTYPE.MACROMOLECULE}'.`);t.column.setTag(n.TAGS.UNITS,r.r2.FASTA),d.setTags(t)}static setUnitsToSeparatorColumn(t,e){if(t.column.semType!==n.SEMTYPE.MACROMOLECULE||t.column.getTag(n.TAGS.UNITS)!==r.r2.SEPARATOR)throw new Error(`The column of notation '${r.r2.SEPARATOR}' must be '${n.SEMTYPE.MACROMOLECULE}'.`);if(!e)throw new Error(`The column of notation '${r.r2.SEPARATOR}' must have the separator tag.`);t.column.setTag(n.TAGS.UNITS,r.r2.SEPARATOR),t.column.setTag("separator",e),d.setTags(t)}static setUnitsToHelmColumn(t){if(t.column.semType!==n.SEMTYPE.MACROMOLECULE)throw new Error(`The column of notation '${r.r2.HELM}' must be '${n.SEMTYPE.MACROMOLECULE}'`);t.column.setTag(n.TAGS.UNITS,r.r2.HELM),d.setTags(t)}static setTags(t){const e=t.column.getTag(n.TAGS.UNITS),s=t.stats;if(Object.keys(s.freq).some((t=>t.length>1)),[r.r2.FASTA,r.r2.SEPARATOR].includes(e)){if(!t.column.getTag("alphabet")&&0===Object.keys(s.freq).length)throw new Error("Alphabet is empty and not annotated.");let e=t.column.getTag("aligned");null===e&&(e=s.sameLength?"SEQ.MSA":"SEQ",t.column.setTag("aligned",e));let n=t.column.getTag("alphabet");if(null===n&&(n=(0,a.w4)(s.freq,r.XS),t.column.setTag("alphabet",n)),"UN"===n){const e=Object.keys(s.freq).length,n=Object.keys(s.freq).some((t=>t.length>1));t.column.setTag(".alphabetSize",e.toString()),t.column.setTag(".alphabetIsMultichar",n?"true":"false")}}}get column(){return this._column}get units(){return this._units}get notation(){return this._notation}get defaultGapSymbol(){return this._defaultGapSymbol}get separator(){const t=this.column.getTag("separator")??void 0;if(this.notation===r.r2.SEPARATOR&&void 0===t)throw new Error(`Separator is mandatory for column '${this.column.name}' of notation '${this.notation}'.`);return t}get aligned(){const t=this.column.getTag("aligned");if(!t&&(this.isFasta()||this.isSeparator()))throw new Error("Tag aligned not set");return t}get alphabet(){const t=this.column.getTag("alphabet");if(!t&&(this.isFasta()||this.isSeparator()))throw new Error("Tag alphabet not set");return t}get helmCompatible(){return this.column.getTag(".isHelmCompatible")}getAlphabetSize(){if(this.notation==r.r2.HELM||"UN"==this.alphabet){const t=this.column.getTag(".alphabetSize");let e;if(t)e=parseInt(t);else{const t=this.stats;e=Object.keys(t.freq).length}return e}switch(this.alphabet){case"PT":return 20;case"DNA":case"RNA":return 4;case"NT":return console.warn("Unexpected alphabet 'NT'."),4;default:throw new Error(`Unexpected alphabet '${this.alphabet}'.`)}}getAlphabetIsMultichar(){return this.notation===r.r2.HELM||"UN"===this.alphabet&&"true"===this.column.getTag(".alphabetIsMultichar")}get splitted(){if(null===this._splitted){const t=this.getSplitter(),e=this._column.length;this._splitted=new Array(e);const s=this._column.getRawData(),n=this._column.categories;for(let i=0;i<e;i++){const e=n[s[i]];this._splitted[i]=t(e)}}return this._splitted}get stats(){if(null===this._stats){const t={};let e=!0,s=null;for(const n of this.splitted){null==s?s=n.length:n.length!==s&&(e=!1);for(const e of n)e in t||(t[e]=0),t[e]+=1}this._stats={freq:t,sameLength:e}}return this._stats}get maxLength(){return null===this._maxLength&&(this._maxLength=0===this.splitted.length?0:Math.max(...this.splitted.map((t=>t.length)))),this._maxLength}get posList(){if(null===this._posList){const t=this.column.getTag(".positionNames");this._posList=t?t.split(r.CI).map((t=>t.trim())):o().count(1).take(this.maxLength).map((t=>t.toString())).toArray()}return this._posList}isFasta(){return this.notation===r.r2.FASTA}isSeparator(){return this.notation===r.r2.SEPARATOR}isHelm(){return this.notation===r.r2.HELM}isRna(){return"RNA"===this.alphabet}isDna(){return"DNA"===this.alphabet}isPeptide(){return"PT"===this.alphabet}isMsa(){return!!this.aligned&&this.aligned.toUpperCase().includes("MSA")}isHelmCompatible(){return"true"===this.helmCompatible}isGap(t){return!t||this.units===r.r2.FASTA&&t===m[r.r2.FASTA]||this.units===r.r2.HELM&&t===m[r.r2.HELM]}getNotation(){if(this.units.toLowerCase().startsWith(r.r2.FASTA))return r.r2.FASTA;if(this.units.toLowerCase().startsWith(r.r2.SEPARATOR))return r.r2.SEPARATOR;if(this.units.toLowerCase().startsWith(r.r2.HELM))return r.r2.HELM;throw new Error(`Column '${this.column.name}' has unexpected notation '${this.units}'.`)}getHelmWrappers(){return[this.isDna()||this.isRna()||this.isHelmCompatible()?"RNA1{":"PEPTIDE1{",this.isDna()?"d(":this.isRna()?"r(":"",this.isDna()||this.isRna()?")p":"","}$$$$"]}getNewColumn(t,e){const s=this.column,i=s.length,o=t.toLowerCase()+"("+s.name+")",a=s.dataFrame.columns.getUnusedName(o),l=n.Column.fromList("string",a,new Array(i).fill(""));if(l.semType=n.SEMTYPE.MACROMOLECULE,l.setTag(n.TAGS.UNITS,t),t===r.r2.SEPARATOR){if(!e)throw new Error(`Notation '${r.r2.SEPARATOR}' requires separator value.`);l.setTag("separator",e)}l.setTag(n.TAGS.CELL_RENDERER,"Macromolecule");const c=s.getTag("aligned");c&&l.setTag("aligned",c);const h=s.getTag("alphabet");null!=h&&l.setTag("alphabet",h);let u=s.getTag(".alphabetSize");null!=h&&u&&l.setTag(".alphabetSize",u);const m=s.getTag(".alphabetIsMultichar");return null!=h&&void 0!==m&&l.setTag(".alphabetIsMultichar",m),t==r.r2.HELM&&(u=this.getAlphabetSize().toString(),l.setTag(".alphabetSize",u)),l}static getNewColumn(t){const e=d.getOrCreate(t),s=e.notation;return e.getNewColumn(s)}static unitsStringIsValid(t){return t=t.toLowerCase(),[r.r2.FASTA,r.r2.SEPARATOR,r.r2.HELM].some((e=>t.startsWith(e.toLowerCase())))}static getNewColumnFromParams(t,e,s){if(!d.unitsStringIsValid(s))throw new Error("Invalid format of 'units' parameter");const i=n.Column.fromList("string",e,new Array(t).fill(""));return i.semType=n.SEMTYPE.MACROMOLECULE,i.setTag(n.TAGS.UNITS,s),i}getSplitter(t){if(this.units.toLowerCase().startsWith(r.r2.FASTA))return null===this.column.getTag("alphabet")||this.getAlphabetIsMultichar()?a.kB:a.FJ;if(this.units.toLowerCase().startsWith(r.r2.SEPARATOR))return(0,a.Ar)(this.separator,t);if(this.units.toLowerCase().startsWith(r.r2.HELM))return a.gP;throw new Error(`Unexpected units ${this.units} .`)}getDistanceFunctionName(){if(!this.isFasta())throw new Error("Only FASTA notation is supported");return this.isMsa()?l.U.HAMMING:(this.alphabet,l.U.LEVENSHTEIN)}getDistanceFunction(){return l.o[this.getDistanceFunctionName()]()}async checkHelmCompatibility(){if(this.column.tags.has(".isHelmCompatible"))return"true"===this.column.getTag(".isHelmCompatible");const t=(await(0,c.JN)()).getBioLib().getMonomerSymbolsByType("PEPTIDE".toString()),e=new Set(t),s=(0,a.Ar)(this.separator);for(const t of this.column.categories){const n=s(t);for(const t of n)if(!e.has(t))return this.column.setTag(".isHelmCompatible","false"),!1}return this.column.setTag(".isHelmCompatible","true"),!0}get splitter(){return null===this._splitter&&(this._splitter=(0,a.Mj)(this.column)),this._splitter}toFasta(t){return t===r.r2.FASTA}toSeparator(t){return t===r.r2.SEPARATOR}toHelm(t){return t===r.r2.HELM}convertHelmToFastaSeparator(t,e,s,n){n||(n=this.toFasta(e)?m[r.r2.FASTA]:m[r.r2.SEPARATOR]),s||(s=this.toFasta(e)?"":this.separator);const i=t.startsWith("RNA"),o=this.splitter(t),a=[];for(let t=0;t<o.length;t++){let s=o[t];if(i&&(s=s.replace(h.pU,"")),s===m[r.r2.HELM])a.push(n);else if(this.toFasta(e)&&s.length>1){const t="["+s+"]";a.push(t)}else a.push(s)}return a.join(s)}convert(t,e){const s=this.getConverter(t,e),n=this.getNewColumn(t,e);return n.init((t=>s(this.column.get(t)))),n}getRegion(t,e,s){const n=this.getNewColumn(this.notation,this.separator);n.name=s,Math.max(...this.splitted.map((t=>t.length)));const i=t??0,o=e??this.maxLength-1,a=this.getJoiner(),l=o-i+1;n.init((t=>{const e=this.splitted[t],s=new Array(l);for(let t=0;t<l;++t){const n=i+t;s[t]=n<e.length?e[n]:m[this.notation]}return a(s)}));const c=t=>{const e=t.split(",").map((t=>t.trim())),s=new Array(l);for(let t=0;t<l;++t){const n=i+t;s[t]=n<e.length?e[n]:"?"}return s.join(r.CI)},h=this.column.getTag(".positionNames");h&&n.setTag(".positionNames",c(h));const u=this.column.getTag(".positionLabels");return u&&n.setTag(".positionLabels",c(u)),n}getJoiner(){const t=this;if(this.notation===r.r2.FASTA)return function(e){return g(t,e)};if(this.notation===r.r2.SEPARATOR)return function(e){return p(t,e,t.separator)};if(this.notation===r.r2.HELM){const e="DNA"===t.alphabet||"RNA"===t.alphabet;return function(s){return f(t,s,e)}}throw new Error}getConverter(t,e=undefined){if(t===r.r2.SEPARATOR&&!e)throw new Error(`Target separator is not specified for target units '${r.r2.SEPARATOR}'.`);const s=this;if(t===r.r2.FASTA)return function(t){return function(t,e){const s=t.isHelm()?y(t,e):t.getSplitter()(e);return g(t,s)}(s,t)};if(t===r.r2.HELM)return function(t){return function(t,e){const s=e.startsWith("DNA")||e.startsWith("RNA"),n=t.getSplitter()(e);return f(t,n,s)}(s,t)};if(t===r.r2.SEPARATOR)return function(t){return function(t,e,s){const n=t.isHelm()?y(t,e):t.getSplitter()(e);return p(t,n,s)}(s,t,e)};throw new Error}constructor(t){if(this._splitter=null,this._splitted=null,this._stats=null,this._maxLength=null,this._posList=null,t.type!=n.TYPE.STRING)throw new Error(`Unexpected column type '${t.type}', must be '${n.TYPE.STRING}'.`);this._column=t;const e=this._column.getTag(n.TAGS.UNITS);if(null==e)throw new Error("Units are not specified in column");if(this._units=e,this._notation=this.getNotation(),this._defaultGapSymbol=this.isFasta()?m[r.r2.FASTA]:this.isHelm()?m[r.r2.HELM]:m[r.r2.SEPARATOR],!this.column.tags.has("aligned")||!this.column.tags.has("alphabet")||!this.column.tags.has(".alphabetIsMultichar")&&!this.isHelm()&&"UN"===this.alphabet)if(this.isFasta())d.setUnitsToFastaColumn(this);else if(this.isSeparator()){const e=t.getTag("separator");d.setUnitsToSeparatorColumn(this,e)}else{if(!this.isHelm())throw new Error(`Unexpected units '${this.column.getTag(n.TAGS.UNITS)}'.`);d.setUnitsToHelmColumn(this)}if(!this.column.tags.has(".alphabetIsMultichar"))if(this.isHelm())this.column.setTag(".alphabetIsMultichar","true");else if(["UN"].includes(this.alphabet))throw new Error(`For column '${this.column.name}' of alphabet '${this.alphabet}' tag '.alphabetIsMultichar' is mandatory.`)}static getOrCreate(t){return u.uhTemp in t.temp||(t.temp[u.uhTemp]=new d(t)),t.temp[u.uhTemp]}}function g(t,e){const s=new Array(e.length);for(const[n,i]of o().enumerate(e)){let o=n;t.isHelm()&&(o=n.replace(h.pU,"$1")),t.isGap(o)?o=m[r.r2.FASTA]:o.length>1&&(o="["+e[i]+"]"),s[i]=o}return s.join("")}function p(t,e,s){const n=new Array(e.length);for(const[s,i]of o().enumerate(e)){let e=s;t.isGap(e)&&(e=m[r.r2.SEPARATOR]),n[i]=e}return n.map((t=>t??"")).join(s)}function f(t,e,s){const[n,i,a,l]=t.getHelmWrappers();return`${n}${o()(e).map((e=>{let n=e;return n=t.isGap(n)?m[r.r2.HELM]:s?n.replace(h.pU,"$1"):1==e.length?`${i}${e}${a}`:`${i}[${e}]${a}`,n})).toArray().join(".")}${l}`}function y(t,e){const s=t.getSplitter()(e),n=new Array(s.length),i=e.startsWith("DNA"),r=e.startsWith("RNA");for(const[t,e]of o().enumerate(s)){let s=t;(i||r)&&(s=s.replace(h.pU,"$1"),s=s===h.$3?null:s),n[e]=s}return n.filter((t=>null!==t))}},9298:(t,e,s)=>{"use strict";s.d(e,{Ct:()=>l,DX:()=>n,ES:()=>i,dE:()=>a,iD:()=>r,vS:()=>h,vw:()=>o});var n,i,o,r,a,l,c=s(976);!function(t){t.tooltipWebLogo=".tooltipWebLogo"}(n||(n={})),function(t){t.Entropy="Entropy",t.full="100%"}(i||(i={})),function(t){t.TOP="top",t.MIDDLE="middle",t.BOTTOM="bottom"}(o||(o={})),function(t){t.LEFT="left",t.CENTER="center",t.RIGHT="right"}(r||(r={})),function(t){t.AUTO="auto",t.ON="on",t.OFF="off"}(a||(a={})),function(t){t.Filtered="Filtered",t.Selected="Selected"}(l||(l={}));const h=new class{constructor(){this.sequenceColumnName=null,this.valueAggrType=c.AGG.TOTAL_COUNT,this.valueColumnName="Activity",this.startPositionName=null,this.endPositionName=null,this.skipEmptySequences=!0,this.skipEmptyPositions=!1,this.shrinkEmptyTail=!0,this.backgroundColor=4294967295,this.positionHeight=i.Entropy,this.positionWidth=16,this.verticalAlignment=o.MIDDLE,this.horizontalAlignment=r.CENTER,this.fixWidth=!1,this.fitArea=!0,this.minHeight=50,this.maxHeight=100,this.showPositionLabels=!0,this.positionMarginState=a.AUTO,this.positionMargin=0,this.filterSource=l.Filtered}}},922:(t,e,s)=>{"use strict";s.d(e,{_:()=>l});class n{constructor(t){this.init(t)}init(t){this.fileContent=t.replace(/\r/g,""),this._atomCount=void 0,this._atomTypes=void 0,this._bondCount=void 0,this._bondTypes=void 0,this.xyzAtomCoordinates=void 0,this._pairsOfBondedAtoms=void 0}get atomCount(){return void 0===this._atomCount&&this.setAtomAndBondCounts(),this._atomCount}get bondCount(){return void 0===this._bondCount&&this.setAtomAndBondCounts(),this._bondCount}get x(){var t;return null!==(t=this.xyzAtomCoordinates)&&void 0!==t||(this.xyzAtomCoordinates=this.parseAtomCoordinates()),this.xyzAtomCoordinates.x}get y(){var t;return null!==(t=this.xyzAtomCoordinates)&&void 0!==t||(this.xyzAtomCoordinates=this.parseAtomCoordinates()),this.xyzAtomCoordinates.y}get z(){var t;return null!==(t=this.xyzAtomCoordinates)&&void 0!==t||(this.xyzAtomCoordinates=this.parseAtomCoordinates()),this.xyzAtomCoordinates.z}get atomTypes(){var t;return null!==(t=this._atomTypes)&&void 0!==t||(this._atomTypes=this.parseAtomTypes()),this._atomTypes}get pairsOfBondedAtoms(){var t;return null!==(t=this._pairsOfBondedAtoms)&&void 0!==t||(this._pairsOfBondedAtoms=this.parseBondedAtomPairs()),this._pairsOfBondedAtoms}get bondTypes(){var t;return null!==(t=this._bondTypes)&&void 0!==t||(this._bondTypes=this.parseBondTypes()),this._bondTypes}setAtomAndBondCounts(){const{atomCount:t,bondCount:e}=this.parseAtomAndBondCounts();this._atomCount=t,this._bondCount=e}getNextColumnIdx(t){for(;!this.isWhitespace(t);)++t;for(;this.isWhitespace(t);)++t;return t}shiftIdxToSpecifiedColumn(t,e){let s=t;const n=this.isWhitespace(s)?e:e-1;for(let t=0;t<n;t++)s=this.getNextColumnIdx(s);return s}parseAtomTypes(){const t=this.atomCount,e=new Array(t);let s=this.getAtomBlockIdx();for(let n=0;n<t;n++)s=this.shiftIdxToAtomType(s),e[n]=this.parseAtomType(s),s=this.getNextLineIdx(s);return e}parseAtomCoordinates(){const t=new Float32Array(this.atomCount),e=new Float32Array(this.atomCount),s=new Float32Array(this.atomCount);let n=this.getAtomBlockIdx();for(let i=0;i<this.atomCount;i++){n=this.shiftIdxToXColumn(n);for(const o of[t,e,s])o[i]=this.parseFloatValue(n),n=this.getNextColumnIdx(n);n=this.getNextLineIdx(n)}return{x:t,y:e,z:s}}parseBondedAtomPairs(){const t=new Array(this.bondCount);let e=this.getBondBlockIdx();for(let s=0;s<this.bondCount;s++){e=this.shiftIdxToBondedAtomsPair(e);const n=new Uint16Array(2);n[0]=this.parseIntValue(e),e=this.getNextColumnIdx(e),n[1]=this.parseIntValue(e),t[s]=n,e=this.getNextLineIdx(e)}return t}parseBondTypes(){const t=this.bondCount,e=new Uint16Array(t);let s=this.getBondBlockIdx();for(let n=0;n<t;n++)s=this.shiftIdxToBondType(s),e[n]=this.parseIntValue(s),s=this.getNextLineIdx(s);return e}isWhitespace(t){const e=this.fileContent[t];return" "===e||"\t"===e}getNextLineIdx(t){return"\n"!==this.fileContent[t]?this.fileContent.indexOf("\n",t)+1:t+1}parseFloatValue(t){return this.parseNumericValue(parseFloat,t)}parseIntValue(t){return this.parseNumericValue(parseInt,t)}parseNumericValue(t,e){let s=e+1;for(;!this.isWhitespace(s);)++s;return t(this.fileContent.substring(e,s))}}class i extends n{constructor(t){super(t),this.init(t)}init(t){super.init(t)}parseAtomType(t){let e=t,s=e;return this.isQuote(e)?(s=this.getNextIdenticalChar(e),e++):s=this.fileContent.indexOf(" ",s),this.fileContent.substring(e,s)}isQuote(t){const e=this.fileContent[t].charCodeAt(0);return 39===e||34===e}getNextIdenticalChar(t){const e=this.fileContent[t];return e?this.fileContent.indexOf(e,t+1):-1}isQuery(){return this.isQueryOrFragment(((t,e)=>{return 39===t||34===t||76===t&&!((s=this.fileContent.charCodeAt(e+1))>64&&s<91||s>96&&s<123);var s}))}isFragment(){return this.isQueryOrFragment((t=>82===t||42===t))}isQueryOrFragment(t){const e=this.atomCount;let s=this.getAtomBlockIdx();for(let n=0;n<e;n++){if(s=this.shiftIdxToAtomType(s),t(this.fileContent.charCodeAt(s),s))return!0;s=this.getNextLineIdx(s)}return!1}}var o;!function(t){t.HEADER="V2000",t[t.NUM_OF_HEADER_LINES=3]="NUM_OF_HEADER_LINES",t[t.NUM_OF_COUNTS_DIGITS=3]="NUM_OF_COUNTS_DIGITS",t[t.ATOM_TYPE_COL=4]="ATOM_TYPE_COL",t[t.FIRST_BONDED_ATOM_COL=1]="FIRST_BONDED_ATOM_COL",t[t.BOND_TYPE_COL=3]="BOND_TYPE_COL",t[t.RGP_SHIFT=8]="RGP_SHIFT",t.RGP_LINE="M RGP",t.A_LINE="A ",t.END="M END"}(o||(o={}));class r extends i{constructor(t){super(t)}static validate(t){return-1!==t.indexOf(o.HEADER)&&-1!==t.indexOf(o.END)}shiftIdxToAtomType(t){return this.shiftIdxToSpecifiedColumn(t,o.ATOM_TYPE_COL)}getCountsLineIdx(){let t=0;for(let e=0;e<o.NUM_OF_HEADER_LINES;++e)t=this.getNextLineIdx(t);return t}getAtomBlockIdx(){let t=this.getCountsLineIdx();return t=this.getNextLineIdx(t),t}shiftIdxToXColumn(t){return this.getNextColumnIdx(t)}shiftIdxToBondedAtomsPair(t){return this.shiftIdxToSpecifiedColumn(t,o.FIRST_BONDED_ATOM_COL)}shiftIdxToBondType(t){return this.shiftIdxToSpecifiedColumn(t,o.BOND_TYPE_COL)}getBondBlockIdx(){let t=this.getAtomBlockIdx();for(let e=0;e<this.atomCount;e++)t=this.getNextLineIdx(t);return t}parseAtomAndBondCounts(){let t=this.getCountsLineIdx(),e=t+o.NUM_OF_COUNTS_DIGITS;const s=parseInt(this.fileContent.substring(t,e));return t=e,e+=o.NUM_OF_COUNTS_DIGITS,{atomCount:s,bondCount:parseInt(this.fileContent.substring(t,e))}}}class a extends i{constructor(t){super(t),this.init(t)}shiftIdxToAtomType(t){return this.shiftIdxToSpecifiedColumn(t,4)}getCountsLineIdx(){return this.fileContent.indexOf("M V30 COUNTS ")}getAtomBlockIdx(){let t=this.fileContent.indexOf("M V30 BEGIN ATOM");return t=this.getNextLineIdx(t),t}shiftIdxToXColumn(t){let e=this.shiftIdxToAtomType(t);return this.isQuote(e)?(e=this.getNextIdenticalChar(e),e=this.getNextColumnIdx(e),e):this.shiftIdxToSpecifiedColumn(t,5)}shiftIdxToBondedAtomsPair(t){return this.shiftIdxToSpecifiedColumn(t,5)}shiftIdxToBondType(t){return this.shiftIdxToSpecifiedColumn(t,4)}getBondBlockIdx(){return this.getNextLineIdx(this.fileContent.indexOf("M V30 BEGIN BOND"))}static validate(t){return-1!==t.indexOf("V3000")&&-1!==t.indexOf("M END")}parseAtomAndBondCounts(){let t=this.fileContent.indexOf("M V30 COUNTS ")+14,e=this.fileContent.indexOf(" ",t+1);const s=parseInt(this.fileContent.substring(t,e));return t=e+1,e=this.fileContent.indexOf(" ",t+1),{atomCount:s,bondCount:parseInt(this.fileContent.substring(t,e))}}}class l{constructor(){}static getInstance(t){if(r.validate(t))return new r(t);if(a.validate(t))return new a(t);throw new Error("Malformed molfile")}}},2669:(t,e,s)=>{"use strict";s.d(e,{m:()=>n});class n{constructor(t=!0,e=!0){const n=navigator.hardwareConcurrency;this._workerCount=t?Math.max(n-2,1):1,this._workers=new Array(this._workerCount).fill(null).map((()=>new Worker(new URL(s.p+s.u(868),s.b)))),this._terminateOnComplete=e}async calc(t,e,s=!0,n){return new Promise((async(i,o)=>{try{const o=t.length,r=new Array(this._workerCount),a=o*(o-1)/2;this._workerCount=Math.min(this._workerCount,a);const l=a/this._workerCount,c=new Float32Array(a);let h=0,u=1,m=0,d=Number.MIN_VALUE;for(let s=0;s<this._workerCount;s++){const i=Math.floor(s*l),g=s===this._workerCount-1?a:Math.floor((s+1)*l),p=h,f=u;s!==this._workerCount-1&&(h=o-2-Math.floor(Math.sqrt(-8*g+4*o*(o-1)-7)/2-.5),u=g-o*h+Math.floor((h+1)*(h+2)/2)),this._workers[s].postMessage({values:t,fnName:e,startRow:p,startCol:f,chunckSize:g-i,opts:n}),r[s]=new Promise(((t,e)=>{this._workers[s].onmessage=({data:{error:n,distanceMatrixData:o,min:r,max:a}})=>{this._terminateOnComplete&&this._workers[s].terminate(),n?e(n):(c.set(o,i),r<m&&(m=r),a>d&&(d=a),t())}}))}await Promise.all(r),s&&c.forEach(((t,e)=>{c[e]=(t-m)/(d-m)})),i(c)}catch(t){o(t)}}))}terminate(){this._workers.forEach((t=>t.terminate()))}}},3914:(t,e,s)=>{"use strict";s.d(e,{H:()=>i});var n=s(6814);class i{get data(){return this._data}get size(){return this._size}constructor(t,e){if(null==e){if(null==t)throw new Error("Arguments error: data or size is required.");if(this._data=t,this._size=(1+Math.sqrt(1+8*this._data.length))/2,this._size!=Math.floor(this._size))throw new Error(`Invalid data length ${this._data.length} leads to non integer size ${this._size}`)}else{this._size=e;const s=e*(e-1)/2;if(t){if(t.length!=s)throw new Error(`Invalid data length. Observations size ${e} requires data length ${s}.`);this._data=t}else this._data=new Float32Array(s)}}_linearizeIJ(t,e){if(!(t<e))throw new Error("i must be less than j");return this._size*t+e-Math.floor((t+2)*(t+1)/2)}get(t,e){return t==e?0:t<e?this._data[this._linearizeIJ(t,e)]:this._data[this._linearizeIJ(e,t)]}set(t,e,s){this._data[this._linearizeIJ(t,e)]=s}static calc(t,e){const s=t.length,o=new i(void 0,s);for(let i=0;i<s;i++)for(let r=i+1;r<s;r++)o.set(i,r,(0,n.k)(t[i])||(0,n.k)(t[r])?1:e(t[i],t[r]));return o}square(){for(let t=0;t<this._data.length;t++)this._data[t]=this._data[t]**2}add(t){if(this._size!==t._size)throw new Error(`Matrices must have the same size. This size: ${this._size}, other size: ${t._size}`);for(let e=0;e<this._data.length;e++)this._data[e]+=t._data[e]}sqrt(){for(let t=0;t<this._data.length;t++)this._data[t]=Math.sqrt(this._data[t])}normalize(){let t=0,e=this._data[0];for(let s=0;s<this._data.length;s++)this._data[s]<t&&(t=this._data[s]),this._data[s]>e&&(e=this._data[s]);const s=e-t;for(let n=0;n<this._data.length;n++)this._data[n]=0===s?this._data[n]-t:(this._data[n]-t)/(e-t)}}},6254:(t,e,s)=>{"use strict";function n(t,e){const s=i(e);function n(t,e){const n=Number(t),i=Number(e);return s(n,i)}const o={get:(t,s,i)=>"length"===s?e:new Proxy(t,function(t){return{get:(e,s,i)=>t===s?0:e[Number(t)>Number(s)?n(s,t):n(t,s)]}}(s))};return new Proxy(t,o)}function i(t){return(e,s)=>t*e+s-Math.floor((e+2)*(e+1)/2)}s.d(e,{_:()=>n,y:()=>i})},2590:(t,e,s)=>{"use strict";s.d(e,{_:()=>r});var n=s(5697),i=s(6361),o=s(6814);class r{constructor(){this._workerCount=Math.max(navigator.hardwareConcurrency-2,1)}async calc(t,e,n,i={}){const o=t.length*(t.length-1)/2,r=Math.floor(o/this._workerCount),a=await this.getMinimalThreshold(t,e,i);n<a&&(console.log(`using threshold ${a}`),n=a),i.threshold=n;const l=new Array(this._workerCount),c=new Array(this._workerCount).fill(null).map((()=>new Worker(new URL(s.p+s.u(381),s.b))));for(let s=0;s<this._workerCount;s++)l[s]=new Promise(((a,l)=>{const h=s*r,u=s===this._workerCount-1?o:(s+1)*r;u<=h&&a({i:new Int32Array(0),j:new Int32Array(0),distance:new Float32Array(0),idx:s}),c[s].postMessage({values:t,startIdx:h,endIdx:u,threshold:n,fnName:e,opts:i}),c[s].onmessage=({data:{error:t,i:e,j:n,distance:i}})=>{t?(c[s].terminate(),l(t)):(c[s].terminate(),a({i:e,j:n,distance:i,idx:s}))}}));const h=await Promise.all(l),u=h.reduce(((t,e)=>t+e.i.length),0),m=new Int32Array(u),d=new Int32Array(u),g=new Float32Array(u);let p=0;for(const t of h)m.set(t.i,p),d.set(t.j,p),g.set(t.distance,p),p+=t.i.length;return{i:m,j:d,distance:g}}async getMinimalThreshold(t,e,n={}){const i=new Array(this._workerCount).fill(null).map((()=>new Worker(new URL(s.p+s.u(770),s.b)))),o=t.slice();for(let t=o.length-1;t>0;t--){const e=Math.floor(Math.random()*(t+1));[o[t],o[e]]=[o[e],o[t]]}try{const s=t.length*(t.length-1)/2,r=Math.floor(s/this._workerCount),a=Math.floor(Math.min(s/1e3,1e6)/this._workerCount),l=new Array(this._workerCount);for(let t=0;t<this._workerCount;t++)l[t]=new Promise(((l,c)=>{const h=t*r,u=t===this._workerCount-1?s:(t+1)*r;i[t].postMessage({values:o,startIdx:h,endIdx:u,sampleLength:a,fnName:e,opts:n}),i[t].onmessage=({data:{error:e,distance:s}})=>{i[t].terminate(),e?c(e):l({distance:s})}}));const c=await Promise.all(l),h=c.reduce(((t,e)=>t+e.distance.length),0),u=new Float32Array(h);let m=0;for(const t of c)u.set(t.distance,m),m+=t.distance.length;u.sort();let d=1-u[Math.floor(7e7/s*u.length)];return d=Math.min(Math.max(d,.3),.9),d}catch(t){return i?.forEach((t=>t?.terminate())),console.error(t),.5}}static calcSync(t,e,s,r){const a=[],l=[],c=[];let h=0,u=0,m=0;const d=t.length*(t.length-1)/2;for(;h<d;){const d=(0,o.k)(t[u])||(0,o.k)(t[m])?1:s(t[u],t[m]);(Object.values(i.gk).some((t=>t===e))?(0,n.Om)(d):1-d)>=r&&(a.push(u),l.push(m),c.push(d)),h++,m++,m===t.length&&(u++,m=u+1)}return{i:new Int32Array(a),j:new Int32Array(l),distance:new Float32Array(c)}}}},6814:(t,e,s)=>{"use strict";s.d(e,{k:()=>n});const n=t=>null==t},5697:(t,e,s)=>{"use strict";s.d(e,{Dz:()=>w,FV:()=>c,KR:()=>l,MI:()=>T,NB:()=>g,Om:()=>C,UX:()=>d,WI:()=>m,Zd:()=>u,_h:()=>h,aW:()=>f,bX:()=>S,fX:()=>b,kg:()=>r,s:()=>p,yU:()=>y});var n=s(9657),i=s(1040),o=s(489);i.gk.Tanimoto,i.gk.Dice,i.gk.Asymmetric,i.gk.BraunBlanquet,i.gk.Cosine,i.gk.Kulczynski,i.gk.McConnaughey,i.gk.RogotGoldberg,i.gk.Russel,i.gk.Sokal,i.gk.Hamming,i.gk.Euclidean,i.gk.Tanimoto,i.gk.Dice,i.gk.Asymmetric,i.gk.BraunBlanquet,i.gk.Cosine,i.gk.Kulczynski,i.gk.McConnaughey,i.gk.RogotGoldberg,i.gk.Russel,i.gk.Sokal,i.gk.Hamming,i.gk.Euclidean;const r=[i.gk.Tanimoto,i.gk.Dice,i.gk.Cosine];function a(t,e){const s=t.trueCount()+e.trueCount();if(0==s)return 1;const n=t.andWithCountBits(e,!0);return n/(s-n)}function l(t,e){return A(a(t,e))}function c(t,e){return A(a(new n.Z(t,32*t.length),new n.Z(e,32*e.length)))}function h(t,e){return A(function(t,e){const s=t.trueCount()+e.trueCount();return 0==s?0:2*t.andWithCountBits(e,!0)/s}(t,e))}function u(t,e){return A(function(t,e){const s=t.trueCount()*e.trueCount();return 0==s?0:t.andWithCountBits(e,!0)/Math.sqrt(s)}(t,e))}function m(t,e){return Math.sqrt(t.trueCount()+e.trueCount()-2*t.andWithCountBits(e,!0))}function d(t,e){return t.trueCount()+e.trueCount()-2*t.andWithCountBits(e,!0)}function g(t,e){return A(function(t,e){const s=t.trueCount()+e.trueCount(),n=t.andWithCountBits(e,!0);return n/(2*s-3*n)}(t,e))}function p(t,e){return A(function(t,e){const s=t.trueCount()+e.trueCount(),n=t.trueCount()*e.trueCount();return 0==n?0:t.andWithCountBits(e,!0)*s/(2*n)}(t,e))}function f(t,e){return A(function(t,e){const s=t.trueCount()+e.trueCount(),n=t.trueCount()*e.trueCount();return 0==n?0:(t.andWithCountBits(e,!0)*s-n)/n}(t,e))}function y(t,e){return A(function(t,e){const s=Math.min(t.trueCount(),e.trueCount());return 0==s?0:t.andWithCountBits(e,!0)/s}(t,e))}function w(t,e){return A(function(t,e){const s=Math.max(t.trueCount(),e.trueCount());return 0==s?0:t.andWithCountBits(e,!0)/s}(t,e))}function b(t,e){return A(function(t,e){return 0==t.length?0:t.andWithCountBits(e,!0)/t.length}(t,e))}function T(t,e){return A(function(t,e){const s=t.andWithCountBits(e,!0),n=t.countBits(!0)+e.countBits(!0),i=t.length,o=i-n+s;return s==i||o==i?1:s/n+o/(2*i-n)}(t,e))}function C(t){return 1/(1+t)}function A(t){return 0===t?3402823e32:1/t-1}function S(t,e){return Math.abs(t-e)}i.gk.Tanimoto,i.gk.Asymmetric,i.gk.Cosine,i.gk.Sokal,o.U.HAMMING,o.U.LEVENSHTEIN,o.U.MONOMER_CHEMICAL_DISTANCE},779:(t,e,s)=>{"use strict";function n(t={}){const e=function(){if(!t||!t.scoringMatrix||!t.alphabetIndexes)return(t,e)=>t===e?0:1;if(t.scoringMatrix.length!==Object.keys(t.alphabetIndexes).length)throw new Error("Scoring matrix and alphabet indexes should have the same length");const e=t.alphabetIndexes,s=t.scoringMatrix,n=Math.min(...Object.keys(e).map((t=>t.charCodeAt(0))))+1,i=new Float32Array((s.length+n)*(s.length+n));return Object.entries(e).forEach((([t,n])=>{const o=s[n];Object.entries(e).forEach((([e,n])=>{i[t.charCodeAt(0)*s.length+e.charCodeAt(0)]=o[n]}))})),(t,e)=>i[t.charCodeAt(0)*s.length+e.charCodeAt(0)]}(),s=t?.threshold??0;return(t,n)=>{let i=0;const o=t.length,r=n.length,a=Math.max(o,r)*(1-s);o!==r&&(i=Math.abs(o-r));let l=0;for(let s=0;s<Math.min(o,r);s++)if(t[s]!==n[s]&&(l+=e(t[s],n[s]),l>a))return 1;return l+=i,l/=Math.max(o,r),l}}s.d(e,{j:()=>n})},489:(t,e,s)=>{"use strict";s.d(e,{U:()=>n.U,o:()=>n.o});var n=s(5540)},458:(t,e,s)=>{"use strict";s.d(e,{r:()=>i});var n=s(1811);function i(){return(t,e)=>(0,n.T)(t,e)/Math.max(t.length,e.length)}},5540:(t,e,s)=>{"use strict";s.d(e,{U:()=>n,o:()=>a});var n,i=s(779),o=s(458),r=s(6683);!function(t){t.HAMMING="Hamming",t.LEVENSHTEIN="Levenshtein",t.NEEDLEMANN_WUNSCH="Needlemann-Wunsch",t.MONOMER_CHEMICAL_DISTANCE="Monomer chemical distance"}(n||(n={}));const a={[n.HAMMING]:i.j,[n.LEVENSHTEIN]:o.r,[n.NEEDLEMANN_WUNSCH]:r.n,[n.MONOMER_CHEMICAL_DISTANCE]:i.j}},6683:(t,e,s)=>{"use strict";s.d(e,{n:()=>i});const n={gapOpen:8,gapExtend:2,scoringMatrix:[[4,-1,-2,-2,0,-1,-1,0,-2,-1,-1,-1,-1,-2,-1,1,0,-3,-2,0,-2,-1,0,-4],[-1,5,0,-2,-3,1,0,-2,0,-3,-2,2,-1,-3,-2,-1,-1,-3,-2,-3,-1,0,-1,-4],[-2,0,6,1,-3,0,0,0,1,-3,-3,0,-2,-3,-2,1,0,-4,-2,-3,3,0,-1,-4],[-2,-2,1,6,-3,0,2,-1,-1,-3,-4,-1,-3,-3,-1,0,-1,-4,-3,-3,4,1,-1,-4],[0,-3,-3,-3,9,-3,-4,-3,-3,-1,-1,-3,-1,-2,-3,-1,-1,-2,-2,-1,-3,-3,-2,-4],[-1,1,0,0,-3,5,2,-2,0,-3,-2,1,0,-3,-1,0,-1,-2,-1,-2,0,3,-1,-4],[-1,0,0,2,-4,2,5,-2,0,-3,-3,1,-2,-3,-1,0,-1,-3,-2,-2,1,4,-1,-4],[0,-2,0,-1,-3,-2,-2,6,-2,-4,-4,-2,-3,-3,-2,0,-2,-2,-3,-3,-1,-2,-1,-4],[-2,0,1,-1,-3,0,0,-2,8,-3,-3,-1,-2,-1,-2,-1,-2,-2,2,-3,0,0,-1,-4],[-1,-3,-3,-3,-1,-3,-3,-4,-3,4,2,-3,1,0,-3,-2,-1,-3,-1,3,-3,-3,-1,-4],[-1,-2,-3,-4,-1,-2,-3,-4,-3,2,4,-2,2,0,-3,-2,-1,-2,-1,1,-4,-3,-1,-4],[-1,2,0,-1,-3,1,1,-2,-1,-3,-2,5,-1,-3,-1,0,-1,-3,-2,-2,0,1,-1,-4],[-1,-1,-2,-3,-1,0,-2,-3,-2,1,2,-1,5,0,-2,-1,-1,-1,-1,1,-3,-1,-1,-4],[-2,-3,-3,-3,-2,-3,-3,-3,-1,0,0,-3,0,6,-4,-2,-2,1,3,-1,-3,-3,-1,-4],[-1,-2,-2,-1,-3,-1,-1,-2,-2,-3,-3,-1,-2,-4,7,-1,-1,-4,-3,-2,-2,-1,-2,-4],[1,-1,1,0,-1,0,0,0,-1,-2,-2,0,-1,-2,-1,4,1,-3,-2,-2,0,0,0,-4],[0,-1,0,-1,-1,-1,-1,-2,-2,-1,-1,-1,-1,-2,-1,1,5,-2,-2,0,-1,-1,0,-4],[-3,-3,-4,-4,-2,-2,-3,-2,-2,-3,-2,-3,-1,1,-4,-3,-2,11,2,-3,-4,-3,-2,-4],[-2,-2,-2,-3,-2,-1,-2,-3,2,-1,-1,-2,-1,3,-3,-2,-2,2,7,-1,-3,-2,-1,-4],[0,-3,-3,-3,-1,-2,-2,-3,-3,3,1,-2,1,-1,-2,-2,0,-3,-1,4,-3,-2,-1,-4],[-2,-1,3,4,-3,0,1,-1,0,-3,-4,0,-3,-3,-2,0,-1,-4,-3,-3,4,1,-1,-4],[-1,0,0,1,-3,3,4,-2,0,-3,-3,1,-1,-3,-1,0,-1,-3,-2,-2,1,4,-1,-4],[0,-1,-1,-1,-2,-1,-1,-1,-1,-1,-1,-1,-1,-1,-2,0,0,-2,-1,-1,-1,-1,-1,-4],[-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,1]],alphabetIndexes:{A:0,R:1,N:2,D:3,C:4,Q:5,E:6,G:7,H:8,I:9,L:10,K:11,M:12,F:13,P:14,S:15,T:16,W:17,Y:18,V:19,B:20,Z:21,X:22,"*":23}};function i(t){return(e,s)=>{const{gapOpen:i,gapExtend:o,scoringMatrix:r,alphabetIndexes:a}={...n,...t},l=[new Array(e.length+1).fill(0),new Array(e.length+1).fill(0)],c=new Array(e.length+1).fill(!1),h=new Array(e.length+1).fill(!1);let u=0,m=1;for(let t=1;t<e.length+1;t++)l[0][t]=-i-(t-1)*o;for(let t=1;t<s.length+1;t++){l[m][0]=-i-(t-1)*o;for(let n=1;n<e.length+1;n++){const d=l[u][n-1]+r[a[e[n-1]]][a[s[t-1]]],g=l[u][n]-(c[n]?o:i),p=l[m][n-1]-(h[n-1]?o:i);l[m][n]=Math.max(d,p,g),l[m][n]===d?(c[n]=!1,h[n]=!1):l[m][n]===p?(c[n]=!1,h[n]=!0):(c[n]=!0,h[n]=!1)}u=m,m=(m+1)%2}const d=e.split("").map((t=>r[a[t]][a[t]])).reduce(((t,e)=>t+e),0),g=s.split("").map((t=>r[a[t]][a[t]])).reduce(((t,e)=>t+e),0),p=Math.max(d,g);return(p-l[u][e.length])/p}}},116:(t,e,s)=>{"use strict";var n;s.d(e,{AL:()=>n}),s(7659),s(3659),s(850),s(9006),s(7861),s(9657),s(1729),s(2669),s(3914),s(6254),s(2590),s(952),function(t){t.UMAP="UMAP",t.T_SNE="t-SNE"}(n||(n={}))},9006:(t,e,s)=>{"use strict";s.d(e,{Ek:()=>l,a1:()=>a,nR:()=>c});var n=s(850),i=s(4588),o=s(6254),r=s(2669);class a{constructor(t){this.steps=t?.steps??0,this.cycles=t?.cycles??1e6,this.cutoff=t?.cutoff??0,this.lambda=t?.lambda??2,this.dlambda=t?.dlambda??.01,this.lambda2=this.lambda/2,this.dlambda2=this.dlambda/2,this.epsilon=t?.epsilon??1e-10,this.distanceFunction=t?.distance??n.dP,this.distance=new Float32Array,this.distanceFunctionName=t?.distanceFunctionName}async initDistance(t){this.dmIndexFunct=(0,o.y)(t.length);const e=new r.m(!0,!1);this.distance=await e.calc(t,this.distanceFunctionName),e.terminate()}calcDistance(t,e,s){return this.distance[this.dmIndexFunct(e,s)]}async embed(t){const e=t.length,s=(0,n.kO)(e,a.dimension,40);let o=this.lambda2;0===this.steps&&(this.steps=t.length-1),await this.initDistance(t);for(let r=0;r<this.cycles;++r){for(let r=0;r<this.steps;++r){const r=(0,i.I)(e);let a=(0,i.I)(e);for(;r==a;)a=(0,i.I)(e);const l=s[r],c=s[a],h=this.calcDistance(t,r,a),u=(0,n.dP)(l,c);if(0==this.cutoff||h<=this.cutoff||u<h){const t=o*(h-u)/(u+this.epsilon),e=(0,n.On)(l,c,-1);s[r]=(0,n.On)(l,e,t),s[a]=(0,n.On)(c,e,-t)}}if(o-=this.dlambda2,o<=0)break}return s}}a.dimension=2;class l extends a{async embed(t){const e=t.length,s=(0,n.kO)(e,l.dimension,40);let o=this.lambda;await this.initDistance(t);for(let r=0;r<this.cycles;++r){const r=(0,i.I)(e),a=s[r];for(let i=0;i<e;++i){if(r==i)continue;const e=s[i],l=this.calcDistance(t,r,i),c=(0,n.dP)(a,e);if(0==this.cutoff||l<=this.cutoff||c<l){const t=o*(l-c)/(c+this.epsilon),r=(0,n.On)(a,e,-1);s[i]=(0,n.On)(e,r,-t)}}if(o-=this.dlambda,o<=0)break}return s}}class c extends a{constructor(t){super(t),this.cycles=t?.cycles??1e3,this.steps=t?.steps??1e5,this.radiusPercent=t?.radiusPercent??1,this.maxDistance=t?.maxDistance??null,this.maxDistanceSteps=t?.maxDistanceSteps??null}async embed(t){const e=t.length,s=(0,n.kO)(e,c.dimension,40);if(await this.initDistance(t),null===this.maxDistanceSteps&&(this.maxDistanceSteps=e*Math.floor((e-1)/2)),null===this.maxDistance){this.maxDistance=-1e37;for(let s=0;s<this.maxDistanceSteps;s++){const s=(0,i.I)(e);let n=(0,i.I)(e);for(;s==n;)n=(0,i.I)(e);const o=this.calcDistance(t,s,n);o>this.maxDistance&&(this.maxDistance=o)}}let o=this.lambda;const r=0==this.radiusPercent?this.maxDistance:this.maxDistance*this.radiusPercent;for(let a=0;a<this.cycles;++a){for(let a=0;a<this.steps;++a){const a=(0,i.I)(e);let l=(0,i.I)(e);for(;a==l;)l=(0,i.I)(e);const c=s[a],h=s[l],u=this.calcDistance(t,a,l),m=(0,n.dP)(c,h);if(u<=r||m<u){const t=.5*o*(u-m)/(m+this.epsilon),e=(0,n.On)(c,h,-1);s[a]=(0,n.On)(c,e,t),s[l]=(0,n.On)(h,e,-t)}}if(o-=(this.lambda-this.dlambda)/(this.cycles-1),o<this.dlambda)break}return s}}},1040:(t,e,s)=>{"use strict";var n,i,o,r,a,l;s.d(e,{CF:()=>i,Qe:()=>a,W:()=>n,Yc:()=>l,gd:()=>r,gk:()=>o}),function(t){t.Levenshtein="Levenshtein",t.JaroWinkler="Jaro-Winkler",t.Manhattan="Manhattan"}(n||(n={})),function(t){t.Euclidean="Euclidean"}(i||(i={})),function(t){t.Tanimoto="Tanimoto",t.Dice="Dice",t.Asymmetric="Asymmetric",t.BraunBlanquet="Braun-Blanquet",t.Cosine="Cosine",t.Kulczynski="Kulczynski",t.McConnaughey="Mc-Connaughey",t.RogotGoldberg="Rogot-Goldberg",t.Russel="Russel",t.Sokal="Sokal",t.Hamming="Hamming",t.Euclidean="Euclidean"}(o||(o={})),function(t){t.TanimotoIntArray="TanimotoIntArray"}(r||(r={})),function(t){t.Vector="Vector",t.String="String",t.BitArray="BitArray",t.MacroMolecule="MacroMolecule",t.Number="Number",t.IntArray="IntArray"}(a||(a={})),function(t){t.NumericDistance="NumericDistance"}(l||(l={}))},6361:(t,e,s)=>{"use strict";s.d(e,{gk:()=>n.gk});var n=s(1040);s(7861)},7861:(t,e,s)=>{"use strict";var n=s(1811),i=s(3979),o=s(5697),r=s(850),a=s(489),l=s(1040);const c={[l.CF.Euclidean]:r.dP},h={[l.W.Levenshtein]:n.T,[l.W.JaroWinkler]:i.H$,[l.W.Manhattan]:function(t,e){if(t.length!==e.length)return 1;{let s=0;for(let n=1;n<t.length;n++)s+=t[n]==e[n]?0:1;return s/t.length}}},u={[l.gk.Tanimoto]:o.KR,[l.gk.Dice]:o._h,[l.gk.Asymmetric]:o.yU,[l.gk.BraunBlanquet]:o.Dz,[l.gk.Cosine]:o.Zd,[l.gk.Kulczynski]:o.s,[l.gk.McConnaughey]:o.aW,[l.gk.RogotGoldberg]:o.MI,[l.gk.Russel]:o.fX,[l.gk.Sokal]:o.NB,[l.gk.Hamming]:o.UX,[l.gk.Euclidean]:o.WI},m={[l.gd.TanimotoIntArray]:o.FV},d={[l.Yc.NumericDistance]:o.bX},g={[l.Qe.Vector]:{[l.CF.Euclidean]:c[l.CF.Euclidean]},[l.Qe.String]:{[l.W.Levenshtein]:h[l.W.Levenshtein],[l.W.JaroWinkler]:h[l.W.JaroWinkler],[l.W.Manhattan]:h[l.W.Manhattan]},[l.Qe.BitArray]:{[l.gk.Tanimoto]:u[l.gk.Tanimoto],[l.gk.Dice]:u[l.gk.Dice],[l.gk.Asymmetric]:u[l.gk.Asymmetric],[l.gk.BraunBlanquet]:u[l.gk.BraunBlanquet],[l.gk.Cosine]:u[l.gk.Cosine],[l.gk.Kulczynski]:u[l.gk.Kulczynski],[l.gk.McConnaughey]:u[l.gk.McConnaughey],[l.gk.RogotGoldberg]:u[l.gk.RogotGoldberg],[l.gk.Russel]:u[l.gk.Russel],[l.gk.Sokal]:u[l.gk.Sokal]},[l.Qe.MacroMolecule]:{[a.U.HAMMING]:a.o[a.U.HAMMING],[a.U.LEVENSHTEIN]:a.o[a.U.LEVENSHTEIN],[a.U.NEEDLEMANN_WUNSCH]:a.o[a.U.NEEDLEMANN_WUNSCH],[a.U.MONOMER_CHEMICAL_DISTANCE]:a.o[a.U.MONOMER_CHEMICAL_DISTANCE]},[l.Qe.Number]:{[l.Yc.NumericDistance]:d[l.Yc.NumericDistance]},[l.Qe.IntArray]:{[l.gd.TanimotoIntArray]:m[l.gd.TanimotoIntArray]}};Object.keys(g).reduce(((t,e)=>{for(const s of Object.keys(g[e]))t[s]=e;return t}),{})},6490:(t,e,s)=>{"use strict";s.d(e,{M6:()=>o,SB:()=>l,Sr:()=>a,VA:()=>i,XV:()=>r,oi:()=>c,w5:()=>u});var n=s(9533);function i(t,e){const s=s=>n.cS(t).map((()=>n.VI(e,s))),i=[];return i.push(s(-1)),i.push(s(1/0)),i.push(s(0)),i}function o(t,e,s){const i=n.ll(t);for(let o=0;o<t;o++){let t=!0,r=0;for(;t;){r=n.AH(e,s);let a=!1;for(let t=0;t<o;t++)if(r===i[t]){a=!0;break}a||(t=!1)}i[o]=r}return i}function r(t,e,s,n,i){e=Math.floor(e);const o=t[0][e],r=t[1][e];if(t[2][e],s>=r[0])return 0;for(let t=0;t<o.length;t++)if(n===o[t])return 0;return a(t,e,s,n,i)}function a(t,e,s,n,i){const o=t[0][e],r=t[1][e],a=t[2][e];if(s>=r[0])return 0;r[0]=s,o[0]=n,a[0]=i;let l=0,c=0;for(;;){const e=2*l+1,n=e+1,i=t[0][0].length;if(e>=i)break;if(n>=i){if(!(r[e]>s))break;c=e}else if(r[e]>=r[n]){if(!(s<r[e]))break;c=e}else{if(!(s<r[n]))break;c=n}r[l]=r[c],o[l]=o[c],a[l]=a[c],l=c}return r[l]=s,o[l]=n,a[l]=i,1}function l(t,e,s,o,a){const l=i(e,o);for(let i=0;i<e;i++)for(let e=0;e<s;e++){if(t[0][i][e]<0)continue;const s=t[0][i][e],o=t[2][i][e],c=n.mH(a);r(l,i,c,s,o),r(l,s,c,i,o),t[2][i][e]=0}return l}function c(t){const e=t[0],s=t[1];for(let t=0;t<e.length;t++){const n=e[t],i=s[t];for(let t=0;t<n.length-1;t++){const e=n.length-t-1,s=i.length-t-1,o=n[0];n[0]=n[e],n[e]=o;const r=i[0];i[0]=i[s],i[s]=r,h(i,n,s,0)}}return{indices:e,weights:s}}function h(t,e,s,n){for(;2*n+1<s;){const i=2*n+1,o=i+1;let r=n;if(t[r]<t[i]&&(r=i),o<s&&t[r]<t[o]&&(r=o),r===n)break;{const s=t[n];t[n]=t[r],t[r]=s;const i=e[n];e[n]=e[r],e[r]=i,n=r}}}function u(t,e){const s=t[0][e],n=t[1][e],i=t[2][e];let o=1/0,r=-1;for(let t=0;t>s.length;t++)1===i[t]&&n[t]<o&&(o=n[t],r=t);return r>=0?(i[r]=0,Math.floor(s[r])):-1}},1729:(t,e,s)=>{"use strict";s.d(e,{u:()=>n.uB});var n=s(3585)},952:(t,e,s)=>{"use strict";function n(t,e,s,n,i){function o(t,e,s,n){if(s>t[t.length-1])return;let i=t.length-2;for(i=t.length-2;i>=0&&!(s>t[i]);i--);t.splice(t.length-1,1),t.splice(i+1,0,s),e.splice(e.length-1,1),e.splice(i+1,0,n)}console.time("knnGraph");const r=new Array(i).fill(null).map((()=>new Array(n).fill(1))),a=new Array(i).fill(null).map((()=>new Array(n).fill(1)));for(let n=0;n<t.length;n++)o(a[t[n]],r[t[n]],s[n],e[n]),o(a[e[n]],r[e[n]],s[n],t[n]);return console.timeEnd("knnGraph"),{knnIndexes:r,knnDistances:a}}s.d(e,{J:()=>n})},6802:(t,e,s)=>{"use strict";s.d(e,{$X:()=>l,A7:()=>i,Fv:()=>m,Hp:()=>p,IH:()=>a,NT:()=>r,RH:()=>u,cf:()=>h,gW:()=>c,p4:()=>o});var n=s(9533);class i{constructor(t,e,s,n){if(this.entries=new Map,this.nRows=0,this.nCols=0,t.length!==e.length||t.length!==s.length)throw new Error("rows, cols and values arrays must all have the same length");this.nRows=n[0],this.nCols=n[1];for(let n=0;n<s.length;n++){const i=t[n],o=e[n];this.checkDims(i,o);const r=this.makeKey(i,o);this.entries.set(r,{value:s[n],row:i,col:o})}}makeKey(t,e){return`${t}:${e}`}checkDims(t,e){if(!(t<this.nRows&&e<this.nCols))throw new Error("row and/or col specified outside of matrix dimensions")}set(t,e,s){this.checkDims(t,e);const n=this.makeKey(t,e);this.entries.has(n)?this.entries.get(n).value=s:this.entries.set(n,{value:s,row:t,col:e})}get(t,e,s=0){const n=this.makeKey(t,e);return this.entries.has(n)?this.entries.get(n).value:s}getAll(t=!0){const e=new Array(this.entries.size).fill(null);let s=0;return this.entries.forEach((t=>{e[s++]=t})),t&&e.sort(((t,e)=>t.row===e.row?t.col-e.col:t.row-e.row)),e}getDims(){return[this.nRows,this.nCols]}getRows(){return Array.from(this.entries,(([t,e])=>e.row))}getCols(){return Array.from(this.entries,(([t,e])=>e.col))}getValues(){return Array.from(this.entries,(([t,e])=>e.value))}forEach(t){this.entries.forEach((e=>t(e.value,e.row,e.col)))}map(t){const e=new Float32Array(this.entries.size);let s=0;this.entries.forEach((n=>{e[s++]=t(n.value,n.row,n.col)}));const n=[this.nRows,this.nCols];return new i(this.getRows(),this.getCols(),e,n)}toArray(){const t=n.cS(this.nRows).map((()=>n.ll(this.nCols)));return this.entries.forEach((e=>{t[e.row][e.col]=e.value})),t}}function o(t){const e=t.getRows(),s=t.getCols(),n=t.getValues(),o=s.length,r=new Int32Array(o),a=new Int32Array(o),l=new Float32Array(o);r.set(e),a.set(s),l.set(n);const c=[t.nCols,t.nRows];return new i(a,r,l,c)}function r(t,e){return g(t,e,((t,e)=>t*e))}function a(t,e){return g(t,e,((t,e)=>t+e))}function l(t,e){return g(t,e,((t,e)=>t-e))}function c(t,e){return g(t,e,((t,e)=>t>e?t:e))}function h(t,e){return t.map((t=>t*e))}function u(t){const e=new Set,s=t.getValues(),n=t.getRows(),o=t.getCols();for(let t=0;t<s.length;t++)0===s[t]&&e.add(t);const r=(t,s)=>!e.has(s),a=s.filter(r),l=n.filter(r),c=o.filter(r);return new i(l,c,a,t.getDims())}function m(t,e="l2"){const s=d[e],n=new Map;t.forEach(((t,e,s)=>{const i=n.get(e)||[];i.push(s),n.set(e,i)}));const o=new i([],[],[],t.getDims());for(let e of n.keys()){const i=n.get(e).sort(),r=s(i.map((s=>t.get(e,s))));for(let t=0;t<r.length;t++)o.set(e,i[t],r[t])}return o}const d={max:t=>{let e=-1/0;for(let s=0;s<t.length;s++)e=t[s]>e?t[s]:e;return t.map((t=>t/e))},l1:t=>{let e=0;for(let s=0;s<t.length;s++)e+=t[s];return t.map((t=>t/e))},l2:t=>{let e=0;for(let s=0;s<t.length;s++)e+=t[s]**2;return t.map((t=>Math.sqrt(t**2/e)))}};function g(t,e,s){const n=new Set,o=[],r=[],a=[],l=(n,i)=>{o.push(n),r.push(i);const l=s(t.get(n,i),e.get(n,i));a.push(l)},c=t.getValues(),h=t.getRows(),u=t.getCols();for(let t=0;t<c.length;t++){const e=h[t],s=u[t],i=`${e}:${s}`;n.add(i),l(e,s)}const m=e.getValues(),d=e.getRows(),g=e.getCols();for(let t=0;t<m.length;t++){const e=d[t],s=g[t],i=`${e}:${s}`;n.has(i)||l(e,s)}const p=[t.nRows,t.nCols];return new i(o,r,a,p)}function p(t){const e=[];t.forEach(((t,s,n)=>{e.push({value:t,row:s,col:n})})),e.sort(((t,e)=>t.row===e.row?t.col-e.col:t.row-e.row));const s=[],n=[],i=[];let o=-1;for(let t=0;t<e.length;t++){const{row:r,col:a,value:l}=e[t];r!==o&&(o=r,i.push(t)),s.push(a),n.push(l)}return{indices:s,values:n,indptr:i}}},1595:(t,e,s)=>{"use strict";s.d(e,{WX:()=>a,gK:()=>h,n_:()=>c,vF:()=>l});var n=s(6490),i=s(6802),o=s(4972),r=s(9533);function a(t,e){return function(s,i,o,a=10,l=50,c=.001,h=.5,u=!0){const m=s.length,d=n.VA(s.length,o);for(let i=0;i<s.length;i++){const r=n.M6(o,s.length,e);for(let e=0;e<r.length;e++){const o=t(s[i],s[r[e]]);n.XV(d,i,o,r[e],1),n.XV(d,r[e],o,i,1)}}if(u)for(let e=0;e<i.length;e++)for(let o=0;o<i[e].length&&!(i[e][o]<0);o++)for(let r=o+1;r<i[e].length&&!(i[e][r]<0);r++){const a=t(s[i[e][o]],s[i[e][r]]);n.XV(d,i[e][o],a,i[e][r],1),n.XV(d,i[e][r],a,i[e][o],1)}for(let i=0;i<a;i++){const i=n.SB(d,m,o,l,e);let a=0;for(let o=0;o<m;o++)for(let c=0;c<l;c++){let u=Math.floor(i[0][o][c]);if(!(u<0||r.mH(e)<h))for(let e=0;e<l;e++){const r=Math.floor(i[0][o][e]),l=i[2][o][c],h=i[2][o][e];if(r<0||!l&&!h)continue;const m=t(s[u],s[r]);a+=n.XV(d,u,m,r,1),a+=n.XV(d,r,m,u,1)}}if(a<=c*o*s.length)break}return n.oi(d)}}function l(t){return{initFromRandom:function(e,s,i,o,a){for(let l=0;l<i.length;l++){const c=r.M6(e,s.length,a);for(let e=0;e<c.length;e++){if(c[e]<0)continue;const r=t(s[c[e]],i[l]);n.XV(o,l,r,c[e],1)}}},initFromTree:function(e,s,i,r,a){for(let l=0;l<i.length;l++){const c=o.ii(i[l],e,a);for(let e=0;e<c.length;e++){if(c[e]<0)return;const o=t(s[c[e]],i[l]);n.XV(r,l,o,c[e],1)}}}}}function c(t){return function(e,s,o,r){const{indices:a,indptr:l}=i.Hp(s);for(let s=0;s<r.length;s++){const i=new Set(o[0][s]);for(;;){const c=n.w5(o,s);if(-1===c)break;const h=a.slice(l[c],l[c+1]);for(const a of h){if(a===c||-1===a||i.has(a))continue;const l=t(e[a],r[s]);n.Sr(o,s,l,a,1),i.add(a)}}}return o}}function h(t,e,s,i,o,r,a){const l=n.VA(s.length,i);if(o(i,e,s,l,a),t)for(let n of t)r(n,e,s,l,a);return l}},4972:(t,e,s)=>{"use strict";s.d(e,{HO:()=>h,Zv:()=>o,ii:()=>m});var n=s(9533);class i{constructor(t,e,s,n){this.hyperplanes=t,this.offsets=e,this.children=s,this.indices=n}}function o(t,e,s,o){const h=Math.max(10,e),u=n.w6(s).map(((e,s)=>function(t,e=30,s,i){return r(t,n.w6(t.length),e,s,i)}(t,h,s,o))),m=u.map((t=>function(t,e){const s=l(t),o=c(t),r=n.w6(s).map((()=>t.hyperplane?1:0)),h=n.ll(s),u=n.w6(s).map((()=>[-1,-1])),m=n.w6(o).map((()=>n.w6(e).map((()=>-1))));return a(t,r,h,u,m,0,0),new i(r,h,u,m)}(t,h)));return m}function r(t,e,s=30,i,o){if(e.length>s){const a=function(t,e,s){let i=n.AH(e.length,s),o=n.AH(e.length,s);o+=i===o?1:0,o%=e.length;const r=e[i],a=e[o];let l=0,c=0;c=t[r]-t[a],l-=c*(t[r]+t[a])/2;let h=0,u=0;const m=n.ll(e.length);for(let i=0;i<e.length;i++){let o=l;o+=c*t[e[i]],0===o?(m[i]=n.AH(2,s),0===m[i]?h+=1:u+=1):o>0?(m[i]=0,h+=1):(m[i]=1,u+=1)}const d=n.ll(h),g=n.ll(u);h=0,u=0;for(let t=0;t<m.length;t++)0===m[t]?(d[h]=e[t],h+=1):(g[u]=e[t],u+=1);return{indicesLeft:d,indicesRight:g,hyperplane:c,offset:l}}(t,e,o),{indicesLeft:l,indicesRight:c,hyperplane:h,offset:u}=a;return{leftChild:r(t,l,s,i+1,o),rightChild:r(t,c,s,i+1,o),isLeaf:!1,hyperplane:h,offset:u}}return{indices:e,isLeaf:!0}}function a(t,e,s,n,i,o,r){if(t.isLeaf)return n[o][0]=-r,i[r].splice(0,t.indices.length,...t.indices),{nodeNum:o,leafNum:r+=1};{e[o]=t.hyperplane,s[o]=t.offset,n[o][0]=o+1;const l=o;let c=a(t.leftChild,e,s,n,i,o+1,r);return o=c.nodeNum,r=c.leafNum,n[l][1]=o+1,c=a(t.rightChild,e,s,n,i,o+1,r),{nodeNum:c.nodeNum,leafNum:c.leafNum}}}function l(t){return t.isLeaf?1:1+l(t.leftChild)+l(t.rightChild)}function c(t){return t.isLeaf?1:c(t.leftChild)+c(t.rightChild)}function h(t){if(t.length>0){const e=[];for(let s of t)e.push(...s.indices);return e}return[[-1]]}function u(t,e,s,i){let o=e;return o+=t*s,0===o?n.AH(2,i):o>0?0:1}function m(t,e,s){let n=0;for(;e.children[n][0]>0;)n=0===u(e.hyperplanes[n],e.offsets[n],t,s)?e.children[n][0]:e.children[n][1];const i=-1*e.children[n][0];return e.indices[i]}},3585:(t,e,s)=>{"use strict";s.d(e,{uB:()=>u});var n=s(6490),i=s(6802),o=s(1595),r=s(4972),a=s(9533),l=s(3107);const c=1e-5,h=.001;class u{get neighbors(){return this.nNeighbors}constructor(t={}){this.learningRate=1,this.localConnectivity=1,this.minDist=.1,this.nComponents=2,this.nEpochs=0,this.nNeighbors=15,this.negativeSampleRate=5,this.random=Math.random,this.repulsionStrength=1,this.setOpMixRatio=1,this.spread=1,this.transformQueueSize=4,this.targetMetric="categorical",this.targetWeight=.5,this.targetNNeighbors=this.nNeighbors,this.distanceFn=m,this.isInitialized=!1,this.rpForest=[],this.embedding=[],this.optimizationState=new d;const e=e=>{void 0!==t[e]&&(this[e]=t[e])};e("distanceFn"),e("learningRate"),e("localConnectivity"),e("minDist"),e("nComponents"),e("nEpochs"),e("nNeighbors"),e("negativeSampleRate"),e("random"),e("repulsionStrength"),e("setOpMixRatio"),e("spread"),e("transformQueueSize")}fit(t){return this.initializeFit(t),this.optimizeLayout(),this.embedding}async fitAsync(t,e=(()=>!0)){return this.initializeFit(t),await this.optimizeLayoutAsync(e),this.embedding}setSupervisedProjection(t,e={}){this.Y=t,this.targetMetric=e.targetMetric||this.targetMetric,this.targetWeight=e.targetWeight||this.targetWeight,this.targetNNeighbors=e.targetNNeighbors||this.targetNNeighbors}setPrecomputedKNN(t,e){this.knnIndices=t,this.knnDistances=e}initializeFit(t){if(t.length<=this.nNeighbors)throw new Error(`Not enough data points (${t.length}) to create nNeighbors: ${this.nNeighbors}. Add more data points or adjust the configuration.`);if(this.X===t&&this.isInitialized)return this.getNEpochs();if(this.X=t,!this.knnIndices&&!this.knnDistances){const e=this.nearestNeighbors(t);this.knnIndices=e.knnIndices,this.knnDistances=e.knnDistances}this.graph=this.fuzzySimplicialSet(t,this.nNeighbors,this.setOpMixRatio),this.makeSearchFns(),this.searchGraph=this.makeSearchGraph(t),this.processGraphForSupervisedProjection();const{head:e,tail:s,epochsPerSample:n}=this.initializeSimplicialSetEmbedding();return this.optimizationState.head=e,this.optimizationState.tail=s,this.optimizationState.epochsPerSample=n,this.initializeOptimization(),this.prepareForOptimizationLoop(),this.isInitialized=!0,this.getNEpochs()}makeSearchFns(){const{initFromTree:t,initFromRandom:e}=o.vF(this.distanceFn);this.initFromTree=t,this.initFromRandom=e,this.search=o.n_(this.distanceFn)}makeSearchGraph(t){const e=this.knnIndices,s=this.knnDistances,n=[t.length,t.length],o=new i.A7([],[],[],n);for(let t=0;t<e.length;t++){const n=e[t],i=s[t];for(let e=0;e<n.length;e++){const s=n[e],r=i[e];r>0&&o.set(t,s,r)}}const r=i.p4(o);return i.gW(o,r)}transform(t){const e=this.X;if(void 0===e||0===e.length)throw new Error("No data has been fit.");let s=Math.floor(this.nNeighbors*this.transformQueueSize);s=Math.min(e.length,s);const r=o.gK(this.rpForest,e,t,s,this.initFromRandom,this.initFromTree,this.random),l=this.search(e,this.searchGraph,r,t);let{indices:c,weights:h}=n.oi(l);c=c.map((t=>t.slice(0,this.nNeighbors))),h=h.map((t=>t.slice(0,this.nNeighbors)));const u=Math.max(0,this.localConnectivity-1),{sigmas:m,rhos:d}=this.smoothKNNDistance(h,this.nNeighbors,u),{rows:g,cols:p,vals:f}=this.computeMembershipStrengths(c,h,m,d),y=[t.length,e.length];let w=new i.A7(g,p,f,y);const b=i.Fv(w,"l1"),T=i.Hp(b),C=t.length,A=function(t,e,s){const n=a.ll(t.length).map((t=>a.ll(s[0].length)));for(let i=0;i<t.length;i++)for(let o=0;o<t[0].length;o++)for(let r=0;r<s[0].length;r++){const a=t[i][o];n[i][r]+=e[i][o]*s[a][r]}return n}(a.HU(T.indices,C,this.nNeighbors),a.HU(T.values,C,this.nNeighbors),this.embedding),S=this.nEpochs?this.nEpochs/3:w.nRows<=1e4?100:30,E=w.getValues().reduce(((t,e)=>e>t?e:t),0);w=w.map((t=>t<E/S?0:t)),w=i.RH(w);const M=this.makeEpochsPerSample(w.getValues(),S),v=w.getRows(),N=w.getCols();return this.assignOptimizationStateParameters({headEmbedding:A,tailEmbedding:this.embedding,head:v,tail:N,currentEpoch:0,nEpochs:S,nVertices:w.getDims()[1],epochsPerSample:M}),this.prepareForOptimizationLoop(),this.optimizeLayout()}processGraphForSupervisedProjection(){const{Y:t,X:e}=this;if(t){if(t.length!==e.length)throw new Error("Length of X and y must be equal");if("categorical"===this.targetMetric){const e=this.targetWeight<1?1/(1-this.targetWeight)*2.5:1e12;this.graph=this.categoricalSimplicialSetIntersection(this.graph,t,e)}}}step(){const{currentEpoch:t}=this.optimizationState;return t<this.getNEpochs()&&this.optimizeLayoutStep(t),this.optimizationState.currentEpoch}getEmbedding(){return this.embedding}nearestNeighbors(t){const{distanceFn:e,nNeighbors:s}=this,n=o.WX(e,this.random),i=5+Math.floor(.5==(a=t.length**.5/20)?0:Math.round(a));var a;const l=Math.max(5,Math.floor(Math.round((t=>Math.log(t)/Math.log(2))(t.length))));this.rpForest=r.Zv(t,s,i,this.random);const c=r.HO(this.rpForest),{indices:h,weights:u}=n(t,c,s,l);return{knnIndices:h,knnDistances:u}}fuzzySimplicialSet(t,e,s=1){const{knnIndices:n=[],knnDistances:o=[],localConnectivity:r}=this,{sigmas:a,rhos:l}=this.smoothKNNDistance(o,e,r),{rows:c,cols:h,vals:u}=this.computeMembershipStrengths(n,o,a,l),m=[t.length,t.length],d=new i.A7(c,h,u,m),g=i.p4(d),p=i.NT(d,g),f=i.$X(i.IH(d,g),p),y=i.cf(f,s),w=i.cf(p,1-s);return i.IH(y,w)}categoricalSimplicialSetIntersection(t,e,s,n=1){let o=function(t,e,s=1,n=5){return t.map(((t,i,o)=>-1===e[i]||-1===e[o]?t*Math.exp(-s):e[i]!==e[o]?t*Math.exp(-n):t))}(t,e,n,s);return o=i.RH(o),function(t){t=i.Fv(t,"max");const e=i.p4(t),s=i.NT(e,t);return t=i.IH(t,i.$X(e,s)),i.RH(t)}(o)}smoothKNNDistance(t,e,s=1,n=64,i=1){const o=Math.log(e)/Math.log(2)*i,r=a.ll(t.length),l=a.ll(t.length);for(let e=0;e<t.length;e++){let i=0,u=1/0,m=1;const d=t[e],g=d.filter((t=>t>0));if(g.length>=s){let t=Math.floor(s),n=s-t;t>0?(r[e]=g[t-1],n>c&&(r[e]+=n*(g[t]-g[t-1]))):r[e]=n*g[0]}else g.length>0&&(r[e]=a.Fp(g));for(let s=0;s<n;s++){let s=0;for(let n=1;n<t[e].length;n++){const i=t[e][n]-r[e];s+=i>0?Math.exp(-i/m):1}if(Math.abs(s-o)<c)break;s>o?(u=m,m=(i+u)/2):(i=m,u===1/0?m*=2:m=(i+u)/2)}if(l[e]=m,r[e]>0){const t=a.J6(d);l[e]<h*t&&(l[e]=h*t)}else{const s=a.J6(t.map(a.J6));l[e]<h*s&&(l[e]=h*s)}}return{sigmas:l,rhos:r}}computeMembershipStrengths(t,e,s,n){const i=t.length,o=t[0].length,r=a.ll(i*o),l=a.ll(i*o),c=a.ll(i*o);for(let a=0;a<i;a++)for(let i=0;i<o;i++){let h=0;-1!==t[a][i]&&(h=t[a][i]===a?0:e[a][i]-n[a]<=0?1:Math.exp(-(e[a][i]-n[a])/s[a]),r[a*o+i]=a,l[a*o+i]=t[a][i],c[a*o+i]=h)}return{rows:r,cols:l,vals:c}}initializeSimplicialSetEmbedding(){const t=this.getNEpochs(),{nComponents:e}=this,s=this.graph.getValues();let n=0;for(let t=0;t<s.length;t++){const e=s[t];n<s[t]&&(n=e)}const i=this.graph.map((e=>e<n/t?0:e));this.embedding=a.ll(i.nRows).map((()=>a.ll(e).map((()=>20*a.mH(this.random)-10))));const o=[],r=[],l=[],c=i.getAll();for(let t=0;t<c.length;t++){const e=c[t];e.value&&(o.push(e.value),l.push(e.row),r.push(e.col))}return{head:r,tail:l,epochsPerSample:this.makeEpochsPerSample(o,t)}}makeEpochsPerSample(t,e){const s=a.VI(t.length,-1),n=a.Fp(t),i=t.map((t=>t/n*e));return i.forEach(((t,n)=>{t>0&&(s[n]=e/i[n])})),s}assignOptimizationStateParameters(t){Object.assign(this.optimizationState,t)}prepareForOptimizationLoop(){const{repulsionStrength:t,learningRate:e,negativeSampleRate:s}=this,{epochsPerSample:n,headEmbedding:i,tailEmbedding:o}=this.optimizationState,r=i[0].length,a=i.length===o.length,l=n.map((t=>t/s)),c=[...l],h=[...n];this.assignOptimizationStateParameters({epochOfNextSample:h,epochOfNextNegativeSample:c,epochsPerNegativeSample:l,moveOther:a,initialAlpha:e,alpha:e,gamma:t,dim:r})}initializeOptimization(){const t=this.embedding,e=this.embedding,{head:s,tail:n,epochsPerSample:i}=this.optimizationState,o=this.getNEpochs(),r=this.graph.nCols,{a:c,b:h}=function(t,e){const s=a.GE(0,3*t,300).map((t=>t<e?1:t)),n=a.ll(s.length).map(((n,i)=>s[i]>=e?Math.exp(-(s[i]-e)/t):n)),i={x:s,y:n},{parameterValues:o}=(0,l.Z)(i,(([t,e])=>s=>1/(1+t*s**(2*e))),{damping:1.5,initialValues:[.5,.5],gradientDifference:.1,maxIterations:100,errorTolerance:.01}),[r,c]=o;return{a:r,b:c}}(this.spread,this.minDist);this.assignOptimizationStateParameters({headEmbedding:t,tailEmbedding:e,head:s,tail:n,epochsPerSample:i,a:c,b:h,nEpochs:o,nVertices:r})}optimizeLayoutStep(t){const{optimizationState:e}=this,{head:s,tail:n,headEmbedding:i,tailEmbedding:o,epochsPerSample:r,epochOfNextSample:l,epochOfNextNegativeSample:c,epochsPerNegativeSample:h,moveOther:u,initialAlpha:m,alpha:d,gamma:f,a:y,b:w,dim:b,nEpochs:T,nVertices:C}=e;for(let e=0;e<r.length;e++){if(l[e]>t)continue;const m=s[e],T=n[e],A=i[m],S=o[T],E=p(A,S);let M=0;E>0&&(M=-2*y*w*Math.pow(E,w-1),M/=y*Math.pow(E,w)+1);for(let t=0;t<b;t++){const e=g(M*(A[t]-S[t]),4);A[t]+=e*d,u&&(S[t]+=-e*d)}l[e]+=r[e];const v=Math.floor((t-c[e])/h[e]);for(let t=0;t<v;t++){const t=a.AH(C,this.random),e=o[t],s=p(A,e);let n=0;if(s>0)n=2*f*w,n/=(.001+s)*(y*Math.pow(s,w)+1);else if(m===t)continue;for(let t=0;t<b;t++){let s=4;n>0&&(s=g(n*(A[t]-e[t]),4)),A[t]+=s*d}}c[e]+=v*h[e]}return e.alpha=m*(1-t/T),e.currentEpoch+=1,i}optimizeLayoutAsync(t=(()=>!0)){return new Promise(((e,s)=>{const n=async()=>{try{const{nEpochs:s,currentEpoch:i}=this.optimizationState;this.embedding=this.optimizeLayoutStep(i);const o=this.optimizationState.currentEpoch,r=!1===t(o),a=o===s;if(r||a)return e(a);setTimeout((()=>n()),0)}catch(t){s(t)}};setTimeout((()=>n()),0)}))}optimizeLayout(t=(()=>!0)){let e=!1,s=[];for(;!e;){const{nEpochs:n,currentEpoch:i}=this.optimizationState;s=this.optimizeLayoutStep(i);const o=this.optimizationState.currentEpoch,r=!1===t(o);e=o===n||r}return s}getNEpochs(){const t=this.graph;if(this.nEpochs>0)return this.nEpochs;if(!t)return 200;const e=t.nRows;return e<=2500?500:e<=5e3?400:e<=7500?300:200}}function m(t,e){return Math.abs(t-e)}class d{constructor(){this.currentEpoch=0,this.headEmbedding=[],this.tailEmbedding=[],this.head=[],this.tail=[],this.epochsPerSample=[],this.epochOfNextSample=[],this.epochOfNextNegativeSample=[],this.epochsPerNegativeSample=[],this.moveOther=!0,this.initialAlpha=1,this.alpha=1,this.gamma=1,this.a=1.5769434603113077,this.b=.8950608779109733,this.dim=2,this.nEpochs=500,this.nVertices=0}}function g(t,e){return t>e?e:t<-e?-e:t}function p(t,e){let s=0;for(let n=0;n<t.length;n++)s+=Math.pow(t[n]-e[n],2);return s}},9533:(t,e,s)=>{"use strict";function n(t,e){return Math.floor(e()*t)}function i(t){return t()}function o(t){const e=[];for(let s=0;s<t;s++)e.push(void 0);return e}function r(t){return o(t).map(((t,e)=>e))}function a(t,e){return o(t).map((()=>e))}function l(t){return a(t,0)}function c(t,e,s){return o(s).map(((n,i)=>t+i*((e-t)/(s-1))))}function h(t){return function(t){return t.reduce(((t,e)=>t+e))}(t)/t.length}function u(t){let e=0;for(let s=0;s<t.length;s++)e=t[s]>e?t[s]:e;return e}function m(t,e,s){const i=l(t);for(let o=0;o<t;o++){let t=!0;for(;t;){const r=n(e,s);let a=!1;for(let t=0;t<o;t++)if(r===i[t]){a=!0;break}a||(t=!1),i[o]=r}}return i}function d(t,e,s){const n=[];let i=0,o=0;if(t.length!==e*s)throw new Error("Array dimensions must match input length.");for(let r=0;r<e;r++){const e=[];for(let n=0;n<s;n++)e.push(t[o]),o+=1;n.push(e),i+=1}return n}s.d(e,{AH:()=>n,Fp:()=>u,GE:()=>c,HU:()=>d,J6:()=>h,M6:()=>m,VI:()=>a,cS:()=>o,ll:()=>l,mH:()=>i,w6:()=>r})},9657:(t,e,s)=>{"use strict";s.d(e,{Z:()=>n});class n{constructor(t,e=!1){if(this._length=0,this._version=0,this._updateLevel=0,this._selectedCount=0,this._selectedCountVersion=-1,this._selectedIndexesVersion=-1,this._versionedName="",this._versionedNameVersion=-1,this.SHRINK_THRESHOLD=256,"number"==typeof t){const s=t,i=n._createBuffer(s);if(e)for(let t=0;t<i.length;t++)i[t]=-1;this._data=i,this._length=s}else{if(!(t instanceof Uint32Array))throw new Error("Invalid constructor");this._data=t,this._length=e}}getRawData(){return this._data}assureGoez(t,e){if(t<0)throw new Error(`${e} should be greater than zero`)}assureInRange(t,e,s,n){if(t<e||t>s)throw new Error(`Argument ${n} (${t}) out of range (${e}, ${s})`)}copy(t,e,s){for(let n=0;n<s;n++)e[n]=t[n]}copyFrom(t){if(this._length!=t._length)throw new Error(`Lengths differ (${this._length} != ${t._length})`);this.copy(t._data,this._data,this.lengthInInts),this._version++}get length(){return this._length}get buffer(){return this._data}set buffer(t){this._data=t,this._version++}get version(){return this._version}set version(t){this._version=t}incrementVersion(t=!0){this._version++}get lengthInInts(){return Math.floor((this._length+31)/32)}get versionedName(){return this._version==this._versionedNameVersion?this._versionedName:""}set versionedName(t){this._versionedName=t,this._versionedNameVersion=this._version}get self(){return this}setLength(t){if(t<0)throw new Error("should be >= 0");if(t==this._length)return;const e=Math.floor((t+31)/32);if(e>this._data.length||e+this.SHRINK_THRESHOLD<this._data.length){const t=new Uint32Array(e);this.copy(this._data,t,e>this._data.length?this._data.length:e),this._data=t}t>this._length&&(this._length%32>0&&(this._data[this.lengthInInts-1]&=(1<<(this._length%32&31))-1),this._data.fill(0,this.lengthInInts,e)),this._length=t,this._version++}static fromAnd(t,e){if(t._length!=e._length)throw new Error(`Lengths differ (${t._length} != ${e._length})`);const s=new n(t._length);s._length=t._length,s._data=n._createBuffer(s._length),s._version=0;const i=t.lengthInInts;for(let n=0;n<i;n++)s._data[n]=t._data[n]&e._data[n];return s}static _createBuffer(t){return new Uint32Array(Math.floor((t+31)/32))}static fromValues(t){const e=new n(t.length);e._version=0;for(let s=0;s<e._length;s++)t[s]&&(e._data[Math.floor(s/32)]|=1<<(s%32&31));return e}static fromSeq(t,e){const s=new n(t);for(let n=0;n<t;++n)s.setBit(n,e(n));return s._version=0,s}static fromString(t){return n.fromSeq(t.length,(e=>"1"==t.charAt(e)))}static fromUint32Array(t,e){const s=new n(t);return s._data=e,s}static fromBytes(t){const e=t.length,s=new n(8*e);s._data=new Uint32Array(Math.floor((e+3)/4)),s._length=8*e;let i=0,o=0;for(;e-o>=4;)s._data[i++]=255&t[o]|(255&t[o+1])<<8|(255&t[o+2])<<16|(255&t[o+3])<<24,o+=4;return e-o==3&&(s._data[i]=(255&t[o+2])<<16),e-o==2&&(s._data[i]|=(255&t[o+1])<<8),e-o==1&&(s._data[i]|=255&t[o]),s._version=0,s}toString(){return`${this._length} bits, ${this.countBits(!0)} set`}equals(t){if(this==t)return!0;if(null==t)return!1;if(this._length!=t._length)return!1;if(0==this._length)return!0;for(let e=0;e<this._data.length-1;e++)if(this._data[e]!=t._data[e])return!1;for(let e=8*(this._data.length-1);e<this._length;e++)if(this.getBit(e)!=t.getBit(e))return!1;return!0}clone(){const t=new n(0,!1);return t._data=Uint32Array.from(this._data),t._length=this._length,t._version=this._version,t}init(t,e){this.setAll(!1,!1);for(let e=0;e<this._length;e++)t(e)&&(this._data[Math.floor(e/32)]|=1<<(e%32&31));return this.incrementVersion(e),this}invert(t=!0){for(let t=0;t<this._data.length;t++)this._data[t]^=-1;this.incrementVersion(t)}setAll(t,e=!1){const s=t?-1:0,n=this.lengthInInts;for(let t=0;t<n;t++)this._data[t]=s;this.incrementVersion(e)}setIndexes(t,e=!0,s=!0,n=!0){s&&this.setAll(!e,!1);for(const s of t)this.setFast(s,e);this.incrementVersion(n)}everyIndex(t,e=!0){for(const s of t)if(this.getBit(s)!=e)return!1;return!0}anyIndex(t,e=!0){for(const s of t)if(this.getBit(s)==e)return!0;return!1}setWhere(t,e=!0,s=!0,n=!0,i=!0){if(s&&i&&this.setAll(!e,!1),i)for(let s=0;s<this._length;s++)t(s)&&this.setFast(s,e);else for(let s=0;s<this._length;s++)this.setFast(s,t(s)?e:!e);this.incrementVersion(n)}getRange(t,e){this.assureInRange(t,0,this._length-1,"from"),this.assureInRange(e,0,this._length,"to");const s=[];for(let n=t;n<e;++n)s.push(this.getBit(n));return n.fromValues(s)}getRangeAsList(t,e){this.assureInRange(t,0,this._length-1,"from"),this.assureInRange(e,0,this._length,"to");const s=[];for(let n=t;n<e;++n)s.push(this.getBit(n));return s}setRange(t,e,s,n=!0){this.assureInRange(t,0,this._length-1,"from"),this.assureInRange(e,0,this._length-1,"to");const i=Math.min(t,e),o=Math.max(t,e);if(s)for(let t=i;t<=o;t++)this.setTrue(t);else for(let t=i;t<=o;t++)this.setFalse(t);return this.incrementVersion(n),this}setRandom(t,e,s=!0){if(t<0||t>this._length)throw new Error("n must be >= 0 && <= Count");t>this._length/2&&this.setRandom(this._length-t,!e),this.setAll(!e);for(let s=0;s<t;){const t=Math.floor(Math.random()*this._length);this.getBit(t)!=e&&(this.setFast(t,e),s++)}this.incrementVersion(s)}and(t,e=!0){if(this._length!=t._length)throw new Error("Array lengths differ.");for(let e=0,s=this.lengthInInts;e<s;e++)this._data[e]&=t._data[e];return this.incrementVersion(e),this}andNot(t,e=!0){if(this._length!=t._length)throw new Error("Array lengths differ.");const s=this.lengthInInts;for(let e=0;e<s;e++)this._data[e]&=~t._data[e];return this.incrementVersion(e),this}notAnd(t,e=!0){if(this._length!=t._length)throw new Error("Array lengths differ.");for(let e=0,s=this.lengthInInts;e<s;e++)this._data[e]=~this._data[e]&t._data[e];return this.incrementVersion(e),this}not(t=!0){for(let t=0,e=this.lengthInInts;t<e;t++)this._data[t]=~this._data[t];return this.incrementVersion(t),this}or(t,e=!0){if(this._length!=t._length)throw new Error("Array lengths differ.");for(let e=0,s=this.lengthInInts;e<s;e++)this._data[e]|=t._data[e];return this.incrementVersion(e),this}xor(t,e=!0){if(this._length!=t._length)throw new Error("Array lengths differ.");for(let e=0,s=this.lengthInInts;e<s;e++)this._data[e]^=t._data[e];return this.incrementVersion(e),this}insertAt(t,e,s=!1){if(this.assureInRange(t,0,this._length,"pos"),0==e)return;const n=this._length;this.setLength(this._length+e);for(let s=n-1;s>=t;s--)this.setBit(s+e,this.getBit(s));for(let n=t;n<t+e;n++)this.setBit(n,s)}removeAt(t,e=1){if(e<0)throw new Error("n cannot be negative");if(this.assureInRange(t,0,this._length-e,"pos"),this.contains(!0))for(let s=t;s<this._length-e;s++)this.setBit(s,this.getBit(s+e));this.setLength(this._length-e)}removeByMask(t,e=!0){if(this._length!=t.length)throw new Error("length != mask.length");if(t==this)this.setLength(t.countBits(!e)),this.setAll(!e);else{let s=0;for(let n=-1;-1!=(n=t.findNext(n,!e));)this.setFast(s++,this.getBit(n));this._length=s,this._version++}return this}getBit(t){return 0!=(this._data[Math.floor(t/32)]&1<<(31&t))}setBit(t,e,s=!0){this.setFast(t,e),this._version++}setFast(t,e){e?this._data[Math.floor(t/32)]|=1<<(31&t):this._data[Math.floor(t/32)]&=~(1<<(31&t))}setTrue(t){this._data[Math.floor(t/32)]|=1<<(31&t)}setFalse(t){this._data[Math.floor(t/32)]&=~(1<<(31&t))}trueCount(){return this.countBits(!0)}falseCount(){return this.countBits(!1)}countBits(t){if(0==this._length)return 0;if(this._selectedCountVersion!=this._version){this._selectedCount=0;const t=this.lengthInInts;let e=0;for(;e<t-1;e++)for(let t=this._data[e];0!=t;t>>>=8)this._selectedCount+=n._onBitCount[255&t];let s=this._data[e];const i=31&this._length;for(0!=i&&(s&=~(4294967295<<i));0!=s;s>>>=8)this._selectedCount+=n._onBitCount[255&s];this._selectedCountVersion=this._version}return t?this._selectedCount:this._length-this._selectedCount}countWhere(t){let e=0;if(this.trueCount()==this._length)for(let s=0;s<this._length;s++)e+=t(s)?1:0;else for(let s=-1;-1!=(s=this.findNext(s,!0));)e+=t(s)?1:0;return e}andWithCountBits(t,e){if(0==this._length)return 0;let s=0;const i=this.lengthInInts;let o=0;for(;o<i-1;o++)for(let e=this._data[o]&t._data[o];0!=e;e>>>=8)s+=n._onBitCount[255&e];let r=this._data[o]&t._data[o];const a=31&this._length;for(0!=a&&(r&=~(4294967295<<a));0!=r;r>>>=8)s+=n._onBitCount[255&r];return e?s:this._length-s}clear(){this.setLength(0)}contains(t){return this.findNext(-1,t)>=0}get allTrue(){return this.countBits(!0)==this._length}get allFalse(){return this.countBits(!1)==this._length}get anyTrue(){return this.countBits(!0)>0}get anyFalse(){return this.countBits(!1)>0}findNext(t,e=!0){if(this.assureInRange(t,-1,this._length,"index"),t>=this._length-1)return-1;let s=31&(t=t<0?0:t+1);const i=this.lengthInInts;for(let o=Math.floor(t/32);o<i;o++){let i=e?this._data[o]:~this._data[o];if(0!=s)i&=4294967295<<s&4294967295,s=0;else if(!e&&-4294967296==i)continue;for(let e=0;0!=i;e+=8,i>>>=8){const s=n._firstOnBit[255&i];if(s>=0)return(t=s+32*o+e)>=this._length?-1:t}}return-1}findPrev(t,e=!0){if(0==t)return-1;this.assureInRange(t,-1,this._length,"index");let s=1+(t=t<0?this._length-1:t-1)&31;for(let i=Math.floor(t/32);i>=0;i--){let t=e?this._data[i]:~this._data[i];0!=s&&(t&=~(4294967295<<s),s=0);for(let e=24;0!=t;e-=8,t<<=8){const s=n._lastOnBit[t>>>24];if(s>=0)return s+32*i+e}}return-1}}n._onBitCount=Int8Array.from([0,1,1,2,1,2,2,3,1,2,2,3,2,3,3,4,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,4,5,5,6,5,6,6,7,5,6,6,7,6,7,7,8]),n._firstOnBit=Int8Array.from([-1,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,6,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,7,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,6,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0]),n._lastOnBit=Int8Array.from([-1,0,1,1,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7])},4588:(t,e,s)=>{"use strict";function n(t){return Math.random()*t}function i(t){return Math.floor(n(t))}s.d(e,{I:()=>i,t:()=>n})},1061:(t,e,s)=>{"use strict";s.d(e,{AB:()=>I,Bu:()=>f,QK:()=>l,W3:()=>C,Wh:()=>b,X5:()=>S,bb:()=>A,ci:()=>M,f6:()=>T,gw:()=>N,jh:()=>w,l_:()=>y,ow:()=>L,zg:()=>p});var n=s(4469),i=s(976),o=function(t,e,s,n){return new(s||(s=Promise))((function(i,o){function r(t){try{l(n.next(t))}catch(t){o(t)}}function a(t){try{l(n.throw(t))}catch(t){o(t)}}function l(t){var e;t.done?i(t.value):(e=t.value,e instanceof s?e:new s((function(t){t(e)}))).then(r,a)}l((n=n.apply(t,e||[])).next())}))};const r=3e4,a=108e5,l={},c="Auto Tests",h={};let u;var m;!function(t){t.notNull=function(t,e){if(null==t)throw new Error(`${null==e?"Value":e} not defined`)}}(m||(m={}));class d{constructor(t,e){this.catchUnhandled=!0,this.report=!1,void 0!==t&&(this.catchUnhandled=t),void 0!==e&&(this.report=e)}}class g{constructor(t,e,s,n){var i;this.category=t,this.name=e,null!=n||(n={}),null!==(i=n.timeout)&&void 0!==i||(n.timeout=r),this.options=n,this.test=()=>o(this,void 0,void 0,(function*(){return new Promise(((t,e)=>o(this,void 0,void 0,(function*(){let n="";try{n=yield s()}catch(t){e(t)}t(n)}))))}))}}function p(t,e,s,n=0){return o(this,void 0,void 0,(function*(){let i;return new Promise(((o,r)=>{i=t.subscribe((t=>{try{e(t)}catch(t){r(t)}i.unsubscribe(),o("OK")})),setTimeout((()=>{i.unsubscribe(),r("timeout")}),n),s()}))}))}function f(t,e,s){null==l[u]&&(l[u]={}),null==l[u].tests&&(l[u].tests=[]),l[u].tests.push(new g(u,t,e,s))}function y(t,e=!0,s){if(s=s?`${s}, `:"",t!==e)throw new Error(`${s}Expected "${e}", got "${t}"`)}function w(t,e,s=.001,n){if(t===Number.POSITIVE_INFINITY&&e===Number.POSITIVE_INFINITY||t===Number.NEGATIVE_INFINITY&&e===Number.NEGATIVE_INFINITY||t===Number.NaN&&e===Number.NaN||isNaN(t)&&isNaN(e))return;const i=Math.abs(t-e)<s;if(y(i,!0,`${null!=n?n:""} (tolerance = ${s})`),!i)throw new Error(`Expected ${e}, got ${t} (tolerance = ${s})`)}function b(t,e){for(const[s,n]of Object.entries(e)){if(!t.hasOwnProperty(s))throw new Error(`Expected property "${s}" not found`);const e=t[s];if(e instanceof Array&&n instanceof Array)T(e,n);else if(e instanceof Object&&n instanceof Object)b(e,n);else if(Number.isFinite(e)&&Number.isFinite(n))w(e,n);else if(e!=n)throw new Error(`Expected (${n}) for key '${s}', got (${e})`)}}function T(t,e){const s=t.length,n=e.length;if(s!=n)throw new Error(`Arrays are of different length: actual array length is ${s} and expected array length is ${n}`);for(let n=0;n<s;n++)if(t[n]instanceof Array&&e[n]instanceof Array)T(t[n],e[n]);else if(t[n]instanceof Object&&e[n]instanceof Object)b(t[n],e[n]);else if(t[n]!=e[n])throw new Error(`Expected ${e[n]} at position ${n}, got ${t[n]}`)}function C(t,e,s){var n;u=t,e(),l[u]&&(l[u].clear=null===(n=null==s?void 0:s.clear)||void 0===n||n,l[u].timeout=null==s?void 0:s.timeout)}function A(t){null==l[u]&&(l[u]={}),l[u].before=t}function S(t){null==l[u]&&(l[u]={}),l[u].after=t}function E(t,e){return t.replace(new RegExp(e.name,"gi"),e.nqName)}function M(t){var e,s,r,a,u;return o(this,void 0,void 0,(function*(){const m=null===(s=null===(e=n.functions.getCurrentCall())||void 0===e?void 0:e.func)||void 0===s?void 0:s.package;yield function(t,e){return o(this,void 0,void 0,(function*(){if(h[t])return;const e=l;if(void 0!==e[c]||Object.keys(e).find((t=>t.startsWith(c))))return void(h[t]=!0);const s=[],i=yield n.dapi.functions.filter(`package.id = "${t}"`).list(),r=new RegExp(/skip:\s*([^,\s]+)|wait:\s*(\d+)|cat:\s*([^,\s]+)/g);for(const t of i){const i=t.options.test;if(i&&Array.isArray(i)&&i.length)for(let a=0;a<i.length;a++){const l=i[a].matchAll(r),h={};Array.from(l).forEach((t=>{t[0].startsWith("skip")?h.skip=t[1]:t[0].startsWith("wait")?h.wait=parseInt(t[2]):t[0].startsWith("cat")&&(h.cat=t[3])}));const u=new g(c,1===i.length?t.name:`${t.name} ${a+1}`,(()=>o(this,void 0,void 0,(function*(){const e=yield n.functions.eval(E(i[a],t));if(h.wait&&(yield N(h.wait)),"boolean"==typeof e&&!e)throw`Failed: ${i[a]}, expected true, got ${e}`}))),{skipReason:h.skip});if(h.cat){const t=c+": "+h.cat;u.category=t,void 0===e[t]&&(e[t]={tests:[],clear:!0}),e[t].tests.push(u)}else s.push(u)}}h[t]=!0,s.length&&(e[c]={tests:s,clear:!0})}))}(m.id);const p=[];console.log("Running tests"),null!=t||(t={}),null!==(r=(u=t).testContext)&&void 0!==r||(u.testContext=new d),n.shell.lastError="";for(const[e,s]of Object.entries(l)){if(null!=(null==t?void 0:t.category)&&!e.toLowerCase().startsWith(null==t?void 0:t.category.toLowerCase()))continue;console.log(`Started ${e} category`);try{s.before&&(yield s.before())}catch(t){s.beforeStatus=t.toString()}const o=null!==(a=s.tests)&&void 0!==a?a:[],r=[];if(s.clear)for(let e=0;e<o.length;e++)r.push(yield v(o[e],null==t?void 0:t.test,s.timeout,m.name)),n.shell.closeAll(),i.Balloon.closeAll();else for(let e=0;e<o.length;e++)r.push(yield v(o[e],null==t?void 0:t.test,s.timeout,m.name));const l=(yield Promise.all(r)).filter((t=>"skipped"!=t.result));try{s.after&&(yield s.after())}catch(t){s.afterStatus=t.toString()}s.afterStatus&&l.push({category:e,name:"init",result:s.afterStatus,success:!1,ms:0,skipped:!1}),s.beforeStatus&&l.push({category:e,name:"init",result:s.beforeStatus,success:!1,ms:0,skipped:!1}),p.push(...l)}if(t.testContext.catchUnhandled&&(yield N(1e3),n.shell.lastError.length>0&&p.push({category:"Unhandled exceptions",name:"exceptions",result:n.shell.lastError,success:!1,ms:0,skipped:!1})),t.testContext.report){const t=new i.Logger,e=p.filter((t=>t.success)).length,s=p.filter((t=>t.skipped)).length,n=p.filter((t=>!t.success)),o="Package @package tested: @successful successful, @skipped skipped, @failed failed tests",r={successful:e,skipped:s,failed:n.length,package:m};for(const t of n)Object.assign(r,{[`${t.category} | ${t.name}`]:t.result});t.log(o,r,"package-tested")}return p}))}function v(t,e,s,l){var c,h,u,m,d;return o(this,void 0,void 0,(function*(){let o;const g=null!=e&&t.name.toLowerCase()!==e.toLowerCase(),p=(null===(c=t.options)||void 0===c?void 0:c.skipReason)||g,f=g?"skipped":null===(h=t.options)||void 0===h?void 0:h.skipReason;p||console.log(`Started ${t.category} ${t.name}`);const y=new Date;try{if(p)o={success:!0,result:f,ms:0,skipped:!0};else{let e=(null===(u=t.options)||void 0===u?void 0:u.timeout)===r&&s?s:null===(m=t.options)||void 0===m?void 0:m.timeout;e=i.Test.isInBenchmark&&e===r?a:e,o={success:!0,result:null!==(d=yield _(t.test,e))&&void 0!==d?d:"OK",ms:0,skipped:!1}}}catch(t){o={success:!1,result:t.toString(),ms:0,skipped:!1}}const w=new Date;if(o.ms=w-y,p||console.log(`Finished ${t.category} ${t.name} for ${o.ms} ms`),o.category=t.category,o.name=t.name,!g){let e={success:o.success,result:o.result,ms:o.ms,skipped:o.skipped,type:"package",packageName:l,category:t.category,test:t.name};if(o.result.constructor==Object){const t=Object.keys(o.result).reduce(((t,e)=>Object.assign(Object.assign({},t),{["result."+e]:o.result[e]})),{});e=Object.assign(Object.assign({},e),t)}n.log.usage(`${l}: ${t.category}: ${t.name}`,e,`test-package ${l}: ${t.category}: ${t.name}`)}return o}))}function N(t){return o(this,void 0,void 0,(function*(){yield new Promise((e=>setTimeout(e,t)))}))}function L(t,e="Timeout exceeded",s=500,n=50){return o(this,void 0,void 0,(function*(){return new Promise(((i,o)=>{setTimeout((()=>{clearInterval(r),o(new Error(e))}),s);const r=setInterval((()=>{t()&&(clearInterval(r),i())}),n)}))}))}function _(t,e){return o(this,void 0,void 0,(function*(){let s=null;const n=new Promise(((t,n)=>{s=setTimeout((()=>{n("EXECUTION TIMEOUT")}),e)}));try{return yield Promise.race([t(),n])}finally{s&&clearTimeout(s)}}))}function I(t,e,s){var r;return o(this,void 0,void 0,(function*(){(null==s?void 0:s.detectSemanticTypes)&&(yield n.data.detectSemanticTypes(e));const o=n.shell.addTableView(e),a=`[name=viewer-${t.replace(/\s+/g,"-")} i]`;let l=`${a} canvas,${a} svg,${a} img,\n ${a} input,${a} h1,${a} a`;const c=[];try{let n=o.addViewer(t);yield L((()=>null!==document.querySelector(l)),"cannot load viewer",3e3);const i=null===(r=document.querySelector(l))||void 0===r?void 0:r.tagName;if(c.push(Array.from(o.viewers).length),!(null==s?void 0:s.readOnly)){Array.from(e.row(0).cells).forEach((t=>t.value=null));const t=e.rowCount<20?Math.floor(e.rowCount/2):10;e.rows.select((e=>e.idx>=0&&e.idx<t)),yield N(50);for(let s=t;s<2*t;s++)e.filter.set(s,!1);yield N(50),e.currentRowIdx=1;const s=e.clone();e.columns.names().slice(0,Math.ceil(e.columns.length/2)).forEach((t=>e.columns.remove(t))),yield N(100),o.dataFrame=s}const h=n.getOptions(!0).look,u=n.getProperties(),m={};Object.keys(h).filter((t=>"boolean"==typeof h[t])).forEach((t=>m[t]=!h[t])),u.filter((t=>null!==t.choices)).forEach((t=>m[t.name]=t.choices.find((e=>e!==h[t.name])))),n.setOptions(m),yield N(300);const d=o.saveLayout(),g=n.getOptions().look;o.resetLayout(),c.push(Array.from(o.viewers).length),o.loadLayout(d),l=`${a} ${i}`,yield L((()=>null!==document.querySelector(l)),"cannot load viewer from layout",3e3),c.push(Array.from(o.viewers).length),n=Array.from(o.viewers).find((t=>"Grid"!==t.type)),T(c,[2,1,2]),y(JSON.stringify(n.getOptions().look),JSON.stringify(g))}finally{o.close(),n.shell.closeTable(e),i.Balloon.closeAll()}}))}},3659:(t,e,s)=>{"use strict";s.d(e,{OW:()=>n});class n extends Float32Array{}},850:(t,e,s)=>{"use strict";s.d(e,{$G:()=>a,Fv:()=>u,MA:()=>l,On:()=>r,dP:()=>h,hu:()=>o,kO:()=>c});var n=s(3659),i=s(4588);function o(t=!1,e="Assertion error."){if(!t)throw new Error(e)}function r(t,e,s=1){const i=t.length;o(i==e.length,"Vector lengths do not match.");const r=new n.OW(i);for(let n=0;n<t.length;++n)r[n]=t[n]+s*e[n];return r}function a(t){let e=0;for(let s=0;s<t.length;s++)e+=t[s]*t[s];return Math.sqrt(e)}function l(t,e){if(t.length!=e.length)throw new Error("The dimensionality of the vectors must match");let s=0;for(let n=0;n<t.length;n++)s+=t[n]*e[n];return s}function c(t,e,s=1){const o=function(t,e,s=0){return new Array(t).fill(s).map((()=>new n.OW(e).fill(s)))}(t,e);for(let n=0;n<t;++n)for(let t=0;t<e;++t)o[n][t]=(0,i.t)(s);return o}function h(t,e){const s=function(t){let e=0;for(let s=0;s<t.length;++s)e+=t[s];return e}(function(t){const e=t.length,s=new n.OW(e);for(let e=0;e<t.length;++e)s[e]=t[e]*t[e];return s}(r(t,e,-1)));return Math.sqrt(s)}function u(t){let e=0,s=0;for(let s=0;s<t.length;++s)e+=t[s];e/=t.length;for(let n=0;n<t.length;++n)s+=(t[n]-e)*(t[n]-e);s=Math.sqrt(s/t.length);for(let n=0;n<t.length;++n)t[n]=(t[n]-e)/s;return t}},7659:(t,e,s)=>{"use strict";e.Z=void 0;var n=s(6215);Object.defineProperty(e,"Z",{enumerable:!0,get:function(){return n.TSNE}})},6215:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.TSNE=void 0,e.TSNE=class{constructor(t){this.returnV=!1,this.vValue=0,this.iter=0,t=t||{},this.perplexity=this.getopt(t,"perplexity",30),this.dim=this.getopt(t,"dim",2),this.epsilon=this.getopt(t,"epsilon",10)}assert(t,e){if(!t)throw e||"Assertion failed"}getopt(t,e,s){return t.hasOwnProperty(e)?t[e]:s}gaussRandom(){if(this.returnV)return this.returnV=!1,this.vValue;const t=2*Math.random()-1,e=2*Math.random()-1,s=t*t+e*e;if(0===s||s>1)return this.gaussRandom();const n=Math.sqrt(-2*Math.log(s)/s);return this.vValue=e*n,this.returnV=!0,t*n}randn(t,e){return t+this.gaussRandom()*e}zeros(t){if(void 0===t||isNaN(t))return[];if("undefined"==typeof ArrayBuffer){const e=new Array(t);for(let s=0;s<t;s++)e[s]=0;return e}return new Float64Array(t)}randn2d(t,e,s){const n=void 0!==s,i=[];for(let o=0;o<t;o++){const t=[];for(let i=0;i<e;i++)n?t.push(s):t.push(this.randn(0,1e-4));i.push(t)}return i}L2(t,e){const s=t.length;let n=0;for(let i=0;i<s;i++){const s=t[i],o=e[i];n+=(s-o)*(s-o)}return n}xtod(t){const e=t.length,s=this.zeros(e*e);for(let n=0;n<e;n++)for(let i=n+1;i<e;i++){const o=this.L2(t[n],t[i]);s[n*e+i]=o,s[i*e+n]=o}return s}d2p(t,e,s){const n=Math.sqrt(t.length),i=Math.floor(n);this.assert(i===n,"D should have square number of elements.");const o=Math.log(e),r=this.zeros(i*i),a=this.zeros(i);for(let e=0;e<i;e++){let n=-1/0,l=1/0,c=1,h=!1;const u=50;let m=0;for(;!h;){let r=0;for(let s=0;s<i;s++){let n=Math.exp(-t[e*i+s]*c);e===s&&(n=0),a[s]=n,r+=n}let d=0;for(let t=0;t<i;t++){let e;e=0===r?0:a[t]/r,a[t]=e,e>1e-7&&(d-=e*Math.log(e))}d>o?(n=c,l===1/0?c*=2:c=(c+l)/2):(l=c,n===-1/0?c/=2:c=(c+n)/2),m++,Math.abs(d-o)<s&&(h=!0),m>=u&&(h=!0)}for(let t=0;t<i;t++)r[e*i+t]=a[t]}const l=this.zeros(i*i),c=2*i;for(let t=0;t<i;t++)for(let e=0;e<i;e++)l[t*i+e]=Math.max((r[t*i+e]+r[e*i+t])/c,1e-100);return l}sign(t){return t>0?1:t<0?-1:0}initDataRaw(t){const e=t.length,s=t[0].length;this.assert(e>0," X is empty? You must have some data!"),this.assert(s>0," X[0] is empty? Where is the data?");const n=this.xtod(t);this.P=this.d2p(n,this.perplexity,1e-4),this.N=e,this.initSolution()}initDataDist(t){const e=t.length;this.assert(e>0," X is empty? You must have some data!");const s=this.zeros(e*e);for(let n=0;n<e;n++)for(let i=n+1;i<e;i++){const o=t[n][i];s[n*e+i]=o,s[i*e+n]=o}this.P=this.d2p(s,this.perplexity,1e-4),this.N=e,this.initSolution()}initSolution(){this.Y=this.randn2d(this.N,this.dim),this.gains=this.randn2d(this.N,this.dim,1),this.ystep=this.randn2d(this.N,this.dim,0),this.iter=0}getSolution(){return this.Y}step(){this.iter+=1;const t=this.N,e=this.costGrad(this.Y),s=e.cost,n=e.grad,i=this.zeros(this.dim);for(let e=0;e<t;e++)for(let t=0;t<this.dim;t++){const s=n[e][t],o=this.ystep[e][t],r=this.gains[e][t];let a=this.sign(s)===this.sign(o)?.8*r:r+.2;a<.01&&(a=.01),this.gains[e][t]=a;const l=(this.iter<250?.5:.8)*o-this.epsilon*a*n[e][t];this.ystep[e][t]=l,this.Y[e][t]+=l,i[t]+=this.Y[e][t]}for(let e=0;e<t;e++)for(let s=0;s<this.dim;s++)this.Y[e][s]-=i[s]/t;return s}debugGrad(){const t=this.N,e=this.costGrad(this.Y),s=(e.cost,e.grad),n=1e-5;for(let e=0;e<t;e++)for(let t=0;t<this.dim;t++){const i=this.Y[e][t];this.Y[e][t]=i+n;const o=this.costGrad(this.Y);this.Y[e][t]=i-n;const r=this.costGrad(this.Y),a=s[e][t],l=(o.cost-r.cost)/(2*n);console.log(e+","+t+": gradcheck analytic: "+a+" vs. numerical: "+l),this.Y[e][t]=i}}costGrad(t){const e=this.N,s=this.dim,n=this.P,i=this.iter<100?4:1,o=this.zeros(e*e);let r=0;for(let n=0;n<e;n++)for(let i=n+1;i<e;i++){let a=0;for(let e=0;e<s;e++){const s=t[n][e]-t[i][e];a+=s*s}const l=1/(1+a);o[n*e+i]=l,o[i*e+n]=l,r+=2*l}const a=e*e,l=this.zeros(a);for(let t=0;t<a;t++)l[t]=Math.max(o[t]/r,1e-100);let c=0;const h=[];for(let r=0;r<e;r++){const a=new Array(s);for(let t=0;t<s;t++)a[t]=0;for(let h=0;h<e;h++){c+=-n[r*e+h]*Math.log(l[r*e+h]);const u=4*(i*n[r*e+h]-l[r*e+h])*o[r*e+h];for(let e=0;e<s;e++)a[e]+=u*(t[r][e]-t[h][e])}h.push(a)}return{cost:c,grad:h}}}},5362:(t,e,s)=>{"use strict";s.d(e,{Z:()=>a});var n=s(7537),i=s.n(n),o=s(3645),r=s.n(o)()(i());r.push([t.id,".macromolecule-cell-comp-analysis-host{\n max-height: 250px;\n overflow-y: scroll;\n}\n\n.macromolecule-cell-comp-analysis-bar{\n height: inherit;\n display: block;\n margin-top: 1.5px;\n margin-bottom: 1.5px;\n margin-right: 3px;\n}\n\n.macromolecule-cell-comp-analysis-value{\n display: flex;\n}","",{version:3,sources:["webpack://./css/composition-analysis.css"],names:[],mappings:"AAAA;IACI,iBAAiB;IACjB,kBAAkB;AACtB;;AAEA;IACI,eAAe;IACf,cAAc;IACd,iBAAiB;IACjB,oBAAoB;IACpB,iBAAiB;AACrB;;AAEA;IACI,aAAa;AACjB",sourcesContent:[".macromolecule-cell-comp-analysis-host{\n max-height: 250px;\n overflow-y: scroll;\n}\n\n.macromolecule-cell-comp-analysis-bar{\n height: inherit;\n display: block;\n margin-top: 1.5px;\n margin-bottom: 1.5px;\n margin-right: 3px;\n}\n\n.macromolecule-cell-comp-analysis-value{\n display: flex;\n}"],sourceRoot:""}]);const a=r},9564:(t,e,s)=>{"use strict";s.d(e,{Z:()=>a});var n=s(7537),i=s.n(n),o=s(3645),r=s.n(o)()(i());r.push([t.id,".kalign-version {\n margin-bottom: 0;\n text-align: end;\n font-size: 12px;\n opacity: 0.8;\n}\nbutton.msa-params-button.ui-btn {\n justify-content: end;\n}","",{version:3,sources:["webpack://./css/msa.css"],names:[],mappings:"AAAA;IACI,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,YAAY;AAChB;AACA;IACI,oBAAoB;AACxB",sourcesContent:[".kalign-version {\n margin-bottom: 0;\n text-align: end;\n font-size: 12px;\n opacity: 0.8;\n}\nbutton.msa-params-button.ui-btn {\n justify-content: end;\n}"],sourceRoot:""}]);const a=r},9414:(t,e,s)=>{"use strict";s.d(e,{Z:()=>a});var n=s(7537),i=s.n(n),o=s(3645),r=s.n(o)()(i());r.push([t.id,".scatter_plot_link {\n position: absolute!important;\n right: 10px;\n}\n\n.cliffs_grid {\n top: 10px;\n}\n\n.show_only_cliffs {\n top: 30px;\n}\n\n.ml-dim-reduction-settings-input i.grok-icon.grok-font-icon-settings {\n font-size: 18px;\n position: absolute;\n height: 28px;\n}\n","",{version:3,sources:["webpack://./node_modules/@datagrok-libraries/ml/css/styles.css"],names:[],mappings:"AAAA;IACI,4BAA4B;IAC5B,WAAW;AACf;;AAEA;IACI,SAAS;AACb;;AAEA;IACI,SAAS;AACb;;AAEA;IACI,eAAe;IACf,kBAAkB;IAClB,YAAY;AAChB",sourcesContent:[".scatter_plot_link {\n position: absolute!important;\n right: 10px;\n}\n\n.cliffs_grid {\n top: 10px;\n}\n\n.show_only_cliffs {\n top: 30px;\n}\n\n.ml-dim-reduction-settings-input i.grok-icon.grok-font-icon-settings {\n font-size: 18px;\n position: absolute;\n height: 28px;\n}\n"],sourceRoot:""}]);const a=r},3645:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var s="",n=void 0!==e[5];return e[4]&&(s+="@supports (".concat(e[4],") {")),e[2]&&(s+="@media ".concat(e[2]," {")),n&&(s+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),s+=t(e),n&&(s+="}"),e[2]&&(s+="}"),e[4]&&(s+="}"),s})).join("")},e.i=function(t,s,n,i,o){"string"==typeof t&&(t=[[null,t,void 0]]);var r={};if(n)for(var a=0;a<this.length;a++){var l=this[a][0];null!=l&&(r[l]=!0)}for(var c=0;c<t.length;c++){var h=[].concat(t[c]);n&&r[h[0]]||(void 0!==o&&(void 0===h[5]||(h[1]="@layer".concat(h[5].length>0?" ".concat(h[5]):""," {").concat(h[1],"}")),h[5]=o),s&&(h[2]?(h[1]="@media ".concat(h[2]," {").concat(h[1],"}"),h[2]=s):h[2]=s),i&&(h[4]?(h[1]="@supports (".concat(h[4],") {").concat(h[1],"}"),h[4]=i):h[4]="".concat(i)),e.push(h))}},e}},7537:t=>{"use strict";t.exports=function(t){var e=t[1],s=t[3];if(!s)return e;if("function"==typeof btoa){var n=btoa(unescape(encodeURIComponent(JSON.stringify(s)))),i="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(n),o="/*# ".concat(i," */");return[e].concat([o]).join("\n")}return[e].join("\n")}},9133:function(t,e,s){var n;!function(e,i){var o={};!function(t){"use strict";t.__esModule=!0,t.digestLength=32,t.blockSize=64;var e=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]);function s(t,s,n,i,o){for(var r,a,l,c,h,u,m,d,g,p,f,y,w;o>=64;){for(r=s[0],a=s[1],l=s[2],c=s[3],h=s[4],u=s[5],m=s[6],d=s[7],p=0;p<16;p++)f=i+4*p,t[p]=(255&n[f])<<24|(255&n[f+1])<<16|(255&n[f+2])<<8|255&n[f+3];for(p=16;p<64;p++)y=((g=t[p-2])>>>17|g<<15)^(g>>>19|g<<13)^g>>>10,w=((g=t[p-15])>>>7|g<<25)^(g>>>18|g<<14)^g>>>3,t[p]=(y+t[p-7]|0)+(w+t[p-16]|0);for(p=0;p<64;p++)y=(((h>>>6|h<<26)^(h>>>11|h<<21)^(h>>>25|h<<7))+(h&u^~h&m)|0)+(d+(e[p]+t[p]|0)|0)|0,w=((r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10))+(r&a^r&l^a&l)|0,d=m,m=u,u=h,h=c+y|0,c=l,l=a,a=r,r=y+w|0;s[0]+=r,s[1]+=a,s[2]+=l,s[3]+=c,s[4]+=h,s[5]+=u,s[6]+=m,s[7]+=d,i+=64,o-=64}return i}var n=function(){function e(){this.digestLength=t.digestLength,this.blockSize=t.blockSize,this.state=new Int32Array(8),this.temp=new Int32Array(64),this.buffer=new Uint8Array(128),this.bufferLength=0,this.bytesHashed=0,this.finished=!1,this.reset()}return e.prototype.reset=function(){return this.state[0]=1779033703,this.state[1]=3144134277,this.state[2]=1013904242,this.state[3]=2773480762,this.state[4]=1359893119,this.state[5]=2600822924,this.state[6]=528734635,this.state[7]=1541459225,this.bufferLength=0,this.bytesHashed=0,this.finished=!1,this},e.prototype.clean=function(){for(var t=0;t<this.buffer.length;t++)this.buffer[t]=0;for(t=0;t<this.temp.length;t++)this.temp[t]=0;this.reset()},e.prototype.update=function(t,e){if(void 0===e&&(e=t.length),this.finished)throw new Error("SHA256: can't update because hash was finished.");var n=0;if(this.bytesHashed+=e,this.bufferLength>0){for(;this.bufferLength<64&&e>0;)this.buffer[this.bufferLength++]=t[n++],e--;64===this.bufferLength&&(s(this.temp,this.state,this.buffer,0,64),this.bufferLength=0)}for(e>=64&&(n=s(this.temp,this.state,t,n,e),e%=64);e>0;)this.buffer[this.bufferLength++]=t[n++],e--;return this},e.prototype.finish=function(t){if(!this.finished){var e=this.bytesHashed,n=this.bufferLength,i=e/536870912|0,o=e<<3,r=e%64<56?64:128;this.buffer[n]=128;for(var a=n+1;a<r-8;a++)this.buffer[a]=0;this.buffer[r-8]=i>>>24&255,this.buffer[r-7]=i>>>16&255,this.buffer[r-6]=i>>>8&255,this.buffer[r-5]=i>>>0&255,this.buffer[r-4]=o>>>24&255,this.buffer[r-3]=o>>>16&255,this.buffer[r-2]=o>>>8&255,this.buffer[r-1]=o>>>0&255,s(this.temp,this.state,this.buffer,0,r),this.finished=!0}for(a=0;a<8;a++)t[4*a+0]=this.state[a]>>>24&255,t[4*a+1]=this.state[a]>>>16&255,t[4*a+2]=this.state[a]>>>8&255,t[4*a+3]=this.state[a]>>>0&255;return this},e.prototype.digest=function(){var t=new Uint8Array(this.digestLength);return this.finish(t),t},e.prototype._saveState=function(t){for(var e=0;e<this.state.length;e++)t[e]=this.state[e]},e.prototype._restoreState=function(t,e){for(var s=0;s<this.state.length;s++)this.state[s]=t[s];this.bytesHashed=e,this.finished=!1,this.bufferLength=0},e}();t.Hash=n;var i=function(){function t(t){this.inner=new n,this.outer=new n,this.blockSize=this.inner.blockSize,this.digestLength=this.inner.digestLength;var e=new Uint8Array(this.blockSize);if(t.length>this.blockSize)(new n).update(t).finish(e).clean();else for(var s=0;s<t.length;s++)e[s]=t[s];for(s=0;s<e.length;s++)e[s]^=54;for(this.inner.update(e),s=0;s<e.length;s++)e[s]^=106;for(this.outer.update(e),this.istate=new Uint32Array(8),this.ostate=new Uint32Array(8),this.inner._saveState(this.istate),this.outer._saveState(this.ostate),s=0;s<e.length;s++)e[s]=0}return t.prototype.reset=function(){return this.inner._restoreState(this.istate,this.inner.blockSize),this.outer._restoreState(this.ostate,this.outer.blockSize),this},t.prototype.clean=function(){for(var t=0;t<this.istate.length;t++)this.ostate[t]=this.istate[t]=0;this.inner.clean(),this.outer.clean()},t.prototype.update=function(t){return this.inner.update(t),this},t.prototype.finish=function(t){return this.outer.finished?this.outer.finish(t):(this.inner.finish(t),this.outer.update(t,this.digestLength).finish(t)),this},t.prototype.digest=function(){var t=new Uint8Array(this.digestLength);return this.finish(t),t},t}();function o(t){var e=(new n).update(t),s=e.digest();return e.clean(),s}function r(t,e){var s=new i(t).update(e),n=s.digest();return s.clean(),n}function a(t,e,s,n){var i=n[0];if(0===i)throw new Error("hkdf: cannot expand more");e.reset(),i>1&&e.update(t),s&&e.update(s),e.update(n),e.finish(t),n[0]++}t.HMAC=i,t.hash=o,t.default=o,t.hmac=r;var l=new Uint8Array(t.digestLength);t.hkdf=function(t,e,s,n){void 0===e&&(e=l),void 0===n&&(n=32);for(var o=new Uint8Array([1]),c=r(e,t),h=new i(c),u=new Uint8Array(h.digestLength),m=u.length,d=new Uint8Array(n),g=0;g<n;g++)m===u.length&&(a(u,h,s,o),m=0),d[g]=u[m++];return h.clean(),u.fill(0),o.fill(0),d},t.pbkdf2=function(t,e,s,n){for(var o=new i(t),r=o.digestLength,a=new Uint8Array(4),l=new Uint8Array(r),c=new Uint8Array(r),h=new Uint8Array(n),u=0;u*r<n;u++){var m=u+1;a[0]=m>>>24&255,a[1]=m>>>16&255,a[2]=m>>>8&255,a[3]=m>>>0&255,o.reset(),o.update(e),o.update(a),o.finish(c);for(var d=0;d<r;d++)l[d]=c[d];for(d=2;d<=s;d++){o.reset(),o.update(c).finish(c);for(var g=0;g<r;g++)l[g]^=c[g]}for(d=0;d<r&&u*r+d<n;d++)h[u*r+d]=l[d]}for(u=0;u<r;u++)l[u]=c[u]=0;for(u=0;u<4;u++)a[u]=0;return o.clean(),h}}(o);var r=o.default;for(var a in o)r[a]=o[a];"object"==typeof t.exports?t.exports=r:void 0===(n=function(){return r}.call(o,s,o,t))||(t.exports=n)}()},1811:(t,e,s)=>{"use strict";s.d(e,{T:()=>i});const n=new Uint32Array(65536),i=(t,e)=>{if(t.length<e.length){const s=e;e=t,t=s}return 0===e.length?t.length:t.length<=32?((t,e)=>{const s=t.length,i=e.length,o=1<<s-1;let r=-1,a=0,l=s,c=s;for(;c--;)n[t.charCodeAt(c)]|=1<<c;for(c=0;c<i;c++){let t=n[e.charCodeAt(c)];const s=t|a;t|=(t&r)+r^r,a|=~(t|r),r&=t,a&o&&l++,r&o&&l--,a=a<<1|1,r=r<<1|~(s|a),a&=s}for(c=s;c--;)n[t.charCodeAt(c)]=0;return l})(t,e):((t,e)=>{const s=e.length,i=t.length,o=[],r=[],a=Math.ceil(s/32),l=Math.ceil(i/32);for(let t=0;t<a;t++)r[t]=-1,o[t]=0;let c=0;for(;c<l-1;c++){let a=0,l=-1;const h=32*c,u=Math.min(32,i)+h;for(let e=h;e<u;e++)n[t.charCodeAt(e)]|=1<<e;for(let t=0;t<s;t++){const s=n[e.charCodeAt(t)],i=r[t/32|0]>>>t&1,c=o[t/32|0]>>>t&1,h=s|a,u=((s|c)&l)+l^l|s|c;let m=a|~(u|l),d=l&u;m>>>31^i&&(r[t/32|0]^=1<<t),d>>>31^c&&(o[t/32|0]^=1<<t),m=m<<1|i,d=d<<1|c,l=d|~(h|m),a=m&h}for(let e=h;e<u;e++)n[t.charCodeAt(e)]=0}let h=0,u=-1;const m=32*c,d=Math.min(32,i-m)+m;for(let e=m;e<d;e++)n[t.charCodeAt(e)]|=1<<e;let g=i;for(let t=0;t<s;t++){const s=n[e.charCodeAt(t)],a=r[t/32|0]>>>t&1,l=o[t/32|0]>>>t&1,c=s|h,m=((s|l)&u)+u^u|s|l;let d=h|~(m|u),p=u&m;g+=d>>>i-1&1,g-=p>>>i-1&1,d>>>31^a&&(r[t/32|0]^=1<<t),p>>>31^l&&(o[t/32|0]^=1<<t),d=d<<1|a,p=p<<1|l,u=p|~(c|d),h=d&c}for(let e=m;e<d;e++)n[t.charCodeAt(e)]=0;return g})(t,e)}},7531:(t,e,s)=>{"use strict";s.d(e,{Z:()=>i});const n=Object.prototype.toString;function i(t){return n.call(t).endsWith("Array]")}},3979:(t,e)=>{"use strict";e.H$=void 0,e.H$=function(t,e,s){var n=function(t,e,s){if(0===t.length||0===e.length)return 0;if(s&&!s.caseSensitive&&(t=t.toUpperCase(),e=e.toUpperCase()),t===e)return 1;for(var n=0,i=t.length,o=e.length,r=Math.floor(Math.max(i,o)/2)-1,a=new Array(i),l=new Array(o),c=0;c<i;c++)for(var h=Math.max(0,c-r);h<=Math.min(o,c+r+1);h++)if(!a[c]&&!l[h]&&t[c]===e[h]){++n,a[c]=l[h]=!0;break}if(0===n)return 0;var u=0,m=0;for(c=0;c<i;c++)if(a[c]){for(;!l[m];)m++;t.charAt(c)!==e.charAt(m++)&&u++}return(n/i+n/o+(n-(u/=2))/n)/3}(t,e,s),i=0;if(n>.7){for(var o=Math.min(t.length,e.length),r=0;t[r]===e[r]&&r<4&&r<o;)++i,r++;n+=.1*i*(1-n)}return n}},5111:(t,e,s)=>{"use strict";s.d(e,{Z:()=>i});var n=s(6044);function i(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!(0,n.N)(t))throw new TypeError("input must be an array");if(0===t.length)throw new TypeError("input must not be empty");var s=e.fromIndex,i=void 0===s?0:s,o=e.toIndex,r=void 0===o?t.length:o;if(i<0||i>=t.length||!Number.isInteger(i))throw new Error("fromIndex must be a positive integer smaller than length");if(r<=i||r>t.length||!Number.isInteger(r))throw new Error("toIndex must be an integer greater than fromIndex and at most equal to length");for(var a=t[i],l=i+1;l<r;l++)t[l]>a&&(a=t[l]);return a}},6044:(t,e,s)=>{"use strict";s.d(e,{N:()=>i});const n=Object.prototype.toString;function i(t){return n.call(t).endsWith("Array]")}},1772:(t,e,s)=>{"use strict";s.d(e,{Z:()=>i});var n=s(994);function i(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!(0,n.N)(t))throw new TypeError("input must be an array");if(0===t.length)throw new TypeError("input must not be empty");var s=e.fromIndex,i=void 0===s?0:s,o=e.toIndex,r=void 0===o?t.length:o;if(i<0||i>=t.length||!Number.isInteger(i))throw new Error("fromIndex must be a positive integer smaller than length");if(r<=i||r>t.length||!Number.isInteger(r))throw new Error("toIndex must be an integer greater than fromIndex and at most equal to length");for(var a=t[i],l=i+1;l<r;l++)t[l]<a&&(a=t[l]);return a}},994:(t,e,s)=>{"use strict";s.d(e,{N:()=>i});const n=Object.prototype.toString;function i(t){return n.call(t).endsWith("Array]")}},5408:(t,e,s)=>{"use strict";s.d(e,{Z:()=>r});var n=s(6241),i=s(5111),o=s(1772);function r(t){var e,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!(0,n.N)(t))throw new TypeError("input must be an array");if(0===t.length)throw new TypeError("input must not be empty");if(void 0!==s.output){if(!(0,n.N)(s.output))throw new TypeError("output option must be an array if specified");e=s.output}else e=new Array(t.length);var r=(0,o.Z)(t),a=(0,i.Z)(t);if(r===a)throw new RangeError("minimum and maximum input values are equal. Cannot rescale a constant array");var l=s.min,c=void 0===l?s.autoMinMax?r:0:l,h=s.max,u=void 0===h?s.autoMinMax?a:1:h;if(c>=u)throw new RangeError("min option must be smaller than max option");for(var m=(u-c)/(a-r),d=0;d<t.length;d++)e[d]=(t[d]-r)*m+c;return e}},6241:(t,e,s)=>{"use strict";s.d(e,{N:()=>i});const n=Object.prototype.toString;function i(t){return n.call(t).endsWith("Array]")}},1353:(t,e,s)=>{"use strict";function n(t,e,s){let n=0;const i=s(e);for(let e=0;e<t.x.length;e++)n+=Math.abs(t.y[e]-i(t.x[e]));return n}s.d(e,{Z:()=>n})},3107:(t,e,s)=>{"use strict";s.d(e,{Z:()=>r});var n=s(7531),i=s(1353),o=s(8188);function r(t,e,s={}){let{maxIterations:r=100,gradientDifference:a=.1,damping:l=0,errorTolerance:c=.01,minValues:h,maxValues:u,initialValues:m}=s;if(l<=0)throw new Error("The damping option must be a positive number");if(!t.x||!t.y)throw new Error("The data parameter must have x and y elements");if(!(0,n.Z)(t.x)||t.x.length<2||!(0,n.Z)(t.y)||t.y.length<2)throw new Error("The data parameter elements must be an array with more than 2 points");if(t.x.length!==t.y.length)throw new Error("The data parameter elements must have the same size");let d=m||new Array(e.length).fill(1),g=d.length;if(u=u||new Array(g).fill(Number.MAX_SAFE_INTEGER),h=h||new Array(g).fill(Number.MIN_SAFE_INTEGER),u.length!==h.length)throw new Error("minValues and maxValues must be the same size");if(!(0,n.Z)(d))throw new Error("initialValues must be an array");let p,f=(0,i.Z)(t,d,e),y=f<=c;for(p=0;p<r&&!y;p++){d=(0,o.Z)(t,d,l,a,e);for(let t=0;t<g;t++)d[t]=Math.min(Math.max(h[t],d[t]),u[t]);if(f=(0,i.Z)(t,d,e),isNaN(f))break;y=f<=c}return{parameterValues:d,parameterError:f,iterations:p}}},8188:(t,e,s)=>{"use strict";s.d(e,{Z:()=>o});var n=s(1174),i=s(8345);function o(t,e,s,o,r){let a=s*o*o,l=n.Z.eye(e.length,e.length,a);const c=r(e);let h=new Float64Array(t.x.length);for(let e=0;e<t.x.length;e++)h[e]=c(t.x[e]);let u=function(t,e,s,i,o){const r=s.length,a=t.x.length;let l=new Array(r);for(let n=0;n<r;n++){l[n]=new Array(a);let r=s.slice();r[n]+=i;let c=o(r);for(let s=0;s<a;s++)l[n][s]=e[s]-c(t.x[s])}return new n.Z(l)}(t,h,e,o,r),m=function(t,e){const s=t.x.length;let i=new Array(s);for(let n=0;n<s;n++)i[n]=[t.y[n]-e[n]];return new n.Z(i)}(t,h),d=(0,i.S)(l.add(u.mmul(u.transpose())));return(e=(e=new n.Z([e])).sub(d.mmul(u).mmul(m).mul(o).transpose())).to1DArray()}},5776:(t,e,s)=>{"use strict";s.d(e,{N:()=>i});const n=Object.prototype.toString;function i(t){return n.call(t).endsWith("Array]")}},2313:(t,e,s)=>{"use strict";s.d(e,{Z:()=>o});var n=s(1174),i=s(8353);class o{constructor(t){let e,s,n,o,r,a,l,c,h,u=(t=i.Z.checkMatrix(t)).clone(),m=u.rows,d=u.columns,g=new Float64Array(m),p=1;for(e=0;e<m;e++)g[e]=e;for(c=new Float64Array(m),s=0;s<d;s++){for(e=0;e<m;e++)c[e]=u.get(e,s);for(e=0;e<m;e++){for(h=Math.min(e,s),r=0,n=0;n<h;n++)r+=u.get(e,n)*c[n];c[e]-=r,u.set(e,s,c[e])}for(o=s,e=s+1;e<m;e++)Math.abs(c[e])>Math.abs(c[o])&&(o=e);if(o!==s){for(n=0;n<d;n++)a=u.get(o,n),u.set(o,n,u.get(s,n)),u.set(s,n,a);l=g[o],g[o]=g[s],g[s]=l,p=-p}if(s<m&&0!==u.get(s,s))for(e=s+1;e<m;e++)u.set(e,s,u.get(e,s)/u.get(s,s))}this.LU=u,this.pivotVector=g,this.pivotSign=p}isSingular(){let t=this.LU,e=t.columns;for(let s=0;s<e;s++)if(0===t.get(s,s))return!0;return!1}solve(t){t=n.Z.checkMatrix(t);let e=this.LU;if(e.rows!==t.rows)throw new Error("Invalid matrix dimensions");if(this.isSingular())throw new Error("LU matrix is singular");let s,i,o,r=t.columns,a=t.subMatrixRow(this.pivotVector,0,r-1),l=e.columns;for(o=0;o<l;o++)for(s=o+1;s<l;s++)for(i=0;i<r;i++)a.set(s,i,a.get(s,i)-a.get(o,i)*e.get(s,o));for(o=l-1;o>=0;o--){for(i=0;i<r;i++)a.set(o,i,a.get(o,i)/e.get(o,o));for(s=0;s<o;s++)for(i=0;i<r;i++)a.set(s,i,a.get(s,i)-a.get(o,i)*e.get(s,o))}return a}get determinant(){let t=this.LU;if(!t.isSquare())throw new Error("Matrix must be square");let e=this.pivotSign,s=t.columns;for(let n=0;n<s;n++)e*=t.get(n,n);return e}get lowerTriangularMatrix(){let t=this.LU,e=t.rows,s=t.columns,i=new n.Z(e,s);for(let n=0;n<e;n++)for(let e=0;e<s;e++)n>e?i.set(n,e,t.get(n,e)):n===e?i.set(n,e,1):i.set(n,e,0);return i}get upperTriangularMatrix(){let t=this.LU,e=t.rows,s=t.columns,i=new n.Z(e,s);for(let n=0;n<e;n++)for(let e=0;e<s;e++)n<=e?i.set(n,e,t.get(n,e)):i.set(n,e,0);return i}get pivotPermutationVector(){return Array.from(this.pivotVector)}}},7072:(t,e,s)=>{"use strict";s.d(e,{Z:()=>r});var n=s(1174),i=s(8353),o=s(6310);class r{constructor(t){let e,s,n,r,a=(t=i.Z.checkMatrix(t)).clone(),l=t.rows,c=t.columns,h=new Float64Array(c);for(n=0;n<c;n++){let t=0;for(e=n;e<l;e++)t=(0,o.G)(t,a.get(e,n));if(0!==t){for(a.get(n,n)<0&&(t=-t),e=n;e<l;e++)a.set(e,n,a.get(e,n)/t);for(a.set(n,n,a.get(n,n)+1),s=n+1;s<c;s++){for(r=0,e=n;e<l;e++)r+=a.get(e,n)*a.get(e,s);for(r=-r/a.get(n,n),e=n;e<l;e++)a.set(e,s,a.get(e,s)+r*a.get(e,n))}}h[n]=-t}this.QR=a,this.Rdiag=h}solve(t){t=n.Z.checkMatrix(t);let e=this.QR,s=e.rows;if(t.rows!==s)throw new Error("Matrix row dimensions must agree");if(!this.isFullRank())throw new Error("Matrix is rank deficient");let i,o,r,a,l=t.columns,c=t.clone(),h=e.columns;for(r=0;r<h;r++)for(o=0;o<l;o++){for(a=0,i=r;i<s;i++)a+=e.get(i,r)*c.get(i,o);for(a=-a/e.get(r,r),i=r;i<s;i++)c.set(i,o,c.get(i,o)+a*e.get(i,r))}for(r=h-1;r>=0;r--){for(o=0;o<l;o++)c.set(r,o,c.get(r,o)/this.Rdiag[r]);for(i=0;i<r;i++)for(o=0;o<l;o++)c.set(i,o,c.get(i,o)-c.get(r,o)*e.get(i,r))}return c.subMatrix(0,h-1,0,l-1)}isFullRank(){let t=this.QR.columns;for(let e=0;e<t;e++)if(0===this.Rdiag[e])return!1;return!0}get upperTriangularMatrix(){let t,e,s=this.QR,i=s.columns,o=new n.Z(i,i);for(t=0;t<i;t++)for(e=0;e<i;e++)t<e?o.set(t,e,s.get(t,e)):t===e?o.set(t,e,this.Rdiag[t]):o.set(t,e,0);return o}get orthogonalMatrix(){let t,e,s,i,o=this.QR,r=o.rows,a=o.columns,l=new n.Z(r,a);for(s=a-1;s>=0;s--){for(t=0;t<r;t++)l.set(t,s,0);for(l.set(s,s,1),e=s;e<a;e++)if(0!==o.get(s,s)){for(i=0,t=s;t<r;t++)i+=o.get(t,s)*l.get(t,e);for(i=-i/o.get(s,s),t=s;t<r;t++)l.set(t,e,l.get(t,e)+i*o.get(t,s))}}return l}}},6943:(t,e,s)=>{"use strict";s.d(e,{Z:()=>r});var n=s(1174),i=s(8353),o=s(6310);class r{constructor(t,e={}){if((t=i.Z.checkMatrix(t)).isEmpty())throw new Error("Matrix must be non-empty");let s=t.rows,r=t.columns;const{computeLeftSingularVectors:a=!0,computeRightSingularVectors:l=!0,autoTranspose:c=!1}=e;let h,u=Boolean(a),m=Boolean(l),d=!1;if(s<r)if(c){h=t.transpose(),s=h.rows,r=h.columns,d=!0;let e=u;u=m,m=e}else h=t.clone(),console.warn("Computing SVD on a matrix with more columns than rows. Consider enabling autoTranspose");else h=t.clone();let g=Math.min(s,r),p=Math.min(s+1,r),f=new Float64Array(p),y=new n.Z(s,g),w=new n.Z(r,r),b=new Float64Array(r),T=new Float64Array(s),C=new Float64Array(p);for(let t=0;t<p;t++)C[t]=t;let A=Math.min(s-1,r),S=Math.max(0,Math.min(r-2,s)),E=Math.max(A,S);for(let t=0;t<E;t++){if(t<A){f[t]=0;for(let e=t;e<s;e++)f[t]=(0,o.G)(f[t],h.get(e,t));if(0!==f[t]){h.get(t,t)<0&&(f[t]=-f[t]);for(let e=t;e<s;e++)h.set(e,t,h.get(e,t)/f[t]);h.set(t,t,h.get(t,t)+1)}f[t]=-f[t]}for(let e=t+1;e<r;e++){if(t<A&&0!==f[t]){let n=0;for(let i=t;i<s;i++)n+=h.get(i,t)*h.get(i,e);n=-n/h.get(t,t);for(let i=t;i<s;i++)h.set(i,e,h.get(i,e)+n*h.get(i,t))}b[e]=h.get(t,e)}if(u&&t<A)for(let e=t;e<s;e++)y.set(e,t,h.get(e,t));if(t<S){b[t]=0;for(let e=t+1;e<r;e++)b[t]=(0,o.G)(b[t],b[e]);if(0!==b[t]){b[t+1]<0&&(b[t]=0-b[t]);for(let e=t+1;e<r;e++)b[e]/=b[t];b[t+1]+=1}if(b[t]=-b[t],t+1<s&&0!==b[t]){for(let e=t+1;e<s;e++)T[e]=0;for(let e=t+1;e<s;e++)for(let s=t+1;s<r;s++)T[e]+=b[s]*h.get(e,s);for(let e=t+1;e<r;e++){let n=-b[e]/b[t+1];for(let i=t+1;i<s;i++)h.set(i,e,h.get(i,e)+n*T[i])}}if(m)for(let e=t+1;e<r;e++)w.set(e,t,b[e])}}let M=Math.min(r,s+1);if(A<r&&(f[A]=h.get(A,A)),s<M&&(f[M-1]=0),S+1<M&&(b[S]=h.get(S,M-1)),b[M-1]=0,u){for(let t=A;t<g;t++){for(let e=0;e<s;e++)y.set(e,t,0);y.set(t,t,1)}for(let t=A-1;t>=0;t--)if(0!==f[t]){for(let e=t+1;e<g;e++){let n=0;for(let i=t;i<s;i++)n+=y.get(i,t)*y.get(i,e);n=-n/y.get(t,t);for(let i=t;i<s;i++)y.set(i,e,y.get(i,e)+n*y.get(i,t))}for(let e=t;e<s;e++)y.set(e,t,-y.get(e,t));y.set(t,t,1+y.get(t,t));for(let e=0;e<t-1;e++)y.set(e,t,0)}else{for(let e=0;e<s;e++)y.set(e,t,0);y.set(t,t,1)}}if(m)for(let t=r-1;t>=0;t--){if(t<S&&0!==b[t])for(let e=t+1;e<r;e++){let s=0;for(let n=t+1;n<r;n++)s+=w.get(n,t)*w.get(n,e);s=-s/w.get(t+1,t);for(let n=t+1;n<r;n++)w.set(n,e,w.get(n,e)+s*w.get(n,t))}for(let e=0;e<r;e++)w.set(e,t,0);w.set(t,t,1)}let v=M-1,N=0,L=Number.EPSILON;for(;M>0;){let t,e;for(t=M-2;t>=-1&&-1!==t;t--){const e=Number.MIN_VALUE+L*Math.abs(f[t]+Math.abs(f[t+1]));if(Math.abs(b[t])<=e||Number.isNaN(b[t])){b[t]=0;break}}if(t===M-2)e=4;else{let s;for(s=M-1;s>=t&&s!==t;s--){let e=(s!==M?Math.abs(b[s]):0)+(s!==t+1?Math.abs(b[s-1]):0);if(Math.abs(f[s])<=L*e){f[s]=0;break}}s===t?e=3:s===M-1?e=1:(e=2,t=s)}switch(t++,e){case 1:{let e=b[M-2];b[M-2]=0;for(let s=M-2;s>=t;s--){let n=(0,o.G)(f[s],e),i=f[s]/n,a=e/n;if(f[s]=n,s!==t&&(e=-a*b[s-1],b[s-1]=i*b[s-1]),m)for(let t=0;t<r;t++)n=i*w.get(t,s)+a*w.get(t,M-1),w.set(t,M-1,-a*w.get(t,s)+i*w.get(t,M-1)),w.set(t,s,n)}break}case 2:{let e=b[t-1];b[t-1]=0;for(let n=t;n<M;n++){let i=(0,o.G)(f[n],e),r=f[n]/i,a=e/i;if(f[n]=i,e=-a*b[n],b[n]=r*b[n],u)for(let e=0;e<s;e++)i=r*y.get(e,n)+a*y.get(e,t-1),y.set(e,t-1,-a*y.get(e,n)+r*y.get(e,t-1)),y.set(e,n,i)}break}case 3:{const e=Math.max(Math.abs(f[M-1]),Math.abs(f[M-2]),Math.abs(b[M-2]),Math.abs(f[t]),Math.abs(b[t])),n=f[M-1]/e,i=f[M-2]/e,a=b[M-2]/e,l=f[t]/e,c=b[t]/e,h=((i+n)*(i-n)+a*a)/2,d=n*a*(n*a);let g=0;0===h&&0===d||(g=h<0?0-Math.sqrt(h*h+d):Math.sqrt(h*h+d),g=d/(h+g));let p=(l+n)*(l-n)+g,T=l*c;for(let e=t;e<M-1;e++){let n=(0,o.G)(p,T);0===n&&(n=Number.MIN_VALUE);let i=p/n,a=T/n;if(e!==t&&(b[e-1]=n),p=i*f[e]+a*b[e],b[e]=i*b[e]-a*f[e],T=a*f[e+1],f[e+1]=i*f[e+1],m)for(let t=0;t<r;t++)n=i*w.get(t,e)+a*w.get(t,e+1),w.set(t,e+1,-a*w.get(t,e)+i*w.get(t,e+1)),w.set(t,e,n);if(n=(0,o.G)(p,T),0===n&&(n=Number.MIN_VALUE),i=p/n,a=T/n,f[e]=n,p=i*b[e]+a*f[e+1],f[e+1]=-a*b[e]+i*f[e+1],T=a*b[e+1],b[e+1]=i*b[e+1],u&&e<s-1)for(let t=0;t<s;t++)n=i*y.get(t,e)+a*y.get(t,e+1),y.set(t,e+1,-a*y.get(t,e)+i*y.get(t,e+1)),y.set(t,e,n)}b[M-2]=p,N+=1;break}case 4:if(f[t]<=0&&(f[t]=f[t]<0?-f[t]:0,m))for(let e=0;e<=v;e++)w.set(e,t,-w.get(e,t));for(;t<v&&!(f[t]>=f[t+1]);){let e=f[t];if(f[t]=f[t+1],f[t+1]=e,m&&t<r-1)for(let s=0;s<r;s++)e=w.get(s,t+1),w.set(s,t+1,w.get(s,t)),w.set(s,t,e);if(u&&t<s-1)for(let n=0;n<s;n++)e=y.get(n,t+1),y.set(n,t+1,y.get(n,t)),y.set(n,t,e);t++}N=0,M--}}if(d){let t=w;w=y,y=t}this.m=s,this.n=r,this.s=f,this.U=y,this.V=w}solve(t){let e=t,s=this.threshold,i=this.s.length,o=n.Z.zeros(i,i);for(let t=0;t<i;t++)Math.abs(this.s[t])<=s?o.set(t,t,0):o.set(t,t,1/this.s[t]);let r=this.U,a=this.rightSingularVectors,l=a.mmul(o),c=a.rows,h=r.rows,u=n.Z.zeros(c,h);for(let t=0;t<c;t++)for(let e=0;e<h;e++){let s=0;for(let n=0;n<i;n++)s+=l.get(t,n)*r.get(e,n);u.set(t,e,s)}return u.mmul(e)}solveForDiagonal(t){return this.solve(n.Z.diag(t))}inverse(){let t=this.V,e=this.threshold,s=t.rows,i=t.columns,o=new n.Z(s,this.s.length);for(let n=0;n<s;n++)for(let s=0;s<i;s++)Math.abs(this.s[s])>e&&o.set(n,s,t.get(n,s)/this.s[s]);let r=this.U,a=r.rows,l=r.columns,c=new n.Z(s,a);for(let t=0;t<s;t++)for(let e=0;e<a;e++){let s=0;for(let n=0;n<l;n++)s+=o.get(t,n)*r.get(e,n);c.set(t,e,s)}return c}get condition(){return this.s[0]/this.s[Math.min(this.m,this.n)-1]}get norm2(){return this.s[0]}get rank(){let t=Math.max(this.m,this.n)*this.s[0]*Number.EPSILON,e=0,s=this.s;for(let n=0,i=s.length;n<i;n++)s[n]>t&&e++;return e}get diagonal(){return Array.from(this.s)}get threshold(){return Number.EPSILON/2*Math.max(this.m,this.n)*this.s[0]}get leftSingularVectors(){return this.U}get rightSingularVectors(){return this.V}get diagonalMatrix(){return n.Z.diag(this.s)}}},6310:(t,e,s)=>{"use strict";function n(t,e){let s=0;return Math.abs(t)>Math.abs(e)?(s=e/t,Math.abs(t)*Math.sqrt(1+s*s)):0!==e?(s=t/e,Math.abs(e)*Math.sqrt(1+s*s)):0}s.d(e,{G:()=>n})},8345:(t,e,s)=>{"use strict";s.d(e,{S:()=>l});var n=s(2313),i=s(7072),o=s(6943),r=s(1174),a=s(8353);function l(t,e=!1){return t=a.Z.checkMatrix(t),e?new o.Z(t).inverse():function(t,e,s=!1){return t=a.Z.checkMatrix(t),e=a.Z.checkMatrix(e),s?new o.Z(t).solve(e):t.isSquare()?new n.Z(t).solve(e):new i.Z(t).solve(e)}(t,r.Z.eye(t.rows))}},3559:(t,e,s)=>{"use strict";s.d(e,{M:()=>r,V:()=>o});const n=" ".repeat(2),i=" ".repeat(4);function o(){return r(this)}function r(t,e={}){const{maxRows:s=15,maxColumns:o=10,maxNumSize:r=8,padMinus:l="auto"}=e;return`${t.constructor.name} {\n${n}[\n${i}${function(t,e,s,n,o){const{rows:r,columns:l}=t,c=Math.min(r,e),h=Math.min(l,s),u=[];if("auto"===o){o=!1;t:for(let e=0;e<c;e++)for(let s=0;s<h;s++)if(t.get(e,s)<0){o=!0;break t}}for(let e=0;e<c;e++){let s=[];for(let i=0;i<h;i++)s.push(a(t.get(e,i),n,o));u.push(`${s.join(" ")}`)}return h!==l&&(u[u.length-1]+=` ... ${l-s} more columns`),c!==r&&u.push(`... ${r-e} more rows`),u.join(`\n${i}`)}(t,s,o,r,l)}\n${n}]\n${n}rows: ${t.rows}\n${n}columns: ${t.columns}\n}`}function a(t,e,s){return(t>=0&&s?` ${l(t,e-1)}`:l(t,e)).padEnd(e)}function l(t,e){let s=t.toString();if(s.length<=e)return s;let n=t.toFixed(e);if(n.length>e&&(n=t.toFixed(Math.max(0,e-(n.length-e)))),n.length<=e&&!n.startsWith("0.000")&&!n.startsWith("-0.000"))return n;let i=t.toExponential(e);return i.length>e&&(i=t.toExponential(Math.max(0,e-(i.length-e)))),i.slice(0)}},5401:(t,e,s)=>{"use strict";function n(t,e){t.prototype.add=function(t){return"number"==typeof t?this.addS(t):this.addM(t)},t.prototype.addS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)+t);return this},t.prototype.addM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)+t.get(e,s));return this},t.add=function(t,s){return new e(t).add(s)},t.prototype.sub=function(t){return"number"==typeof t?this.subS(t):this.subM(t)},t.prototype.subS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)-t);return this},t.prototype.subM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)-t.get(e,s));return this},t.sub=function(t,s){return new e(t).sub(s)},t.prototype.subtract=t.prototype.sub,t.prototype.subtractS=t.prototype.subS,t.prototype.subtractM=t.prototype.subM,t.subtract=t.sub,t.prototype.mul=function(t){return"number"==typeof t?this.mulS(t):this.mulM(t)},t.prototype.mulS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)*t);return this},t.prototype.mulM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)*t.get(e,s));return this},t.mul=function(t,s){return new e(t).mul(s)},t.prototype.multiply=t.prototype.mul,t.prototype.multiplyS=t.prototype.mulS,t.prototype.multiplyM=t.prototype.mulM,t.multiply=t.mul,t.prototype.div=function(t){return"number"==typeof t?this.divS(t):this.divM(t)},t.prototype.divS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)/t);return this},t.prototype.divM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)/t.get(e,s));return this},t.div=function(t,s){return new e(t).div(s)},t.prototype.divide=t.prototype.div,t.prototype.divideS=t.prototype.divS,t.prototype.divideM=t.prototype.divM,t.divide=t.div,t.prototype.mod=function(t){return"number"==typeof t?this.modS(t):this.modM(t)},t.prototype.modS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)%t);return this},t.prototype.modM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)%t.get(e,s));return this},t.mod=function(t,s){return new e(t).mod(s)},t.prototype.modulus=t.prototype.mod,t.prototype.modulusS=t.prototype.modS,t.prototype.modulusM=t.prototype.modM,t.modulus=t.mod,t.prototype.and=function(t){return"number"==typeof t?this.andS(t):this.andM(t)},t.prototype.andS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)&t);return this},t.prototype.andM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)&t.get(e,s));return this},t.and=function(t,s){return new e(t).and(s)},t.prototype.or=function(t){return"number"==typeof t?this.orS(t):this.orM(t)},t.prototype.orS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)|t);return this},t.prototype.orM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)|t.get(e,s));return this},t.or=function(t,s){return new e(t).or(s)},t.prototype.xor=function(t){return"number"==typeof t?this.xorS(t):this.xorM(t)},t.prototype.xorS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)^t);return this},t.prototype.xorM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)^t.get(e,s));return this},t.xor=function(t,s){return new e(t).xor(s)},t.prototype.leftShift=function(t){return"number"==typeof t?this.leftShiftS(t):this.leftShiftM(t)},t.prototype.leftShiftS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)<<t);return this},t.prototype.leftShiftM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)<<t.get(e,s));return this},t.leftShift=function(t,s){return new e(t).leftShift(s)},t.prototype.signPropagatingRightShift=function(t){return"number"==typeof t?this.signPropagatingRightShiftS(t):this.signPropagatingRightShiftM(t)},t.prototype.signPropagatingRightShiftS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)>>t);return this},t.prototype.signPropagatingRightShiftM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)>>t.get(e,s));return this},t.signPropagatingRightShift=function(t,s){return new e(t).signPropagatingRightShift(s)},t.prototype.rightShift=function(t){return"number"==typeof t?this.rightShiftS(t):this.rightShiftM(t)},t.prototype.rightShiftS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)>>>t);return this},t.prototype.rightShiftM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)>>>t.get(e,s));return this},t.rightShift=function(t,s){return new e(t).rightShift(s)},t.prototype.zeroFillRightShift=t.prototype.rightShift,t.prototype.zeroFillRightShiftS=t.prototype.rightShiftS,t.prototype.zeroFillRightShiftM=t.prototype.rightShiftM,t.zeroFillRightShift=t.rightShift,t.prototype.not=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,~this.get(t,e));return this},t.not=function(t){return new e(t).not()},t.prototype.abs=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.abs(this.get(t,e)));return this},t.abs=function(t){return new e(t).abs()},t.prototype.acos=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.acos(this.get(t,e)));return this},t.acos=function(t){return new e(t).acos()},t.prototype.acosh=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.acosh(this.get(t,e)));return this},t.acosh=function(t){return new e(t).acosh()},t.prototype.asin=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.asin(this.get(t,e)));return this},t.asin=function(t){return new e(t).asin()},t.prototype.asinh=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.asinh(this.get(t,e)));return this},t.asinh=function(t){return new e(t).asinh()},t.prototype.atan=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.atan(this.get(t,e)));return this},t.atan=function(t){return new e(t).atan()},t.prototype.atanh=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.atanh(this.get(t,e)));return this},t.atanh=function(t){return new e(t).atanh()},t.prototype.cbrt=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.cbrt(this.get(t,e)));return this},t.cbrt=function(t){return new e(t).cbrt()},t.prototype.ceil=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.ceil(this.get(t,e)));return this},t.ceil=function(t){return new e(t).ceil()},t.prototype.clz32=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.clz32(this.get(t,e)));return this},t.clz32=function(t){return new e(t).clz32()},t.prototype.cos=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.cos(this.get(t,e)));return this},t.cos=function(t){return new e(t).cos()},t.prototype.cosh=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.cosh(this.get(t,e)));return this},t.cosh=function(t){return new e(t).cosh()},t.prototype.exp=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.exp(this.get(t,e)));return this},t.exp=function(t){return new e(t).exp()},t.prototype.expm1=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.expm1(this.get(t,e)));return this},t.expm1=function(t){return new e(t).expm1()},t.prototype.floor=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.floor(this.get(t,e)));return this},t.floor=function(t){return new e(t).floor()},t.prototype.fround=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.fround(this.get(t,e)));return this},t.fround=function(t){return new e(t).fround()},t.prototype.log=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.log(this.get(t,e)));return this},t.log=function(t){return new e(t).log()},t.prototype.log1p=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.log1p(this.get(t,e)));return this},t.log1p=function(t){return new e(t).log1p()},t.prototype.log10=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.log10(this.get(t,e)));return this},t.log10=function(t){return new e(t).log10()},t.prototype.log2=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.log2(this.get(t,e)));return this},t.log2=function(t){return new e(t).log2()},t.prototype.round=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.round(this.get(t,e)));return this},t.round=function(t){return new e(t).round()},t.prototype.sign=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.sign(this.get(t,e)));return this},t.sign=function(t){return new e(t).sign()},t.prototype.sin=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.sin(this.get(t,e)));return this},t.sin=function(t){return new e(t).sin()},t.prototype.sinh=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.sinh(this.get(t,e)));return this},t.sinh=function(t){return new e(t).sinh()},t.prototype.sqrt=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.sqrt(this.get(t,e)));return this},t.sqrt=function(t){return new e(t).sqrt()},t.prototype.tan=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.tan(this.get(t,e)));return this},t.tan=function(t){return new e(t).tan()},t.prototype.tanh=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.tanh(this.get(t,e)));return this},t.tanh=function(t){return new e(t).tanh()},t.prototype.trunc=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.trunc(this.get(t,e)));return this},t.trunc=function(t){return new e(t).trunc()},t.pow=function(t,s){return new e(t).pow(s)},t.prototype.pow=function(t){return"number"==typeof t?this.powS(t):this.powM(t)},t.prototype.powS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,Math.pow(this.get(e,s),t));return this},t.prototype.powM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,Math.pow(this.get(e,s),t.get(e,s)));return this}}s.d(e,{z:()=>n})},1174:(t,e,s)=>{"use strict";s.d(e,{X:()=>c,Z:()=>u});var n=s(5776),i=s(5408),o=s(3559),r=s(5401),a=s(9515),l=s(3018);class c{static from1DArray(t,e,s){if(t*e!==s.length)throw new RangeError("data length does not match given dimensions");let n=new u(t,e);for(let i=0;i<t;i++)for(let t=0;t<e;t++)n.set(i,t,s[i*e+t]);return n}static rowVector(t){let e=new u(1,t.length);for(let s=0;s<t.length;s++)e.set(0,s,t[s]);return e}static columnVector(t){let e=new u(t.length,1);for(let s=0;s<t.length;s++)e.set(s,0,t[s]);return e}static zeros(t,e){return new u(t,e)}static ones(t,e){return new u(t,e).fill(1)}static rand(t,e,s={}){if("object"!=typeof s)throw new TypeError("options must be an object");const{random:n=Math.random}=s;let i=new u(t,e);for(let s=0;s<t;s++)for(let t=0;t<e;t++)i.set(s,t,n());return i}static randInt(t,e,s={}){if("object"!=typeof s)throw new TypeError("options must be an object");const{min:n=0,max:i=1e3,random:o=Math.random}=s;if(!Number.isInteger(n))throw new TypeError("min must be an integer");if(!Number.isInteger(i))throw new TypeError("max must be an integer");if(n>=i)throw new RangeError("min must be smaller than max");let r=i-n,a=new u(t,e);for(let s=0;s<t;s++)for(let t=0;t<e;t++){let e=n+Math.round(o()*r);a.set(s,t,e)}return a}static eye(t,e,s){void 0===e&&(e=t),void 0===s&&(s=1);let n=Math.min(t,e),i=this.zeros(t,e);for(let t=0;t<n;t++)i.set(t,t,s);return i}static diag(t,e,s){let n=t.length;void 0===e&&(e=n),void 0===s&&(s=e);let i=Math.min(n,e,s),o=this.zeros(e,s);for(let e=0;e<i;e++)o.set(e,e,t[e]);return o}static min(t,e){t=this.checkMatrix(t),e=this.checkMatrix(e);let s=t.rows,n=t.columns,i=new u(s,n);for(let o=0;o<s;o++)for(let s=0;s<n;s++)i.set(o,s,Math.min(t.get(o,s),e.get(o,s)));return i}static max(t,e){t=this.checkMatrix(t),e=this.checkMatrix(e);let s=t.rows,n=t.columns,i=new this(s,n);for(let o=0;o<s;o++)for(let s=0;s<n;s++)i.set(o,s,Math.max(t.get(o,s),e.get(o,s)));return i}static checkMatrix(t){return c.isMatrix(t)?t:new u(t)}static isMatrix(t){return null!=t&&"Matrix"===t.klass}get size(){return this.rows*this.columns}apply(t){if("function"!=typeof t)throw new TypeError("callback must be a function");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)t.call(this,e,s);return this}to1DArray(){let t=[];for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)t.push(this.get(e,s));return t}to2DArray(){let t=[];for(let e=0;e<this.rows;e++){t.push([]);for(let s=0;s<this.columns;s++)t[e].push(this.get(e,s))}return t}toJSON(){return this.to2DArray()}isRowVector(){return 1===this.rows}isColumnVector(){return 1===this.columns}isVector(){return 1===this.rows||1===this.columns}isSquare(){return this.rows===this.columns}isEmpty(){return 0===this.rows||0===this.columns}isSymmetric(){if(this.isSquare()){for(let t=0;t<this.rows;t++)for(let e=0;e<=t;e++)if(this.get(t,e)!==this.get(e,t))return!1;return!0}return!1}isEchelonForm(){let t=0,e=0,s=-1,n=!0,i=!1;for(;t<this.rows&&n;){for(e=0,i=!1;e<this.columns&&!1===i;)0===this.get(t,e)?e++:1===this.get(t,e)&&e>s?(i=!0,s=e):(n=!1,i=!0);t++}return n}isReducedEchelonForm(){let t=0,e=0,s=-1,n=!0,i=!1;for(;t<this.rows&&n;){for(e=0,i=!1;e<this.columns&&!1===i;)0===this.get(t,e)?e++:1===this.get(t,e)&&e>s?(i=!0,s=e):(n=!1,i=!0);for(let s=e+1;s<this.rows;s++)0!==this.get(t,s)&&(n=!1);t++}return n}echelonForm(){let t=this.clone(),e=0,s=0;for(;e<t.rows&&s<t.columns;){let n=e;for(let i=e;i<t.rows;i++)t.get(i,s)>t.get(n,s)&&(n=i);if(0===t.get(n,s))s++;else{t.swapRows(e,n);let i=t.get(e,s);for(let n=s;n<t.columns;n++)t.set(e,n,t.get(e,n)/i);for(let n=e+1;n<t.rows;n++){let i=t.get(n,s)/t.get(e,s);t.set(n,s,0);for(let o=s+1;o<t.columns;o++)t.set(n,o,t.get(n,o)-t.get(e,o)*i)}e++,s++}}return t}reducedEchelonForm(){let t=this.echelonForm(),e=t.columns,s=t.rows,n=s-1;for(;n>=0;)if(0===t.maxRow(n))n--;else{let i=0,o=!1;for(;i<s&&!1===o;)1===t.get(n,i)?o=!0:i++;for(let s=0;s<n;s++){let o=t.get(s,i);for(let r=i;r<e;r++){let e=t.get(s,r)-o*t.get(n,r);t.set(s,r,e)}}n--}return t}set(){throw new Error("set method is unimplemented")}get(){throw new Error("get method is unimplemented")}repeat(t={}){if("object"!=typeof t)throw new TypeError("options must be an object");const{rows:e=1,columns:s=1}=t;if(!Number.isInteger(e)||e<=0)throw new TypeError("rows must be a positive integer");if(!Number.isInteger(s)||s<=0)throw new TypeError("columns must be a positive integer");let n=new u(this.rows*e,this.columns*s);for(let t=0;t<e;t++)for(let e=0;e<s;e++)n.setSubMatrix(this,this.rows*t,this.columns*e);return n}fill(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,t);return this}neg(){return this.mulS(-1)}getRow(t){(0,l.zb)(this,t);let e=[];for(let s=0;s<this.columns;s++)e.push(this.get(t,s));return e}getRowVector(t){return u.rowVector(this.getRow(t))}setRow(t,e){(0,l.zb)(this,t),e=(0,l.on)(this,e);for(let s=0;s<this.columns;s++)this.set(t,s,e[s]);return this}swapRows(t,e){(0,l.zb)(this,t),(0,l.zb)(this,e);for(let s=0;s<this.columns;s++){let n=this.get(t,s);this.set(t,s,this.get(e,s)),this.set(e,s,n)}return this}getColumn(t){(0,l.bp)(this,t);let e=[];for(let s=0;s<this.rows;s++)e.push(this.get(s,t));return e}getColumnVector(t){return u.columnVector(this.getColumn(t))}setColumn(t,e){(0,l.bp)(this,t),e=(0,l.Um)(this,e);for(let s=0;s<this.rows;s++)this.set(s,t,e[s]);return this}swapColumns(t,e){(0,l.bp)(this,t),(0,l.bp)(this,e);for(let s=0;s<this.rows;s++){let n=this.get(s,t);this.set(s,t,this.get(s,e)),this.set(s,e,n)}return this}addRowVector(t){t=(0,l.on)(this,t);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)+t[s]);return this}subRowVector(t){t=(0,l.on)(this,t);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)-t[s]);return this}mulRowVector(t){t=(0,l.on)(this,t);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)*t[s]);return this}divRowVector(t){t=(0,l.on)(this,t);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)/t[s]);return this}addColumnVector(t){t=(0,l.Um)(this,t);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)+t[e]);return this}subColumnVector(t){t=(0,l.Um)(this,t);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)-t[e]);return this}mulColumnVector(t){t=(0,l.Um)(this,t);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)*t[e]);return this}divColumnVector(t){t=(0,l.Um)(this,t);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)/t[e]);return this}mulRow(t,e){(0,l.zb)(this,t);for(let s=0;s<this.columns;s++)this.set(t,s,this.get(t,s)*e);return this}mulColumn(t,e){(0,l.bp)(this,t);for(let s=0;s<this.rows;s++)this.set(s,t,this.get(s,t)*e);return this}max(t){if(this.isEmpty())return NaN;switch(t){case"row":{const t=new Array(this.rows).fill(Number.NEGATIVE_INFINITY);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.get(e,s)>t[e]&&(t[e]=this.get(e,s));return t}case"column":{const t=new Array(this.columns).fill(Number.NEGATIVE_INFINITY);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.get(e,s)>t[s]&&(t[s]=this.get(e,s));return t}case void 0:{let t=this.get(0,0);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.get(e,s)>t&&(t=this.get(e,s));return t}default:throw new Error(`invalid option: ${t}`)}}maxIndex(){(0,l.cT)(this);let t=this.get(0,0),e=[0,0];for(let s=0;s<this.rows;s++)for(let n=0;n<this.columns;n++)this.get(s,n)>t&&(t=this.get(s,n),e[0]=s,e[1]=n);return e}min(t){if(this.isEmpty())return NaN;switch(t){case"row":{const t=new Array(this.rows).fill(Number.POSITIVE_INFINITY);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.get(e,s)<t[e]&&(t[e]=this.get(e,s));return t}case"column":{const t=new Array(this.columns).fill(Number.POSITIVE_INFINITY);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.get(e,s)<t[s]&&(t[s]=this.get(e,s));return t}case void 0:{let t=this.get(0,0);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.get(e,s)<t&&(t=this.get(e,s));return t}default:throw new Error(`invalid option: ${t}`)}}minIndex(){(0,l.cT)(this);let t=this.get(0,0),e=[0,0];for(let s=0;s<this.rows;s++)for(let n=0;n<this.columns;n++)this.get(s,n)<t&&(t=this.get(s,n),e[0]=s,e[1]=n);return e}maxRow(t){if((0,l.zb)(this,t),this.isEmpty())return NaN;let e=this.get(t,0);for(let s=1;s<this.columns;s++)this.get(t,s)>e&&(e=this.get(t,s));return e}maxRowIndex(t){(0,l.zb)(this,t),(0,l.cT)(this);let e=this.get(t,0),s=[t,0];for(let n=1;n<this.columns;n++)this.get(t,n)>e&&(e=this.get(t,n),s[1]=n);return s}minRow(t){if((0,l.zb)(this,t),this.isEmpty())return NaN;let e=this.get(t,0);for(let s=1;s<this.columns;s++)this.get(t,s)<e&&(e=this.get(t,s));return e}minRowIndex(t){(0,l.zb)(this,t),(0,l.cT)(this);let e=this.get(t,0),s=[t,0];for(let n=1;n<this.columns;n++)this.get(t,n)<e&&(e=this.get(t,n),s[1]=n);return s}maxColumn(t){if((0,l.bp)(this,t),this.isEmpty())return NaN;let e=this.get(0,t);for(let s=1;s<this.rows;s++)this.get(s,t)>e&&(e=this.get(s,t));return e}maxColumnIndex(t){(0,l.bp)(this,t),(0,l.cT)(this);let e=this.get(0,t),s=[0,t];for(let n=1;n<this.rows;n++)this.get(n,t)>e&&(e=this.get(n,t),s[0]=n);return s}minColumn(t){if((0,l.bp)(this,t),this.isEmpty())return NaN;let e=this.get(0,t);for(let s=1;s<this.rows;s++)this.get(s,t)<e&&(e=this.get(s,t));return e}minColumnIndex(t){(0,l.bp)(this,t),(0,l.cT)(this);let e=this.get(0,t),s=[0,t];for(let n=1;n<this.rows;n++)this.get(n,t)<e&&(e=this.get(n,t),s[0]=n);return s}diag(){let t=Math.min(this.rows,this.columns),e=[];for(let s=0;s<t;s++)e.push(this.get(s,s));return e}norm(t="frobenius"){let e=0;if("max"===t)return this.max();if("frobenius"===t){for(let t=0;t<this.rows;t++)for(let s=0;s<this.columns;s++)e+=this.get(t,s)*this.get(t,s);return Math.sqrt(e)}throw new RangeError(`unknown norm type: ${t}`)}cumulativeSum(){let t=0;for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)t+=this.get(e,s),this.set(e,s,t);return this}dot(t){c.isMatrix(t)&&(t=t.to1DArray());let e=this.to1DArray();if(e.length!==t.length)throw new RangeError("vectors do not have the same size");let s=0;for(let n=0;n<e.length;n++)s+=e[n]*t[n];return s}mmul(t){t=u.checkMatrix(t);let e=this.rows,s=this.columns,n=t.columns,i=new u(e,n),o=new Float64Array(s);for(let r=0;r<n;r++){for(let e=0;e<s;e++)o[e]=t.get(e,r);for(let t=0;t<e;t++){let e=0;for(let n=0;n<s;n++)e+=this.get(t,n)*o[n];i.set(t,r,e)}}return i}strassen2x2(t){t=u.checkMatrix(t);let e=new u(2,2);const s=this.get(0,0),n=t.get(0,0),i=this.get(0,1),o=t.get(0,1),r=this.get(1,0),a=t.get(1,0),l=this.get(1,1),c=t.get(1,1),h=(s+l)*(n+c),m=(r+l)*n,d=s*(o-c),g=l*(a-n),p=(s+i)*c,f=h+g-p+(i-l)*(a+c),y=d+p,w=m+g,b=h-m+d+(r-s)*(n+o);return e.set(0,0,f),e.set(0,1,y),e.set(1,0,w),e.set(1,1,b),e}strassen3x3(t){t=u.checkMatrix(t);let e=new u(3,3);const s=this.get(0,0),n=this.get(0,1),i=this.get(0,2),o=this.get(1,0),r=this.get(1,1),a=this.get(1,2),l=this.get(2,0),c=this.get(2,1),h=this.get(2,2),m=t.get(0,0),d=t.get(0,1),g=t.get(0,2),p=t.get(1,0),f=t.get(1,1),y=t.get(1,2),w=t.get(2,0),b=t.get(2,1),T=t.get(2,2),C=(s-o)*(-d+f),A=(-s+o+r)*(m-d+f),S=(o+r)*(-m+d),E=s*m,M=(-s+l+c)*(m-g+y),v=(-s+l)*(g-y),N=(l+c)*(-m+g),L=(-i+c+h)*(f+w-b),_=(i-h)*(f-b),I=i*w,P=(c+h)*(-w+b),x=(-i+r+a)*(y+w-T),R=(i-a)*(y-T),O=(r+a)*(-w+T),G=E+I+n*p,F=(s+n+i-o-r-c-h)*f+A+S+E+L+I+P,D=E+M+N+(s+n+i-r-a-l-c)*y+I+x+O,H=C+r*(-m+d+p-f-y-w+T)+A+E+I+x+R,W=C+A+S+E+a*b,k=I+x+R+O+o*g,B=E+M+v+c*(-m+g+p-f-y-w+b)+L+_+I,V=L+_+I+P+l*d,U=E+M+v+N+h*T;return e.set(0,0,G),e.set(0,1,F),e.set(0,2,D),e.set(1,0,H),e.set(1,1,W),e.set(1,2,k),e.set(2,0,B),e.set(2,1,V),e.set(2,2,U),e}mmulStrassen(t){t=u.checkMatrix(t);let e=this.clone(),s=e.rows,n=e.columns,i=t.rows,o=t.columns;function r(t,e,s){let n=t.rows,i=t.columns;if(n===e&&i===s)return t;{let n=c.zeros(e,s);return n=n.setSubMatrix(t,0,0),n}}n!==i&&console.warn(`Multiplying ${s} x ${n} and ${i} x ${o} matrix: dimensions do not match.`);let a=Math.max(s,i),l=Math.max(n,o);return e=r(e,a,l),function t(e,s,n,i){if(n<=512||i<=512)return e.mmul(s);n%2==1&&i%2==1?(e=r(e,n+1,i+1),s=r(s,n+1,i+1)):n%2==1?(e=r(e,n+1,i),s=r(s,n+1,i)):i%2==1&&(e=r(e,n,i+1),s=r(s,n,i+1));let o=parseInt(e.rows/2,10),a=parseInt(e.columns/2,10),l=e.subMatrix(0,o-1,0,a-1),h=s.subMatrix(0,o-1,0,a-1),u=e.subMatrix(0,o-1,a,e.columns-1),m=s.subMatrix(0,o-1,a,s.columns-1),d=e.subMatrix(o,e.rows-1,0,a-1),g=s.subMatrix(o,s.rows-1,0,a-1),p=e.subMatrix(o,e.rows-1,a,e.columns-1),f=s.subMatrix(o,s.rows-1,a,s.columns-1),y=t(c.add(l,p),c.add(h,f),o,a),w=t(c.add(d,p),h,o,a),b=t(l,c.sub(m,f),o,a),T=t(p,c.sub(g,h),o,a),C=t(c.add(l,u),f,o,a),A=t(c.sub(d,l),c.add(h,m),o,a),S=t(c.sub(u,p),c.add(g,f),o,a),E=c.add(y,T);E.sub(C),E.add(S);let M=c.add(b,C),v=c.add(w,T),N=c.sub(y,w);N.add(b),N.add(A);let L=c.zeros(2*E.rows,2*E.columns);return L=L.setSubMatrix(E,0,0),L=L.setSubMatrix(M,E.rows,0),L=L.setSubMatrix(v,0,E.columns),L=L.setSubMatrix(N,E.rows,E.columns),L.subMatrix(0,n-1,0,i-1)}(e,t=r(t,a,l),a,l)}scaleRows(t={}){if("object"!=typeof t)throw new TypeError("options must be an object");const{min:e=0,max:s=1}=t;if(!Number.isFinite(e))throw new TypeError("min must be a number");if(!Number.isFinite(s))throw new TypeError("max must be a number");if(e>=s)throw new RangeError("min must be smaller than max");let n=new u(this.rows,this.columns);for(let t=0;t<this.rows;t++){const o=this.getRow(t);o.length>0&&(0,i.Z)(o,{min:e,max:s,output:o}),n.setRow(t,o)}return n}scaleColumns(t={}){if("object"!=typeof t)throw new TypeError("options must be an object");const{min:e=0,max:s=1}=t;if(!Number.isFinite(e))throw new TypeError("min must be a number");if(!Number.isFinite(s))throw new TypeError("max must be a number");if(e>=s)throw new RangeError("min must be smaller than max");let n=new u(this.rows,this.columns);for(let t=0;t<this.columns;t++){const o=this.getColumn(t);o.length&&(0,i.Z)(o,{min:e,max:s,output:o}),n.setColumn(t,o)}return n}flipRows(){const t=Math.ceil(this.columns/2);for(let e=0;e<this.rows;e++)for(let s=0;s<t;s++){let t=this.get(e,s),n=this.get(e,this.columns-1-s);this.set(e,s,n),this.set(e,this.columns-1-s,t)}return this}flipColumns(){const t=Math.ceil(this.rows/2);for(let e=0;e<this.columns;e++)for(let s=0;s<t;s++){let t=this.get(s,e),n=this.get(this.rows-1-s,e);this.set(s,e,n),this.set(this.rows-1-s,e,t)}return this}kroneckerProduct(t){t=u.checkMatrix(t);let e=this.rows,s=this.columns,n=t.rows,i=t.columns,o=new u(e*n,s*i);for(let r=0;r<e;r++)for(let e=0;e<s;e++)for(let s=0;s<n;s++)for(let a=0;a<i;a++)o.set(n*r+s,i*e+a,this.get(r,e)*t.get(s,a));return o}kroneckerSum(t){if(t=u.checkMatrix(t),!this.isSquare()||!t.isSquare())throw new Error("Kronecker Sum needs two Square Matrices");let e=this.rows,s=t.rows,n=this.kroneckerProduct(u.eye(s,s)),i=u.eye(e,e).kroneckerProduct(t);return n.add(i)}transpose(){let t=new u(this.columns,this.rows);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)t.set(s,e,this.get(e,s));return t}sortRows(t=h){for(let e=0;e<this.rows;e++)this.setRow(e,this.getRow(e).sort(t));return this}sortColumns(t=h){for(let e=0;e<this.columns;e++)this.setColumn(e,this.getColumn(e).sort(t));return this}subMatrix(t,e,s,n){(0,l.J5)(this,t,e,s,n);let i=new u(e-t+1,n-s+1);for(let o=t;o<=e;o++)for(let e=s;e<=n;e++)i.set(o-t,e-s,this.get(o,e));return i}subMatrixRow(t,e,s){if(void 0===e&&(e=0),void 0===s&&(s=this.columns-1),e>s||e<0||e>=this.columns||s<0||s>=this.columns)throw new RangeError("Argument out of range");let n=new u(t.length,s-e+1);for(let i=0;i<t.length;i++)for(let o=e;o<=s;o++){if(t[i]<0||t[i]>=this.rows)throw new RangeError(`Row index out of range: ${t[i]}`);n.set(i,o-e,this.get(t[i],o))}return n}subMatrixColumn(t,e,s){if(void 0===e&&(e=0),void 0===s&&(s=this.rows-1),e>s||e<0||e>=this.rows||s<0||s>=this.rows)throw new RangeError("Argument out of range");let n=new u(s-e+1,t.length);for(let i=0;i<t.length;i++)for(let o=e;o<=s;o++){if(t[i]<0||t[i]>=this.columns)throw new RangeError(`Column index out of range: ${t[i]}`);n.set(o-e,i,this.get(o,t[i]))}return n}setSubMatrix(t,e,s){if((t=u.checkMatrix(t)).isEmpty())return this;let n=e+t.rows-1,i=s+t.columns-1;(0,l.J5)(this,e,n,s,i);for(let n=0;n<t.rows;n++)for(let i=0;i<t.columns;i++)this.set(e+n,s+i,t.get(n,i));return this}selection(t,e){(0,l.ZR)(this,t),(0,l.g)(this,e);let s=new u(t.length,e.length);for(let n=0;n<t.length;n++){let i=t[n];for(let t=0;t<e.length;t++){let o=e[t];s.set(n,t,this.get(i,o))}}return s}trace(){let t=Math.min(this.rows,this.columns),e=0;for(let s=0;s<t;s++)e+=this.get(s,s);return e}clone(){let t=new u(this.rows,this.columns);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)t.set(e,s,this.get(e,s));return t}sum(t){switch(t){case"row":return(0,a.bQ)(this);case"column":return(0,a.Dm)(this);case void 0:return(0,a.xo)(this);default:throw new Error(`invalid option: ${t}`)}}product(t){switch(t){case"row":return(0,a.Pw)(this);case"column":return(0,a.PI)(this);case void 0:return(0,a.tT)(this);default:throw new Error(`invalid option: ${t}`)}}mean(t){const e=this.sum(t);switch(t){case"row":for(let t=0;t<this.rows;t++)e[t]/=this.columns;return e;case"column":for(let t=0;t<this.columns;t++)e[t]/=this.rows;return e;case void 0:return e/this.size;default:throw new Error(`invalid option: ${t}`)}}variance(t,e={}){if("object"==typeof t&&(e=t,t=void 0),"object"!=typeof e)throw new TypeError("options must be an object");const{unbiased:s=!0,mean:i=this.mean(t)}=e;if("boolean"!=typeof s)throw new TypeError("unbiased must be a boolean");switch(t){case"row":if(!(0,n.N)(i))throw new TypeError("mean must be an array");return(0,a.we)(this,s,i);case"column":if(!(0,n.N)(i))throw new TypeError("mean must be an array");return(0,a._G)(this,s,i);case void 0:if("number"!=typeof i)throw new TypeError("mean must be a number");return(0,a.C)(this,s,i);default:throw new Error(`invalid option: ${t}`)}}standardDeviation(t,e){"object"==typeof t&&(e=t,t=void 0);const s=this.variance(t,e);if(void 0===t)return Math.sqrt(s);for(let t=0;t<s.length;t++)s[t]=Math.sqrt(s[t]);return s}center(t,e={}){if("object"==typeof t&&(e=t,t=void 0),"object"!=typeof e)throw new TypeError("options must be an object");const{center:s=this.mean(t)}=e;switch(t){case"row":if(!(0,n.N)(s))throw new TypeError("center must be an array");return(0,a.rU)(this,s),this;case"column":if(!(0,n.N)(s))throw new TypeError("center must be an array");return(0,a._f)(this,s),this;case void 0:if("number"!=typeof s)throw new TypeError("center must be a number");return(0,a.mm)(this,s),this;default:throw new Error(`invalid option: ${t}`)}}scale(t,e={}){if("object"==typeof t&&(e=t,t=void 0),"object"!=typeof e)throw new TypeError("options must be an object");let s=e.scale;switch(t){case"row":if(void 0===s)s=(0,a.kn)(this);else if(!(0,n.N)(s))throw new TypeError("scale must be an array");return(0,a.DU)(this,s),this;case"column":if(void 0===s)s=(0,a.Pr)(this);else if(!(0,n.N)(s))throw new TypeError("scale must be an array");return(0,a.Mj)(this,s),this;case void 0:if(void 0===s)s=(0,a.Y2)(this);else if("number"!=typeof s)throw new TypeError("scale must be a number");return(0,a.td)(this,s),this;default:throw new Error(`invalid option: ${t}`)}}toString(t){return(0,o.M)(this,t)}}function h(t,e){return t-e}c.prototype.klass="Matrix","undefined"!=typeof Symbol&&(c.prototype[Symbol.for("nodejs.util.inspect.custom")]=o.V),c.random=c.rand,c.randomInt=c.randInt,c.diagonal=c.diag,c.prototype.diagonal=c.prototype.diag,c.identity=c.eye,c.prototype.negate=c.prototype.neg,c.prototype.tensorProduct=c.prototype.kroneckerProduct;class u extends c{constructor(t,e){if(super(),u.isMatrix(t))return t.clone();if(Number.isInteger(t)&&t>=0){if(this.data=[],!(Number.isInteger(e)&&e>=0))throw new TypeError("nColumns must be a positive integer");for(let s=0;s<t;s++)this.data.push(new Float64Array(e))}else{if(!(0,n.N)(t))throw new TypeError("First argument must be a positive number or an array");{const s=t;if("number"!=typeof(e=(t=s.length)?s[0].length:0))throw new TypeError("Data must be a 2D array with at least one element");this.data=[];for(let n=0;n<t;n++){if(s[n].length!==e)throw new RangeError("Inconsistent array dimensions");if(!s[n].every((t=>"number"==typeof t)))throw new TypeError("Input data contains non-numeric values");this.data.push(Float64Array.from(s[n]))}}}this.rows=t,this.columns=e}set(t,e,s){return this.data[t][e]=s,this}get(t,e){return this.data[t][e]}removeRow(t){return(0,l.zb)(this,t),this.data.splice(t,1),this.rows-=1,this}addRow(t,e){return void 0===e&&(e=t,t=this.rows),(0,l.zb)(this,t,!0),e=Float64Array.from((0,l.on)(this,e)),this.data.splice(t,0,e),this.rows+=1,this}removeColumn(t){(0,l.bp)(this,t);for(let e=0;e<this.rows;e++){const s=new Float64Array(this.columns-1);for(let n=0;n<t;n++)s[n]=this.data[e][n];for(let n=t+1;n<this.columns;n++)s[n-1]=this.data[e][n];this.data[e]=s}return this.columns-=1,this}addColumn(t,e){void 0===e&&(e=t,t=this.columns),(0,l.bp)(this,t,!0),e=(0,l.Um)(this,e);for(let s=0;s<this.rows;s++){const n=new Float64Array(this.columns+1);let i=0;for(;i<t;i++)n[i]=this.data[s][i];for(n[i++]=e[s];i<this.columns+1;i++)n[i]=this.data[s][i-1];this.data[s]=n}return this.columns+=1,this}}(0,r.z)(c,u)},9515:(t,e,s)=>{"use strict";s.d(e,{C:()=>m,DU:()=>y,Dm:()=>o,Mj:()=>b,PI:()=>l,Pr:()=>w,Pw:()=>a,Y2:()=>T,_G:()=>u,_f:()=>g,bQ:()=>i,kn:()=>f,mm:()=>p,rU:()=>d,tT:()=>c,td:()=>C,we:()=>h,xo:()=>r});var n=s(3018);function i(t){let e=(0,n.B4)(t.rows);for(let s=0;s<t.rows;++s)for(let n=0;n<t.columns;++n)e[s]+=t.get(s,n);return e}function o(t){let e=(0,n.B4)(t.columns);for(let s=0;s<t.rows;++s)for(let n=0;n<t.columns;++n)e[n]+=t.get(s,n);return e}function r(t){let e=0;for(let s=0;s<t.rows;s++)for(let n=0;n<t.columns;n++)e+=t.get(s,n);return e}function a(t){let e=(0,n.B4)(t.rows,1);for(let s=0;s<t.rows;++s)for(let n=0;n<t.columns;++n)e[s]*=t.get(s,n);return e}function l(t){let e=(0,n.B4)(t.columns,1);for(let s=0;s<t.rows;++s)for(let n=0;n<t.columns;++n)e[n]*=t.get(s,n);return e}function c(t){let e=1;for(let s=0;s<t.rows;s++)for(let n=0;n<t.columns;n++)e*=t.get(s,n);return e}function h(t,e,s){const n=t.rows,i=t.columns,o=[];for(let r=0;r<n;r++){let n=0,a=0,l=0;for(let e=0;e<i;e++)l=t.get(r,e)-s[r],n+=l,a+=l*l;e?o.push((a-n*n/i)/(i-1)):o.push((a-n*n/i)/i)}return o}function u(t,e,s){const n=t.rows,i=t.columns,o=[];for(let r=0;r<i;r++){let i=0,a=0,l=0;for(let e=0;e<n;e++)l=t.get(e,r)-s[r],i+=l,a+=l*l;e?o.push((a-i*i/n)/(n-1)):o.push((a-i*i/n)/n)}return o}function m(t,e,s){const n=t.rows,i=t.columns,o=n*i;let r=0,a=0,l=0;for(let e=0;e<n;e++)for(let n=0;n<i;n++)l=t.get(e,n)-s,r+=l,a+=l*l;return e?(a-r*r/o)/(o-1):(a-r*r/o)/o}function d(t,e){for(let s=0;s<t.rows;s++)for(let n=0;n<t.columns;n++)t.set(s,n,t.get(s,n)-e[s])}function g(t,e){for(let s=0;s<t.rows;s++)for(let n=0;n<t.columns;n++)t.set(s,n,t.get(s,n)-e[n])}function p(t,e){for(let s=0;s<t.rows;s++)for(let n=0;n<t.columns;n++)t.set(s,n,t.get(s,n)-e)}function f(t){const e=[];for(let s=0;s<t.rows;s++){let n=0;for(let e=0;e<t.columns;e++)n+=Math.pow(t.get(s,e),2)/(t.columns-1);e.push(Math.sqrt(n))}return e}function y(t,e){for(let s=0;s<t.rows;s++)for(let n=0;n<t.columns;n++)t.set(s,n,t.get(s,n)/e[s])}function w(t){const e=[];for(let s=0;s<t.columns;s++){let n=0;for(let e=0;e<t.rows;e++)n+=Math.pow(t.get(e,s),2)/(t.rows-1);e.push(Math.sqrt(n))}return e}function b(t,e){for(let s=0;s<t.rows;s++)for(let n=0;n<t.columns;n++)t.set(s,n,t.get(s,n)/e[n])}function T(t){const e=t.size-1;let s=0;for(let n=0;n<t.columns;n++)for(let i=0;i<t.rows;i++)s+=Math.pow(t.get(i,n),2)/e;return Math.sqrt(s)}function C(t,e){for(let s=0;s<t.rows;s++)for(let n=0;n<t.columns;n++)t.set(s,n,t.get(s,n)/e)}},3018:(t,e,s)=>{"use strict";s.d(e,{B4:()=>u,J5:()=>h,Um:()=>a,ZR:()=>l,bp:()=>o,cT:()=>d,g:()=>c,on:()=>r,zb:()=>i});var n=s(5776);function i(t,e,s){let n=s?t.rows:t.rows-1;if(e<0||e>n)throw new RangeError("Row index out of range")}function o(t,e,s){let n=s?t.columns:t.columns-1;if(e<0||e>n)throw new RangeError("Column index out of range")}function r(t,e){if(e.to1DArray&&(e=e.to1DArray()),e.length!==t.columns)throw new RangeError("vector size must be the same as the number of columns");return e}function a(t,e){if(e.to1DArray&&(e=e.to1DArray()),e.length!==t.rows)throw new RangeError("vector size must be the same as the number of rows");return e}function l(t,e){if(!(0,n.N)(e))throw new TypeError("row indices must be an array");for(let s=0;s<e.length;s++)if(e[s]<0||e[s]>=t.rows)throw new RangeError("row indices are out of range")}function c(t,e){if(!(0,n.N)(e))throw new TypeError("column indices must be an array");for(let s=0;s<e.length;s++)if(e[s]<0||e[s]>=t.columns)throw new RangeError("column indices are out of range")}function h(t,e,s,n,i){if(5!==arguments.length)throw new RangeError("expected 4 arguments");if(m("startRow",e),m("endRow",s),m("startColumn",n),m("endColumn",i),e>s||n>i||e<0||e>=t.rows||s<0||s>=t.rows||n<0||n>=t.columns||i<0||i>=t.columns)throw new RangeError("Submatrix indices are out of range")}function u(t,e=0){let s=[];for(let n=0;n<t;n++)s.push(e);return s}function m(t,e){if("number"!=typeof e)throw new TypeError(`${t} must be a number`)}function d(t){if(t.isEmpty())throw new Error("Empty matrix has no elements to index")}},8353:(t,e,s)=>{"use strict";s.d(e,{Z:()=>i});var n=s(1174);class i extends n.X{constructor(t){super(),this.data=t,this.rows=t.length,this.columns=t[0].length}set(t,e,s){return this.data[t][e]=s,this}get(t,e){return this.data[t][e]}}},3379:t=>{"use strict";var e=[];function s(t){for(var s=-1,n=0;n<e.length;n++)if(e[n].identifier===t){s=n;break}return s}function n(t,n){for(var o={},r=[],a=0;a<t.length;a++){var l=t[a],c=n.base?l[0]+n.base:l[0],h=o[c]||0,u="".concat(c," ").concat(h);o[c]=h+1;var m=s(u),d={css:l[1],media:l[2],sourceMap:l[3],supports:l[4],layer:l[5]};if(-1!==m)e[m].references++,e[m].updater(d);else{var g=i(d,n);n.byIndex=a,e.splice(a,0,{identifier:u,updater:g,references:1})}r.push(u)}return r}function i(t,e){var s=e.domAPI(e);return s.update(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;s.update(t=e)}else s.remove()}}t.exports=function(t,i){var o=n(t=t||[],i=i||{});return function(t){t=t||[];for(var r=0;r<o.length;r++){var a=s(o[r]);e[a].references--}for(var l=n(t,i),c=0;c<o.length;c++){var h=s(o[c]);0===e[h].references&&(e[h].updater(),e.splice(h,1))}o=l}}},569:t=>{"use strict";var e={};t.exports=function(t,s){var n=function(t){if(void 0===e[t]){var s=document.querySelector(t);if(window.HTMLIFrameElement&&s instanceof window.HTMLIFrameElement)try{s=s.contentDocument.head}catch(t){s=null}e[t]=s}return e[t]}(t);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");n.appendChild(s)}},9216:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},3565:(t,e,s)=>{"use strict";t.exports=function(t){var e=s.nc;e&&t.setAttribute("nonce",e)}},7795:t=>{"use strict";t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=t.insertStyleElement(t);return{update:function(s){!function(t,e,s){var n="";s.supports&&(n+="@supports (".concat(s.supports,") {")),s.media&&(n+="@media ".concat(s.media," {"));var i=void 0!==s.layer;i&&(n+="@layer".concat(s.layer.length>0?" ".concat(s.layer):""," {")),n+=s.css,i&&(n+="}"),s.media&&(n+="}"),s.supports&&(n+="}");var o=s.sourceMap;o&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),e.styleTagTransform(n,t,e.options)}(e,t,s)},remove:function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(e)}}}},4589:t=>{"use strict";t.exports=function(t,e){if(e.styleSheet)e.styleSheet.cssText=t;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(t))}}},7241:(t,e,s)=>{"use strict";s.d(e,{D:()=>h});var n=s(4469),i=s(976),o=s(6414),r=s.n(o),a=s(7316),l=s(499);const c=31;async function h(t,e=!1,s){const o=l.Cn.getOrCreate(t);let h;s??(s=new Map);const m=o.isHelm()?(0,a.getHelmMonomers)(t):Object.keys(o.stats.freq).filter((t=>""!==t));for(let t=0;t<m.length;t++)s.has(m[t])||s.set(m[t],`${s.size+1}`);if(o.isHelm())h=await n.functions.call("HELM:getMolFiles",{col:t}),h=function(t,e,s=!1){const n=new Array(t.length);for(let i=0;i<t.length;i++){let o=0,r=0,a="\n Datagrok macromolecule handler\n\n 0 0 0 0 0 0 999 V3000\nM V30 BEGIN CTAB\n";const l=t.get(i);o=l.indexOf("\n",o)+1,o=l.indexOf("\n",o)+1,o=l.indexOf("\n",o)+1;const h=parseInt(l.substring(o,o+3)),u=parseInt(l.substring(o+3,o+6));a+=`M V30 COUNTS ${h} ${u} 0 0 0\n`,a+="M V30 BEGIN ATOM\n";for(let t=0;t<h;t++){o=l.indexOf("\n",o)+1+c,r=l.indexOf(" ",o);const n=l.substring(o,r);a+=s?`M V30 ${t+1} R${e.get(n)} 0.000 0.000 0 0\n`:`M V30 ${t+1} At 0.000 0.000 0 0 MASS=${e.get(n)}\n`}a+="M V30 END ATOM\n",a+="M V30 BEGIN BOND\n";for(let t=0;t<u;t++){o=l.indexOf("\n",o)+1;const e=parseInt(l.substring(o,o+3).trim()),s=parseInt(l.substring(o+3,o+6).trim());a+=`M V30 ${t+1} ${parseInt(l.substring(o+6,o+9).trim())} ${e} ${s}\n`}a+="M V30 END BOND\n",a+="M V30 END CTAB\n",a+="M END",n[i]=a}return n}(h,s,e);else{h=new Array(t.length);for(let n=0;n<t.length;n++){const t=u(r()(o.splitted[n]).filter((t=>""!==t)).toArray(),s,e);h[n]=t}}return i.Column.fromStrings("monomericMols",h)}function u(t,e,s=!1){let n="\n Datagrok macromolecule handler\n\n 0 0 0 0 0 0 999 V3000\nM V30 BEGIN CTAB\n";n+=`M V30 COUNTS ${t.length} ${t.length?t.length-1:0} 0 0 0\n`,n+="M V30 BEGIN ATOM\n";for(let i=0;i<t.length;i++)n+=s?`M V30 ${i+1} R${e.get(t[i])} 0.000 0.000 0 0\n`:`M V30 ${i+1} At 0.000 0.000 0 0 MASS=${e.get(t[i])}\n`;n+="M V30 END ATOM\n",n+="M V30 BEGIN BOND\n";for(let e=0;e<t.length-1;e++)n+=`M V30 ${e+1} 1 ${e+1} ${e+2}\n`;return n+="M V30 END BOND\n",n+="M V30 END CTAB\n",n+="M END",n}},7316:(t,e,s)=>{"use strict";s.d(e,{BYPASS_LARGE_DATA_WARNING:()=>jt,_package:()=>Xt,activityCliffs:()=>te,getBioLib:()=>Jt,getHelmMonomers:()=>ie,getMonomerLibHelper:()=>Qt,importFasta:()=>ne,sequenceIdentityScoring:()=>oe,sequenceSimilarityScoring:()=>re,sequenceSpaceTopMenu:()=>ee,toAtomicLevel:()=>se});var n=s(4469),i=s(3870),o=s(976),r=s(1061);s(9133);var a=s(116),l=s(5697),c=(s(1040),s(489));o.SEMTYPE.MOLECULE,o.SEMTYPE.MACROMOLECULE;const h="show-scatterplot-progress";var u=s(701),m=s(3379),d=s.n(m),g=s(7795),p=s.n(g),f=s(569),y=s.n(f),w=s(3565),b=s.n(w),T=s(9216),C=s.n(T),A=s(4589),S=s.n(A),E=s(9414),M={};M.styleTagTransform=S(),M.setAttributes=b(),M.insert=y().bind(null,"head"),M.domAPI=p(),M.insertStyleElement=C(),d()(E.Z,M),E.Z&&E.Z.locals&&E.Z.locals;var v=s(3914),N=s(6254);let L=0;const _="cliffsDf",I=new u.Subject,P="act_diff",x="sali",R="sim",O="line_index",G=["1_seq","2_seq"],F="filterCliffs";function D(t,e,s){const n=e.getBoundingClientRect(),i=t.clientX-n.left,o=t.clientY-n.top;let r=null,a=0;for(const t of s){const e=Math.abs(Math.hypot(t.a[0]-i,t.a[1]-o)+Math.hypot(t.b[0]-i,t.b[1]-o)-Math.hypot(t.a[0]-t.b[0],t.a[1]-t.b[1]));(!a&&e<2||e<a)&&(a=e,r=t)}return r}var H,W=s(6361),k=s(8447),B=s(499),V=s(5226),U=s(7228),$=s(8457),Y=s(585);async function K(t,e,s,n){const i=(0,$.O)(e),r=(0,Y.vU)(e.getTag(o.TAGS.UNITS),e.getTag("separator"))(s),a=n===H.IDENTITY?function(t,e){const s=e.columns.length,n=new Array(s),i=new Array(s),r=new Array(s);for(let o=0;o<s;++o){const s=e.columns.byIndex(o);n[o]=s.getRawData(),i[o]=s.categories.indexOf(""),r[o]=s.categories.indexOf(t[o]??"")}const a=o.Column.float("Identity",e.rowCount),l=a.getRawData();for(let s=0;s<e.rowCount;++s){l[s]=0;for(let e=0;e<t.length;++e)n[e][s]===r[e]&&++l[s];l[s]/=t.length}return a}(r,i):n===H.SIMILARITY?await async function(t,e){const s=e.columns.toList();return await(0,U.Qx)(s,t)}(r,i):null;if(null===a)throw new Error(`In bio library: Unkown sequence scoring method: ${n}`);return a.name=t.columns.getUnusedName(a.name),t.columns.add(a),a}!function(t){t.IDENTITY="identity",t.SIMILARITY="similarity"}(H||(H={})),s(4293);var Z=s(6414),q=s.n(Z);const z="rgb(100,100,100)",X="#808080",j="rgb(0,0,0)",Q=Y.GU;var J,tt;function et(t,e,s,n,i,o,r=z,a=0,l=!1,c=1,h="",u=!1,m=tt.classic,d=[],g=0,p=null,f=[],y=null,w={}){i.textAlign="start";let b=o.substring(0),T=u?"":h;m===tt.MSA&&(T="");let C=!0,A=!0,S="difference";null!=p&&null!=p.cell.column&&(C=p.cell.column.temp["color-code"]??!0,A=p.cell.column.temp["compare-with-current"]??!0,S=p.cell.column.temp["highlight-difference"]??"difference");const E=f[g];A&&f.length>0&&"difference"===S&&(c=b==E?.3:c),A&&f.length>0&&"equal"===S&&(c=b!=E?.3:c),null!=y&&(b=Q(b,y));const M=b+T;w[M]??(w[M]=i.measureText(M));let v=w[M];w[b]??(w[b]=i.measureText(b));let N=w[b].width;w[T]??(w[T]=i.measureText(T));const L=w[T].width,_=n/2-(v.fontBoundingBoxAscent+v.fontBoundingBoxDescent)/2+1;function I(s,n){const o=C?r:j;i.fillStyle=o,i.globalAlpha=c,m===tt.classic&&(i.fillText(b,t+s,e+_),i.fillStyle=X,i.fillText(T,t+n,e+_)),m===tt.MSA&&i.fillText(b,t+s,e+_)}v=v.width,m===tt.MSA&&(N=d[g],v=d[g]);const P=(d[g]??0)-(d[0]??0);if(l||v>s)return I(P,P+N),t+P+N+L;{const e=(s-v)/2;return I(e,e+N),t+P+e+N}}!function(t){t.maxMonomerLength=".mm.cellRenderer.maxMonomerLength"}(J||(J={})),function(t){t.MSA="MSA",t.classic="classic"}(tt||(tt={})),s(9611);var st,nt,it=s(7331);(nt=st||(st={})).long="long",nt.short="short",s(3553);var ot=s(7958);function rt(t){const e=!q().enumerate(t).some((([e,s])=>e.length>1&&0!=s&&s!=t.length-1)),s=[],n=e?"":" ";for(const[e,i]of q().enumerate(t)){let o=e;i<t.length&&(o+=`${e?"":"-"}${n}`),s.push(o)}return[s,e]}k.GU;class at extends o.GridCellRenderer{constructor(){super(...arguments),this.padding=5}get name(){return"sequence"}get cellType(){return"sequence"}get defaultHeight(){return 30}get defaultWidth(){return 230}onClick(t,e){t.cell.column.temp["current-word"]=t.cell.value,t.grid.invalidate()}onMouseMove(t,e){const s=t.cell.column.temp["bio-seqCol"];if(!s)return;const o=t.bounds,r=e.offsetX-t.gridColumn.left+(t.gridColumn.left-o.x),a=s.getPosition(t.tableRowIndex,r),l=s.getSeqMonList(t.tableRowIndex);if(null!==a&&a<l.length){const t=l[a],o=[i.div(t)];if(s._monomerStructureMap[t])o.push(s._monomerStructureMap[t]);else{const e=s.getMonomer(t);if(e){const i={autoCrop:!0,autoCropMargin:0,suppressChiralText:!0},r=n.chem.svgMol(e.smiles,void 0,void 0,i);o.push(r),s._monomerStructureMap[t]=r}}i.tooltip.show(i.divV(o),e.x+16,e.y+16)}else i.tooltip.hide()}render(t,e,s,n,i,o,r){try{o.grid}catch(t){const[e,s]=(0,ot.yf)(t);Xt.logger.error(e,void 0,s)}o.cell.column}}class lt extends o.GridCellRenderer{get name(){return"MacromoleculeDifferenceCR"}get cellType(){return constants.Of.MACROMOLECULE_DIFFERENCE}get defaultHeight(){return 30}get defaultWidth(){return 230}render(t,e,s,n,i,r,a){const l=window.devicePixelRatio,c=r.grid,h=r.cell,u=r.tableColumn,m=h.value??"",d=u.tags.separator,g=u.tags[o.TAGS.UNITS];getUpdatedWidth(c,t,e,n,l);const[p,f]=m.split("#"),y=(0,Y.vU)(g,d);ct(t,e,s,n,i,y(p),y(f),g)}}function ct(t,e,s,n,i,o,r,a,l,c){if(o.length!==r.length){const t=function(t,e){let s=0,n=0;const i=t.length>e.length?t:e,o=t.length>e.length?e:t;for(let t=0;t<o.length;t++)i[t]===o[t]&&s++;const r=i.length-o.length;for(let t=i.length-1;t>r;t--)i[t]===o[t-r]&&n++;const a=new Array(Math.abs(t.length-e.length)).fill("");function l(t){return s>n?t.concat(a):a.concat(t)}return t.length>e.length?e=l(e):t=l(t),{subParts1:t,subParts2:e}}(q()(o).toArray(),q()(r).toArray());o=t.subParts1,r=t.subParts2}const h=t.measureText(rt(o).join("")),u=t.measureText(rt(r).join("")),m=Math.max(h.width,u.width);l&&(n=m+4*o.length,t.canvas.width=m+4*o.length);let d=Math.max(e,e+(n-(m+4*o.length))/2)+5;const g=Math.max(s,s+(i-28)/2);t.save(),t.beginPath(),t.rect(e,s,l?m+4*o.length:n,i),t.clip(),t.font="12px monospace",t.textBaseline="top";let p=it.UE.Color;"HELM"!=a&&(p=(0,k.py)(a.substring(a.length-2)));for(let e=0;e<o.length;e++){const s=o[e],a=r[e],l=p.get(s);if(s!=a){const o=p.get(a),r=et(d,g-7,n,i,t,s,l,0,!0),h=et(d,g+7,n,i,t,a,o,0,!0);d=Math.max(h,r),c&&(c[e]=ht(s,a,l,o,g,7,i))}else d=et(d,g,n,i,t,s,l,0,!0,.5);d+=4}t.restore()}function ht(t,e,s,n,i,o,r){const a=document.createElement("canvas"),l=a.getContext("2d");l.font="12px monospace";const c=l.measureText(rt([t]).join("")).width,h=l.measureText(rt([e]).join("")).width,u=Math.max(c,h);return a.height=r,a.width=u+4,l.font="12px monospace",l.textBaseline="top",et(0,i-o,u,r,l,t,s,0,!0),et(0,i+o,u,r,l,e,n,0,!0),a}var ut,mt,dt,gt=s(9298);!function(t){t.Unknown="unknown",t.FR="framework",t.CDR="cdr"}(ut||(ut={})),new class{constructor(){this.regionTypes=[ut.CDR],this.chains=["Heavy","Light"],this.skipEmptyPositions=!1,this.fitWidth=!1,this.positionWidth=16,this.positionHeight=gt.ES.Entropy,this.filterSource=gt.vS.filterSource}},s(8415),function(t){t.STYLE="Style",t.BEHAVIOR="Behavior",t.LAYOUT="Layout",t.DATA="Data"}(mt||(mt={})),function(t){t.skipEmptyPositions="skipEmptyPositions",t.regionTypes="regionTypes",t.chains="chains",t.fitWidth="fitWidth",t.positionWidth="positionWidth",t.positionHeight="positionHeight",t.filterSource="filterSource"}(dt||(dt={}));class pt extends o.JsViewer{constructor(){super(),this.viewed=!1,this.regionsFg=null,this.regionsRoot=null,this.isOpened=!1,this.panelNode=null,this.regions=[],this.viewPromise=Promise.resolve(),this.setDataInProgress=!1,this.host=null,this.mainLayout=null,this.logos=[],this.viewSubs=[],this.calcSizeRequested=!1,this.skipEmptyPositions=this.bool(dt.skipEmptyPositions,defaults.skipEmptyPositions,{category:mt.DATA}),this.regionTypes=this.stringList(dt.regionTypes,defaults.regionTypes,{category:mt.DATA,choices:Object.values(vrt).filter((t=>t!=vrt.Unknown))}),this.chains=this.stringList(dt.chains,defaults.chains,{category:mt.DATA,choices:["Heavy","Light"]}),this.fitWidth=this.bool(dt.fitWidth,defaults.fitWidth,{category:mt.LAYOUT}),this.positionWidth=this.float(dt.positionWidth,defaults.positionWidth,{category:mt.LAYOUT,editor:"slider",min:0,max:64,description:"Internal WebLogo viewers property width of position."}),this.positionHeight=this.string(dt.positionHeight,defaults.positionHeight,{category:mt.LAYOUT,choices:Object.keys(gt.ES)}),this.filterSource=this.string(dt.filterSource,defaults.filterSource,{category:mt.BEHAVIOR,choices:Object.values(gt.Ct)})}async init(){this.subs.push((0,u.fromEvent)(this.root,"mousemove").subscribe(this.rootOnMouseMove.bind(this)))}detach(){const t=super.detach.bind(this);this.viewPromise=this.viewPromise.then((async()=>{this.setDataInProgress||(this.viewed&&(await this.destroyView("detach"),this.viewed=!1),t())})).catch((t=>{const[e,s]=(0,ot.yf)(t);Xt.logger.error(e,void 0,s)}))}onTableAttached(){super.onTableAttached(),this.setData(this.regions)}onPropertyChanged(t){if(super.onPropertyChanged(t),t){switch(t.name){case dt.regionTypes:case dt.chains:this.setData(this.regions)}switch(t.name){case dt.skipEmptyPositions:for(let t=0;t<this.logos.length;++t)for(const e of this.chains)this.logos[t][e].setOptions({[web_logo_viewer.bo.skipEmptyPositions]:this.skipEmptyPositions});this.calcSize();break;case dt.fitWidth:case dt.positionWidth:this.calcSize();break;case dt.positionHeight:for(let t=0;t<this.logos.length;++t)for(const e of this.chains)this.logos[t][e].setOptions({[web_logo_viewer.bo.positionHeight]:this.positionHeight});this.calcSize();break;case dt.filterSource:this.filterSourceInput.value=this.filterSource;break;default:this.setData(this.regions)}}else console.warn("Bio: VdRegionsViewer.onPropertyChanged() property is null")}setData(t){Xt.logger.debug(`Bio: VdRegionsViewer.setData(), in, regions.length = ${t.length}`),this.viewPromise=this.viewPromise.then((async()=>{if(!this.setDataInProgress){this.setDataInProgress=!0;try{this.viewed&&(await this.destroyView("setData"),this.viewed=!1),this.regions=t,this.viewed||(await this.buildView("setData"),this.viewed=!0)}catch(t){const[e,s]=(0,ot.yf)(t);n.shell.error(e),Xt.logger.error(e,void 0,s)}finally{this.setDataInProgress=!1}}}))}async destroyView(t){Xt.logger.debug(`Bio: VdRegionsViewer.destroyView( mainLayout = ${this.mainLayout?"value":"none"} ), purpose = '${t}', this.regions.length = ${this.regions.length}`),this.filterSourceInput&&i.empty(this.filterSourceInput.root),null!=this.mainLayout&&(this.mainLayout.remove(),this.host.remove(),this.host=null,this.mainLayout=null);for(const t of this.viewSubs)t.unsubscribe()}async buildView(t){Xt.logger.debug(`Bio: VdRegionsViewer.buildView() begin, purpose = '${t}', this.regions.length = ${this.regions.length}`);const e=this.regions.filter((t=>this.regionTypes.includes(t.type))),s=Array.from(new Set(e.map((t=>t.order)))).sort(),n=[];for(let t=0;t<s.length;t++)for(const i of this.chains){const o=e.find((e=>e.order==s[t]&&e.chain==i));n.push((async()=>{const e=await this.dataFrame.plot.fromType("WebLogo",{sequenceColumnName:o.sequenceColumnName,startPositionName:o.positionStartName,endPositionName:o.positionEndName,fixWidth:!0,skipEmptyPositions:this.skipEmptyPositions,positionWidth:this.positionWidth,positionHeight:this.positionHeight,filterSource:this.filterSource});return e.onSizeChanged.subscribe((()=>{this.calcSize()})),[t,i,e]})())}const o=await Promise.all(n);this.logos=new Array(s.length);for(let t=0;t<s.length;++t)this.logos[t]={};for(const[t,e,s]of o)this.logos[t][e]=s,this.viewSubs.push(s.onFreqsCalculated.subscribe((()=>{this.calcSize()})));this.mainLayout=i.table(this.chains,(t=>[...s.length>0?[i.div(t,{style:{transform:"rotate(-90deg)",font:"12px Roboto, Roboto Local, sans-serif",textAlign:"center",width:"16px",marginTop:"24px",marginLeft:"6px"}})]:[],...[...Array(s.length).keys()].map((e=>{const s=this.logos[e][t];return s.root.style.height="100%",i.div([s.root],{style:{marginTop:"4px",marginBottom:"4px"}})}))]),["",...[...Array(s.length).keys()].map((t=>e.find((e=>e.order==s[t]&&e.chain==this.chains[0])).name||"Name"))]),this.mainLayout.className="mlb-vd-regions-viewer-table2",this.filterSourceInput=i.choiceInput("Data source",this.filterSource,Object.values(gt.Ct),this.filterSourceInputOnValueChanged.bind(this)),this.filterSourceInput.root.style.position="absolute",this.filterSourceInput.root.style.right="9px",this.filterSourceInput.root.style.top="-4px",Math.ceil(255*Math.random()).toString(16),this.host=i.div([this.mainLayout,this.filterSourceInput.root],{}),this.root.appendChild(this.host),this.root.style.overflowX="auto",this.calcSize(),this.viewSubs.push(i.onSizeChanged(this.root).subscribe(this.rootOnSizeChanged.bind(this))),Xt.logger.debug("Bio: VdRegionsViewer.buildView() end")}calcSize(){Xt.logger.debug("Bio: VdRegionsViewer.calcSize(), start");const t=()=>{if(!this.host)return;const t=(this.root.clientHeight-54)/this.chains.length;for(let e=0;e<this.logos.length;e++){for(const s of this.chains)this.logos[e][s].root.style.height=`${t}px`;Math.max(...this.chains.map((t=>this.logos[e][t].Length)))}if(this.fitWidth)this.logos.length,this.host.style.setProperty("overflow","hidden","important");else{for(let t=0;t<this.logos.length;t++)for(const e of this.chains)this.logos[t][e].setOptions({[web_logo_viewer.bo.positionWidth]:this.positionWidth});this.host.style.removeProperty("overflow")}0===this.positionWidth?this.host.style.setProperty("overflow-x","hidden","important"):this.host.style.removeProperty("overflow-x")};this.calcSizeRequested||(this.calcSizeRequested=!0,window.setTimeout((()=>{t(),this.calcSizeRequested=!1}),0))}rootOnSizeChanged(t){this.calcSize()}rootOnMouseMove(t){}filterSourceInputOnValueChanged(){const t=this.filterSourceInput.value;this.viewPromise=this.viewPromise.then((()=>{if(this.filterSource!==t){this.props.getProperty(dt.filterSource).set(this,t);for(let t=0;t<this.logos.length;t++)for(let e=0;e<this.chains.length;e++){const s=this.chains[e];this.logos[t][s].setOptions({[web_logo_viewer.bo.filterSource]:this.filterSource})}}}))}}var ft=s(850);const yt="dimensionality-reducer-terminate-event";var wt=s(7983);async function bt(t){return t.seqCol.version!==t.seqCol.temp["last-invalidated-version"]&&await(0,wt.HV)(t.seqCol,!1),await n.functions.call("Chem:getChemSpaceEmbeddings",{col:t.seqCol.temp["monomeric-mols"],methodName:t.methodName,similarityMetric:t.similarityMetric,xAxis:t.embedAxesNames[0],yAxis:t.embedAxesNames[1],options:t.options})}async function Tt(t,e){const i=B.Cn.getOrCreate(t.seqCol),r=t.seqCol.toList(),a=i.getSplitter(),l=r.length;let h=36;const u=new Map;for(let e=0;e<l;e++){const s=r[e];if(null===r[e]||t.seqCol.isNone(e)){r[e]=null;continue}r[e]="";const n=a(s);for(let t=0;t<n.length;t++){const s=n[t];u.has(s)||(u.set(s,String.fromCharCode(h)),h++),r[e]+=u.get(s)}}if(t.similarityMetric===c.U.MONOMER_CHEMICAL_DISTANCE){const e=Array.from(u.keys()),s=await(0,U.PF)(e);s.scoringMatrix.forEach(((t,e)=>{t.forEach(((t,n)=>{s.scoringMatrix[e][n]=1-t}))}));const n={};Object.entries(s.alphabetIndexes).forEach((([t,e])=>{n[u.get(t)]=e})),t.options.distanceFnArgs={scoringMatrix:s.scoringMatrix,alphabetIndexes:n}}const m=await async function(t,e,i,o,r,a){const l=await async function(t,e,i,o,r){return new Promise((function(a,l){const c=new Worker(new URL(s.p+s.u(196),s.b));c.postMessage({columnData:t.data,method:e,measure:t.metric,options:i,parallelDistanceWorkers:o});const h=n.events.onCustomEvent(yt).subscribe((()=>{try{c?.terminate()}finally{h.unsubscribe()}}));c.onmessage=({data:{error:t,distance:e,embedding:s,epochNum:n,epochsLength:i}})=>{n&&i?r&&r(n,i,s):(h.unsubscribe(),t?l(t):a({distance:e,embedding:s}),setTimeout((()=>c.terminate()),0))}}))}({data:t,metric:i},e,o,r,a);return l.embedding=l.embedding.map((t=>(0,ft.Fv)(t))),l}(r,t.methodName,t.similarityMetric,t.options,!0,e),d=t.embedAxesNames.map(((t,e)=>o.Column.fromFloat32Array(t,m.embedding[e])));return{distance:m.distance,coordinates:new o.ColumnList(d)}}function Ct(t){const e=["Embed_X","Embed_Y"],s=t.columns.names().filter((t=>t.includes(e[0]))).length+1;return e.map((t=>`${t}_${s}`))}async function At(t,e,s,i,r){e.version!==e.temp["last-invalidated-version"]&&await(0,wt.HV)(e,!1);const a=o.DataFrame.create(e.length);return a.columns.addNewString(i).init((t=>e.temp["monomeric-mols"].get(t))),await n.functions.call("Chem:getChemSimilaritiesMatrix",{dim:t,col:e.temp["monomeric-mols"],df:a,colName:i,simArr:r})}function St(t){const e=i.divH([]),s=i.divV([i.divText(t.seqCol.name),i.divText(t.activityCol.name)]);return s.style.fontWeight="bold",s.style.display="flex",s.style.justifyContent="space-between",e.append(s),t.line.mols.forEach(((s,n)=>{const o=i.divText(t.activityCol.get(s).toFixed(2));o.style.display="flex",o.style.justifyContent="left",o.style.paddingLeft="30px",e.append(i.divV([i.divText(t.seqCol.get(s)),o]))})),e}function Et(t){const e=i.div();e.append(i.divText(t.seqCol.name,{style:{fontWeight:"bold"}}));const s=new Array(2),n=new Array(2);t.line.mols.forEach(((e,i)=>{s[i]=t.seqCol.get(e),n[i]=t.activityCol.get(e)}));const o={},r=B.Cn.getOrCreate(t.seqCol),a=r.getSplitter(),l=function(t,e,s,n){const i=document.createElement("canvas"),o=i.getContext("2d");return i.height=30,ct(o,0,0,0,30,t,e,s,!0,n),i}(a(s[0]),a(s[1]),r.units,o);return e.append(i.div(l,{style:{width:"300px",overflow:"scroll"}})),e.append(function(t){const e=i.div();if(Object.keys(t).length>0){const s=i.divV([]);s.append(i.divH([i.divText("Pos",{style:{fontWeight:"bold",width:"30px",borderBottom:"1px solid"}}),i.divText("Difference",{style:{fontWeight:"bold",borderBottom:"1px solid"}})]));for(const e of Object.keys(t))t[e].style.borderBottom="1px solid lightgray",s.append(i.divH([i.divText((parseInt(e)+1).toString(),{style:{width:"30px",borderBottom:"1px solid lightgray"}}),t[e]]));e.append(s)}return e}(o)),e.append(Mt("Activity delta",Math.abs(n[0]-n[1]))),e.append(Mt("Cliff",t.sali)),e}function Mt(t,e){return i.divH([i.divText(`${t}: `,{style:{fontWeight:"bold",paddingRight:"5px"}}),i.divText(e.toFixed(2))],{style:{paddingTop:"10px"}})}function vt(t,e){const s=o.Column.string("seq_diff",t.rowCount).init((s=>`${t.get(e[0],s)}#${t.get(e[1],s)}`));s.semType="MacromoleculeDifference",s.setTag(o.TAGS.UNITS,t.col(e[0]).getTag(o.TAGS.UNITS)),s.setTag("separator",t.col(e[0]).getTag("separator")),t.columns.add(s);const n=t.plot.grid();return n.col(e[0]).visible=!1,n.col(e[1]).visible=!1,n}class Nt extends o.JsViewer{constructor(t){super(),this.name="",this.metricsProperties=["distanceMetric","fingerprint"],this.fingerprintChoices=["Morgan","Pattern"],this.initialized=!1,this.tags=[o.TAGS.UNITS,"aligned","separator","alphabet"],this.preComputeDistanceMatrix=!1,this.renderPromise=Promise.resolve(),this.fingerprint=this.string("fingerprint",this.fingerprintChoices[0],{choices:this.fingerprintChoices}),this.limit=this.int("limit",10),this.distanceMetric=this.string("distanceMetric",l.kg[0],{choices:l.kg}),this.moleculeColumnName=this.string("moleculeColumnName"),this.name=t}init(){this.initialized=!0}detach(){this.subs.forEach((t=>t.unsubscribe()))}async onTableAttached(){if(this.init(),this.dataFrame){this.preComputeDistanceMatrix=this.dataFrame.rowCount<=22e3,this.subs.push(o.debounce(this.dataFrame.onRowsRemoved,50).subscribe((t=>this.render(!0))));const t="diversity"!==this.name;this.subs.push(o.debounce(this.dataFrame.onCurrentRowChanged,50).subscribe((e=>this.render(t)))),this.subs.push(o.debounce(this.dataFrame.selection.onChanged,50).subscribe((t=>this.render(!1)))),this.subs.push(o.debounce(i.onSizeChanged(this.root),50).subscribe((t=>this.render(!1)))),this.moleculeColumn=this.dataFrame.columns.bySemType(o.SEMTYPE.MACROMOLECULE),this.moleculeColumnName=this.moleculeColumn?.name,this.getProperty("limit").fromOptions({min:1,max:this.dataFrame.rowCount})}this.render()}onPropertyChanged(t){if(super.onPropertyChanged(t),this.initialized){if("moleculeColumnName"===t.name){const e=this.dataFrame.col(t.get(this));e.semType===o.SEMTYPE.MACROMOLECULE&&(this.moleculeColumn=e)}this.render()}}render(t=!0){this.renderPromise=this.renderPromise.then((async()=>{this.computeRequested=this.computeRequested||t,await this.renderInt(t)}))}async renderInt(t){}beforeRender(){return!(!this.initialized||this.dataFrame&&this.moleculeColumnName&&this.dataFrame.col(this.moleculeColumnName).semType!==o.SEMTYPE.MACROMOLECULE&&(n.shell.error(`${this.moleculeColumnName} is not Macromolecule type`),1))}}s(7241),s(4004),s(9943),s(4413);var Lt,_t=s(1345),It=function(t,e,s,n){return new(s||(s=Promise))((function(i,o){function r(t){try{l(n.next(t))}catch(t){o(t)}}function a(t){try{l(n.throw(t))}catch(t){o(t)}}function l(t){var e;t.done?i(t.value):(e=t.value,e instanceof s?e:new s((function(t){t(e)}))).then(r,a)}l((n=n.apply(t,e||[])).next())}))};class Pt{constructor(t,e,s=!1,n){var o;this.name="",this.description="",this._isAutomatic=!1,this._autoStartFirstStep=!1,this._currentStep=0,this._isStopped=!1,this._isCancelled=!1,this._isStepProcessed=!1,this._root=i.div([],{id:"demo-script",classes:"tutorials-root tutorials-track demo-app-script"}),this._steps=[],this._mainHeader=i.panel([],"tutorials-main-header"),this._header=i.h2(""),this._headerDiv=i.divH([],"tutorials-root-header"),this._stopStartBtn=i.button(i.iconFA("pause"),(()=>this._changeStopState()),"Play / pause"),this._restartBtn=i.button(i.iconFA("redo"),(()=>this._restartScript()),"Restart"),this._nextStepBtn=i.button(i.iconFA("play"),(()=>{this._isStepProcessed||this._nextStep()}),"Next step"),this._activity=i.panel([],"tutorials-root-description"),this._progressDiv=i.divV([],"tutorials-root-progress"),this._progress=i.element("progress"),this._progressSteps=i.divText(""),this._closeBtn=i.button(i.iconFA("chevron-left"),(()=>this._closeDock()),"Back to demo"),this.name=t,this.description=e,this._isAutomatic=s,this._autoStartFirstStep=null!==(o=null==n?void 0:n.autoStartFirstStep)&&void 0!==o&&o,this._progress.max=0,this._progress.value=1,Pt.currentObject=this}get steps(){return this._steps}get stepNumber(){return this._steps.length}_addHeader(){this._createHeaderDiv(),this._createProgressDiv(),this._mainHeader.append(this._headerDiv,this._progressDiv)}_createHeaderDiv(){this._header.innerText=this.name,this._headerDiv.append(this._closeBtn),this._headerDiv.append(this._header),this._nextStepBtn.firstChild.className="grok-icon fas fa-play",this._headerDiv.append(this._isAutomatic?this._stopStartBtn:this._nextStepBtn)}_createProgressDiv(){this._progress.max=this.stepNumber,this._progressDiv.append(this._progress),this._progressSteps=i.divText(`Step: ${this._progress.value} of ${this.stepNumber}`),this._progressDiv.append(this._progressSteps)}_addDescription(){var t;this._activity.append(i.div(this.description,"tutorials-root-description"));for(let e=0;e<this.stepNumber;e++){let s=i.iconFA("clock");this._isAutomatic||0===e&&(s=i.iconFA("play",(()=>this._nextStep()),"Next step"),s.className="grok-icon fas fa-play");const n=i.div(this._steps[e].name,"grok-tutorial-entry-instruction"),o=i.div(null===(t=this._steps[e].options)||void 0===t?void 0:t.description,"grok-tutorial-step-description hidden"),r=i.divH([s,n],"grok-tutorial-entry");this._activity.append(r,o)}}_initRoot(){var t,e,s;n.shell.windows.showContextPanel=!0,n.shell.windows.showHelp=!1;const i=Array.from(n.shell.dockManager.rootNode.children)[0];this._node=n.shell.dockManager.dock(this._root,o.DOCK_TYPE.FILL,i,""),(null===(e=null===(t=i.parent.container.containerElement.firstElementChild)||void 0===t?void 0:t.lastElementChild)||void 0===e?void 0:e.classList.contains("tab-handle-list-container"))&&(null===(s=i.parent.container.containerElement.firstElementChild)||void 0===s||s.lastElementChild.remove()),this._node.container.containerElement.classList.add("tutorials-demo-script-container"),this._addHeader(),this._root.append(this._mainHeader),this._addDescription(),this._root.append(this._activity)}_nextStep(){var t,e;return It(this,void 0,void 0,(function*(){this._isStepProcessed=!0,this._isAutomatic||(this._nextStepBtn.classList.add("disabled"),this._nextStepBtn.firstChild.classList.add("fa-disabled"));const s=this._activity.getElementsByClassName("grok-tutorial-entry")[this._currentStep],n=this._activity.getElementsByClassName("grok-icon")[this._currentStep],o=this._activity.getElementsByClassName("grok-tutorial-step-description")[this._currentStep];n.className="grok-icon far fa-spinner-third fa-spin",o.classList.remove("hidden"),o.classList.add("visible");const a=s,l=(null===(t=this._steps[this._currentStep].options)||void 0===t?void 0:t.delay)?null===(e=this._steps[this._currentStep].options)||void 0===e?void 0:e.delay:2e3;yield this._steps[this._currentStep].func(),this._scrollTo(this._root,a.offsetTop-this._mainHeader.offsetHeight),this._isAutomatic&&(yield this._countdown(s,n,l),yield(0,r.gw)(l));const c=i.iconFA("check");if(n.replaceWith(c),c.className="grok-icon far fa-check",this._progress.value++,this._progressSteps.innerText=`Step: ${this._progress.value} of ${this.stepNumber}`,this._currentStep++,this._isStepProcessed=!1,this._currentStep!==this.stepNumber){if(!this._isAutomatic){const t=this._activity.getElementsByClassName("grok-icon")[this._currentStep],e=i.iconFA("play",(()=>this._nextStep()),"Next step");e.className="grok-icon fas fa-play",t.replaceWith(e),this._nextStepBtn.classList.remove("disabled"),this._nextStepBtn.firstChild.classList.remove("fa-disabled")}}else this._isAutomatic?this._stopStartBtn.replaceWith(this._restartBtn):this._nextStepBtn.replaceWith(this._restartBtn)}))}_startScript(){return It(this,void 0,void 0,(function*(){for(let t=this._currentStep;t<this.stepNumber&&!this._isStopped&&!this._isCancelled;t++)yield this._nextStep()}))}_scrollTo(t,e){t.focus(),t.scrollTop=e}_countdown(t,e,s){return It(this,void 0,void 0,(function*(){const n=i.div([],"demo-script-countdown");e.classList.add("hidden");let o=s/1e3;const r=this._createSVGIndicator(o);n.append(r),t.prepend(n);const a=setInterval((()=>{o--,0===o&&(clearInterval(a),n.remove(),e.classList.remove("hidden"),e.classList.add("visible"))}),1e3)}))}_createSVGIndicator(t){const e=document.createElementNS("http://www.w3.org/2000/svg","svg"),s=document.createElementNS("http://www.w3.org/2000/svg","circle");return s.setAttributeNS(null,"cx","7"),s.setAttributeNS(null,"cy","7"),s.setAttributeNS(null,"r","6"),s.setAttributeNS(null,"style",`animation: countdown ${t}s linear infinite forwards`),e.append(s),e}_changeStopState(){const t=this._stopStartBtn.getElementsByClassName("grok-icon");t[0].className="grok-icon fas fa-play",this._isStopped=!this._isStopped,this._isStopped||(t[0].className="grok-icon fal fa-pause",this._isStepProcessed||this._startScript())}_restartScript(){n.shell.dockManager.close(this._node),n.shell.closeAll(),this._clearRoot(),this._setInitParams(),this.start()}_clearRoot(){this._root=i.div([],{id:"demo-script",classes:"tutorials-root tutorials-track demo-app-script"}),this._mainHeader=i.panel([],"tutorials-main-header"),this._header=i.h2(""),this._headerDiv=i.divH([],"tutorials-root-header"),this._activity=i.panel([],"tutorials-root-description"),this._progressDiv=i.divV([],"tutorials-root-progress"),this._progress=i.element("progress"),this._progressSteps=i.divText(""),this._progress.max=0,this._progress.value=1}_setInitParams(){this._currentStep=0,this._isStopped=!1,this._isCancelled=!1,this._stopStartBtn.getElementsByClassName("grok-icon")[0].className="grok-icon fal fa-pause",this._nextStepBtn.classList.remove("disabled")}_closeDock(){n.shell.dockManager.close(this._node),this.cancelScript()}cancelScript(){this._isCancelled=!0,Pt.currentObject=null}step(t,e,s){return this._steps[this.steps.length]={name:t,func:e,options:s},this}start(){return It(this,void 0,void 0,(function*(){this._initRoot(),n.shell.newView(this.name),this._isAutomatic?this._startScript():this._autoStartFirstStep&&(yield this._nextStep())}))}}Pt.currentObject=null,function(t){t.X="Embed_X",t.Y="Embed_Y"}(Lt||(Lt={})),s(1811),s(3336),s(8341);var xt=s(2568);s(525),s(9416),new class{constructor(){this.tooltipHandlerTemp="tooltip-handler.Monomer"}};class Rt extends o.GridCellRenderer{get name(){return constants.Of.MONOMER}get cellType(){return constants.Of.MONOMER}get defaultHeight(){return 15}get defaultWidth(){return 40}render(t,e,s,n,i,o,r){if(o.gridRow<0)return;MonomerTooltipHandler.getOrCreate(o.gridColumn),t.font="12px monospace",t.textBaseline="middle",t.textAlign="center";const a=(0,k.py)(o.cell.column.getTag("alphabet")),l=o.cell.value;if(!l)return;const c=a.get(l);t.fillStyle=c,t.fillText((0,k.GU)(l,6),e+n/2,s+i/2,n)}}class Ot extends o.Package{constructor(){super(...arguments),this._initialized=!1}get properties(){return this._properties}set properties(t){this._properties=t}get initialized(){return this._initialized}completeInit(){this._initialized=!0}handleErrorUI(t){const e=t instanceof Error?t.message:t.toString(),s=t instanceof Error?t.stack:void 0;n.shell.error(e),this.logger.error(e,void 0,s)}}class Gt extends o.Widget{constructor(t){super(i.div([],{}));const e=Object.assign({},...t.map((t=>({[t.name]:t}))));this.maxMonomerLengthProp=e.MaxMonomerLength,this.tooltipWebLogo=e.TooltipWebLogo,this.defaultSeparator=e.DefaultSeparator}async init(){const t=i.intInput("Max monomer length",Xt.properties.MaxMonomerLength,(t=>{Xt.properties.MaxMonomerLength=t})),e=i.boolInput("Tooltip WebLogo",Xt.properties.TooltipWebLogo,(t=>{Xt.properties.TooltipWebLogo=t})),s=i.choiceInput("Default Separator",Xt.properties.DefaultSeparator,[".","/","-"],(t=>{Xt.properties.DefaultSeparator=t}));this.root.appendChild(i.form([t,e,s]))}}s(8770);class Ft extends o.Widget{constructor(t){super(i.divV([])),this.viewed=!1,this.seqCol=t}async init(){const t=B.Cn.getOrCreate(this.seqCol),e=Xt.properties.TooltipWebLogo,s=this.seqCol.getTag(gt.DX.tooltipWebLogo);!1===e||["false","off","disable","disabled"].includes(s)||(this.wlViewer=await this.seqCol.dataFrame.plot.fromType("WebLogo",{sequenceColumnName:this.seqCol.name,backgroundColor:0,positionHeight:"Entropy",positionWidth:t.getAlphabetIsMultichar()?24:16,fixWidth:!0,fitArea:!1}),this.wlViewer.root.style.height="50px",this.root.appendChild(this.wlViewer.root),this.root.style.width="100%")}}o.DataFrame.fromCsv("seq,value\nATCCGTCGT,0.5\nTGTTCGTCA,0.4\nATGGTCGTA,0.7\nATCCGTGCA,0.1"),["1","1A","1C","2","4","4A","4B","5","6"].join(k.CI);var Dt=s(8601),Ht=s(922);class Wt{constructor(t,e){this.helmColumn=t,this.df=e,this.helmColumn=t}async convertToRdKitBeautifiedMolfileColumn(){const t=(await this.convertToMolfileV2KColumn()).toList().map((t=>o.chem.convert(t,o.chem.Notation.MolBlock,o.chem.Notation.Smiles))),e=await n.functions.call("Chem:getRdKitModule"),s=t.map((t=>{if(""===t)return null;const s=e.get_mol(t);return s?(s.normalize_depiction(1),s.straighten_depiction(!0),s):null})),i=this.df.columns.getUnusedName(`molfile(${this.helmColumn.name})`);return o.Column.fromStrings(i,s.map((t=>null===t?"":t.get_molblock())))}async convertToMolfileV2KColumn(){const t=(await this.getPolymerGraphColumn()).toList().map(((t,e)=>{const s=this.helmColumn.get(e);if(!s)return"";let n="";try{n=this.getPolymerMolfile(s,t)}catch(t){const[e,s]=(0,ot.yf)(t);Xt.logger.error(e,void 0,s)}finally{return n}})),e=this.df.columns.getUnusedName(`molfileV2K(${this.helmColumn.name})`);return o.Column.fromList("string",e,t)}async getPolymerGraphColumn(){return await n.functions.call("HELM:getMolfiles",{col:this.helmColumn})}getPolymerMolfile(t,e){const s=new kt(e),n=new zt(t);return s.monomerSymbols.forEach(((t,e)=>{const i=s.getMonomerShifts(e);n.addMonomer(t,e,i)})),n.compileToMolfile()}}class kt{constructor(t){this.molfileHandler=Ht._.getInstance(t)}get monomerSymbols(){return this.molfileHandler.atomTypes}getMonomerShifts(t){return{x:this.molfileHandler.x[t],y:this.molfileHandler.y[t]}}}class Bt{constructor(t,e){this.capGroupElements=[];const s=_t.NT.instance.getBioLib().getMonomer(e,t);if(!s)throw new Error(`Monomer ${t} is not found in the library`);this.molfileWrapper=new Yt(s.molfile,t),this.capGroupElements=s.rgroups.map((t=>(t.capGroupSmiles||t.capGroupSMILES).replace(/(\[|\]|\*|:|\d)/g,"")))}shiftCoordinates(t){this.molfileWrapper.shiftCoordinates(t)}getAtomLines(){return this.molfileWrapper.getAtomLines()}getBondLines(){return this.molfileWrapper.getBondLines()}removeBondedRGroups(t){this.molfileWrapper.removeRGroups(t)}capTrailingRGroups(){this.molfileWrapper.capRGroups(this.capGroupElements)}replaceRGroupWithAttachmentAtom(t,e){this.molfileWrapper.replaceRGroupWithAttachmentAtom(t,e)}getAttachmentAtomByRGroupId(t){return this.molfileWrapper.getAttachmentAtomByRGroupId(t)}deleteBondLineWithSpecifiedRGroup(t){this.molfileWrapper.deleteBondLineWithSpecifiedRGroup(t)}shiftBonds(t){this.molfileWrapper.shiftBonds(t)}}class Vt{constructor(t,e,s){this.atoms=e,this.bonds=s,this.rGroupBondPositionMap=new Map,this.rGroupIdToAtomicIndexMap=this.getRGroupIdToAtomicIdxMap(t)}getAtomicIdx(t){const e=this.rGroupIdToAtomicIndexMap.get(t);return void 0===e?null:e}removeRGroupsFromAtomBlock(t){t.forEach((t=>{if(void 0===this.rGroupIdToAtomicIndexMap.get(t))throw new Error(`Cannot find atomic index for R group ${t}`)}));const e=Array.from(this.rGroupIdToAtomicIndexMap.entries()).filter((([e,s])=>t.includes(e))).map((([t,e])=>e));this.atoms.deleteAtoms(e)}removeRGroups(t){this.removeRGroupsFromAtomBlock(t),t.forEach((t=>{const e=this.replaceRGroupInBondsByDummy(t);this.rGroupBondPositionMap.set(t,e)}))}replaceRGroupInBondsByDummy(t){const e=this.rGroupIdToAtomicIndexMap.get(t);if(this.rGroupBondPositionMap.has(t))throw new Error(`R group ${t} is already handled`);const s=this.bonds.getPositionsInBonds(e+1);if(0===s.length)throw new Error(`Cannot find position for R group ${t}`);if(s.length>1)throw new Error(`More than one position for R group ${t}`);const n=s[0];return this.bonds.replacePositionsInBondsByDummy([n]),this.bonds.removeAtomIdFromBonds(e+1),this.removeRGroupFromAtomicIdxMap(t,e),n}removeRGroupFromAtomicIdxMap(t,e){this.rGroupIdToAtomicIndexMap.delete(t);for(const[t,s]of this.rGroupIdToAtomicIndexMap)s>e&&this.rGroupIdToAtomicIndexMap.set(t,s-1)}getRGroupIdToAtomicIdxMap(t){const e=new Map;t.filter((t=>t.startsWith("M RGP"))).forEach((t=>{const s=function(t){const e=t.split(/\s+/).filter((t=>t)).slice(3).map((t=>parseInt(t))),s=new Array(e.length/2);for(let t=0;t<e.length;t+=2)s[t/2]=[e[t+1],e[t]-1];return s}(t);for(const[t,n]of s){if(e.has(t))throw new Error(`R group ${t} is already in the map`);e.set(t,n)}}));const s=t.map(((t,e)=>{if(t.startsWith("A "))return e})).filter((t=>void 0!==t)),n=s.map((e=>t[e])),i=s.map((e=>t[e+1]));n.forEach(((t,s)=>{const n=parseInt(t.split(/\s+/)[1])-1,o=parseInt(i[s].substring(1));if(e.has(o))throw new Error(`R group ${o} is already in the map`);e.set(o,n)}));const o=this.atoms.getRGroupAtomicIndices().filter((t=>!Array.from(e.values()).includes(t)));if(0!==o.length)throw new Error(`Unaccounted R group indices: ${o}`);return e}deleteBondLineWithSpecifiedRGroup(t){const e=this.rGroupBondPositionMap.get(t);if(!e)throw new Error(`Cannot find position for R group ${t}`);const{bondLineIdx:s}=e;this.bonds.deleteBondLines([s]),this.rGroupBondPositionMap.delete(t),this.rGroupIdToAtomicIndexMap.delete(t),this.rGroupBondPositionMap.forEach((t=>{t.bondLineIdx>s&&(t.bondLineIdx-=1)}))}replaceRGroupWithAttachmentAtom(t,e){const s=this.rGroupBondPositionMap.get(t);if(!s)throw new Error(`Cannot find position for R group ${t}`);const{bondLineIdx:n,nodeIdx:i}=s;this.bonds.bondedAtoms[n][i]=e}getAttachmentAtomIdByRGroupId(t){const e=this.rGroupBondPositionMap.get(t);if(!e)throw new Error(`Cannot find position for R group ${t}`);const{bondLineIdx:s,nodeIdx:n}=e;return this.bonds.bondedAtoms[s][(n+1)%2]}capRGroups(t){this.rGroupIdToAtomicIndexMap.forEach(((e,s)=>{const n=t[s-1];"H"===n?(this.removeRGroups([s]),this.deleteBondLineWithSpecifiedRGroup(s)):this.atoms.replaceElementSymbol(e,n)}))}}class Ut{constructor(t){this.bondedPairs=[],this.rawBondLines=[],this.rawBondLines=t,this.bondedPairs=this.rawBondLines.map((t=>[parseInt(t.substring(0,3)),parseInt(t.substring(3,6))]))}getBondLines(){return this.bondedPairs.map(((t,e)=>{if(t.some((t=>-1===t)))throw new Error(`Bonded pair ${t} contains -1`);return`${t[0].toString().padStart(3," ")}${t[1].toString().padStart(3," ")}${this.rawBondLines[e].substring(6)}`}))}get bondedAtoms(){return this.bondedPairs}deleteBondLines(t){this.rawBondLines=this.rawBondLines.filter(((e,s)=>!t.includes(s))),this.bondedPairs=this.bondedPairs.filter(((e,s)=>!t.includes(s)))}getPositionsInBonds(t){const e=[];return this.bondedPairs.forEach(((s,n)=>{s.forEach(((s,i)=>{s===t&&e.push({bondLineIdx:n,nodeIdx:i})}))})),e}replacePositionsInBondsByDummy(t,e){void 0===e&&(e=-1),t.forEach((t=>{const{bondLineIdx:s,nodeIdx:n}=t;this.bondedPairs[s][n]=e}))}removeAtomIdFromBonds(t){this.bondedPairs=this.bondedPairs.map((e=>e.map((e=>e>t?e-1:e))))}shift(t){this.bondedPairs=this.bondedPairs.map((e=>e.map((e=>e+t))))}}class $t{constructor(t){this.coordinates=[],this.rawAtomLines=[],this.rawAtomLines=t,this.coordinates=this.rawAtomLines.map((t=>({x:parseFloat(t.substring(0,10)),y:parseFloat(t.substring(10,20))})))}get atomCoordinates(){return this.coordinates}get atomLines(){return this.rawAtomLines.map(((t,e)=>{const s=this.coordinates[e];return`${s.x.toFixed(4).padStart(10," ")}${s.y.toFixed(4).padStart(10," ")}${t.substring(20)}`}))}replaceElementSymbol(t,e){this.rawAtomLines[t]=this.rawAtomLines[t].replace("R#",e)}deleteAtoms(t){this.coordinates=this.coordinates.filter(((e,s)=>!t.includes(s))),this.rawAtomLines=this.rawAtomLines.filter(((e,s)=>!t.includes(s)))}shift(t){this.coordinates=this.coordinates.map((e=>{const s=e.x+t.x,n=e.y+t.y;if(isNaN(s)||isNaN(n))throw new Error(`Cannot shift coordinates by ${t.x}, ${t.y}`);return{x:s,y:n}}))}rotate(t){this.coordinates=this.coordinates.map((e=>{const s=e.x,n=e.y,i=s*Math.cos(t)-n*Math.sin(t),o=s*Math.sin(t)+n*Math.cos(t);if(isNaN(i)||isNaN(o))throw new Error(`Cannot rotate coordinates by ${t}`);return{x:i,y:o}}))}getRGroupAtomicIndices(){return this.rawAtomLines.map(((t,e)=>{if(t.includes("R#"))return e})).filter((t=>void 0!==t))}}class Yt{constructor(t,e){this.monomerSymbol=e;const s=t.split("\n"),n=parseInt(s[3].substring(0,3)),i=parseInt(s[3].substring(3,6)),o=s.slice(4,4+n);this.atoms=new $t(o);const r=s.slice(4+n,4+n+i);this.bonds=new Ut(r),this.rGroups=new Vt(s,this.atoms,this.bonds),this.shiftMonomerToDefaultPosition()}deleteBondLineWithSpecifiedRGroup(t){this.rGroups.deleteBondLineWithSpecifiedRGroup(t)}shiftCoordinates(t){this.atoms.shift(t)}rotateCoordinates(t){this.atoms.rotate(t)}getBondLines(){return this.bonds.getBondLines()}getAtomLines(){return this.atoms.atomLines}removeRGroups(t){this.rGroups.removeRGroups(t)}replaceRGroupWithAttachmentAtom(t,e){this.rGroups.replaceRGroupWithAttachmentAtom(t,e)}getAttachmentAtomByRGroupId(t){return this.rGroups.getAttachmentAtomIdByRGroupId(t)}shiftR1GroupToOrigin(){const t=this.rGroups.getAtomicIdx(1);if(null===t)throw new Error(`Cannot find R1 group for monomer ${this.monomerSymbol}`);const{x:e,y:s}=this.atoms.atomCoordinates[t];this.atoms.shift({x:-e,y:-s})}alignR2AlongX(){const t=this.rGroups.getAtomicIdx(2);if(null===t)throw new Error(`Cannot find R2 group for monomer ${this.monomerSymbol}`);const e=this.atoms.atomCoordinates[t],s=e.y/e.x,n=Math.atan(s);if(isNaN(n))throw new Error(`Cannot calculate angle for R2 group for monomer ${this.monomerSymbol}`);this.rotateCoordinates(-n)}shiftMonomerToDefaultPosition(){this.shiftR1GroupToOrigin(),null!==this.rGroups.getAtomicIdx(2)&&this.alignR2AlongX()}shiftBonds(t){this.bonds.shift(t)}capRGroups(t){this.rGroups.capRGroups(t)}}class Kt{constructor(t){this.simplePolymer=t,this.polymerType=this.getPolymerType(),this.idx=this.getIdx();const{monomers:e,monomerTypes:s}=this.getMonomerSymbolsAndTypes();this.monomers=e,this.monomerTypes=s}get id(){return this.polymerType+this.idx.toString()}getPolymerType(){const t=new RegExp("(PEPTIDE|RNA)[0-9]+{"),e=this.simplePolymer.match(t);if(!e)throw new Error(`Unsupported polymer type in ${this.simplePolymer}`);return e[1]}getIdx(){const t=new RegExp(`${this.polymerType}([0-9]+){`),e=this.simplePolymer.match(t);if(!e)throw new Error(`Cannot parse simple polymer id from ${this.simplePolymer}`);return parseInt(e[1])}getMonomerSymbolsAndTypes(){const t=new RegExp(`${this.polymerType}${this.idx}{|}`,"g"),e=this.simplePolymer.replace(t,"").split("."),s=[],n=[];return e.forEach((t=>{const e=t.split(/\(|\)/).map((t=>t.replace(/[\[\]]/g,"")));s.push(...e);const i=e.map(((t,e)=>e%2==0?0:1));n.push(...i)})),{monomers:s,monomerTypes:n}}getBondData(){const t=[],e=this.monomerTypes.map(((t,e)=>{if(0===t)return e})).filter((t=>void 0!==t)),s=this.monomerTypes.map(((t,e)=>{if(1===t)return e})).filter((t=>void 0!==t));for(let s=0;s<e.length-1;s++){const n=e[s],i=e[s+1];t.push([{monomerIdx:n,rGroupId:2},{monomerIdx:i,rGroupId:1}])}for(let e=0;e<s.length;e++){const n=s[e],i=n-1;t.push([{monomerIdx:i,rGroupId:3},{monomerIdx:n,rGroupId:1}])}return t}}class Zt{constructor(t){const e=t.split("|");e.forEach((t=>this.validateConnectionItem(t))),this.connectionItems=e}validateConnectionItem(t){const e="(PEPTIDE|RNA)",s=new RegExp(`${e}[0-9]+,${e}[0-9]+,[0-9]+:R[0-9]+-[0-9]+:R[0-9]+`,"g");if(!t.match(s))throw new Error(`Cannot parse connection item from ${t}`)}getConnectionData(){const t=[];return this.connectionItems.forEach((e=>{const s=[],n=e.split(",");n[2].split("-").forEach(((t,e)=>{const i=n[e],o=t.split(":"),r={monomerIdx:parseInt(o[0])-1,rGroupId:parseInt(o[1].slice(1))};s.push({polymerId:i,bond:r})})),t.push(s)})),t}}class qt{constructor(t){this.helm=t;const e=this.helm.split("$"),s=e[0].split("|");this.simplePolymers=s.map((t=>new Kt(t))),""!==e[1]&&(this.connectionList=new Zt(e[1])),this.bondData=this.getBondData()}toString(){return this.helm}getPolymerTypeByMonomerIdx(t){return this.getSimplePolymerByMonomerIdx(t).polymerType}getSimplePolymerByMonomerIdx(t){const e=this.getMonomerIdxShifts(),s=Object.values(e).sort(((t,e)=>t-e)).find((e=>t>=e));if(void 0===s)throw new Error(`Cannot find simple polymer for monomer ${t}`);const n=Object.keys(e).find((t=>e[t]===s));return this.simplePolymers.find((t=>t.id===n))}shiftBondMonomerIds(t,e){e.forEach((e=>{e.forEach((e=>{e.monomerIdx+=t}))}))}getMonomerIdxShifts(){const t={};let e=0;return this.simplePolymers.forEach((s=>{t[s.id]=e,e+=s.monomers.length})),t}getBondData(){const t=this.getMonomerIdxShifts(),e=[];return this.simplePolymers.forEach((s=>{const n=s.getBondData(),i=t[s.id];this.shiftBondMonomerIds(i,n),e.push(...n)})),this.connectionList&&this.connectionList.getConnectionData().forEach((s=>{const n=[];s.forEach((e=>{const s=t[e.polymerId],i=e.bond;i.monomerIdx+=s,n.push(i)})),e.push(n)})),e}}class zt{constructor(t){this.monomerWrappers=[],this.helm=new qt(t),this.bondedRGroupsMap=new Map,this.helm.bondData.forEach((t=>{t.forEach((t=>{const e=t.monomerIdx,s=t.rGroupId;this.bondedRGroupsMap.get(e)||this.bondedRGroupsMap.set(e,[]),this.bondedRGroupsMap.get(e).push(s)}))}))}addMonomer(t,e,s){const n=this.helm.getPolymerTypeByMonomerIdx(e),i=new Bt(t,n);i.shiftCoordinates(s),this.monomerWrappers.push(i)}removeRGroups(){this.monomerWrappers.forEach(((t,e)=>{this.bondedRGroupsMap.has(e)&&t.removeBondedRGroups(this.bondedRGroupsMap.get(e)),t.capTrailingRGroups()}))}getAtomNumberShifts(){const t=[];let e=0;return this.monomerWrappers.forEach((s=>{t.push(e),e+=s.getAtomLines().length})),t}restoreBondsBetweenMonomers(){this.helm.bondData.forEach((t=>{const e=t.map((t=>t.monomerIdx)),s=t.map((t=>t.rGroupId)),n=e.map((t=>this.monomerWrappers[t])),i=n[1].getAttachmentAtomByRGroupId(s[1]);n[0].replaceRGroupWithAttachmentAtom(s[0],i),n[1].deleteBondLineWithSpecifiedRGroup(s[1])}))}compileToMolfile(){const t=[],e=[];this.removeRGroups();const s=this.getAtomNumberShifts();this.monomerWrappers.forEach(((t,e)=>{t.shiftBonds(s[e])})),this.restoreBondsBetweenMonomers(),this.monomerWrappers.forEach((s=>{t.push(...s.getAtomLines()),e.push(...s.getBondLines())}));const n=t.length;if(n>999)throw new Error(`Atom count in polymer ${this.helm.toString()} is ${n} and exceeds 999`);const i=e.length;return["\nDatagrok\n",`${n.toString().padStart(3," ")}${i.toString().padStart(3," ")} 0 0 1 0 0 V2000`,t.join("\n"),e.join("\n"),"M END\n"].join("\n")}}const Xt=new Ot,jt="bypassLargeDataWarning";function Qt(){return _t.NT.instance}function Jt(){return _t.NT.instance.getBioLib()}async function te(t,e,r,h,u,m){if(!(0,xt.n)(e,"Activity Cliffs"))return;const d=Ct(t),g={units:e.getTag(o.TAGS.UNITS),aligned:e.getTag("aligned"),separator:e.getTag("separator"),alphabet:e.getTag("alphabet")},p=B.Cn.getOrCreate(e);let f=W.gk.Tanimoto,y=e,w=bt;if(p.isFasta()||p.isSeparator()&&p.alphabet&&"UN"!==p.alphabet){if(p.isFasta())f=p.getDistanceFunctionName();else{y=p.convert(k.r2.FASTA);const t=B.Cn.getOrCreate(y);f=t.getDistanceFunctionName(),g.units=k.r2.FASTA}w=Tt}const b=async()=>await async function(t,e,r,a,h,u,m,d,g,p,f,y,w,b,T,C,A,S){L++;const E=m/100,M=r??e;let H=!1,W=!1;const k={};let B,V;const U={seqCol:M,methodName:g,similarityMetric:d,embedAxesNames:a,options:A},{distance:$,coordinates:Y}=await y(U);for(const e of Y)t.columns.add(e);let K=$;const Z=Object.values(c.U).map((t=>t.toString())).includes(d);Z&&!$&&(K=v.H.calc(e.toList(),c.o[d]()).data);const q=function(t,e,s){const n=[],i=[],o=[],r=[],a=new Set;for(let l=0;l!=t.length;++l)for(let c=0;c!=t.length-l;++c){const h=t[l]?t[l].get(c):0;if(h>=e){o.push(l),r.push(l+c+1),a.add(l),a.add(l+c+1),n.push(h);const t=Math.abs(s.get(l)-s.get(l+c+1));i.push(1!=h?t/(1-h):1/0)}}return{simVals:n,saliVals:i,n1:o,n2:r,cliffsMolIds:a}}(await async function(t,e,s,n){const i=t.categories,r=t.getRawData(),a=o.Column.string("seq",t.length).init((t=>i[r[t]])),c=o.DataFrame.fromColumns([a]),h=t.length;let u=Array(h-1);return s&&e?function(t,e,s){const n=(0,N.y)(t);for(let i=0;i<t-1;++i){const r=new Float32Array(t-i-1).fill(0);for(let s=i+1;s<t;++s){const t=n(i,s);r[s-i-1]=e[t]===o.FLOAT_NULL?0:(0,l.Om)(e[t])}s[i]=o.Column.fromFloat32Array("similarity",r)}}(h,e,u):u=await n(h,t,c,"seq",u),u}(M,K,Z,w),E,u),z=function(t,e,s,n,i,r){const a=new Array(t).fill(0);for(let t=0;t!=s.length;++t)e[t]!=1/0&&(r.get(s[t])>r.get(n[t])?a[s[t]]+=e[t]:a[n[t]]+=e[t]);return o.Column.fromList("double",`sali_${i[0].substring(i[0].lastIndexOf("_"))}`,a)}(M.length,q.saliVals,q.n1,q.n2,a,u);t.columns.add(z);const X=function(t,e){const s="containsCliff",n=t.columns.names().filter((t=>t.includes(s))).length+1,i=`${s}_${n}`;return o.Column.bool(i,t.rowCount).init((t=>e.has(t)))}(t,q.cliffsMolIds);t.columns.add(X);const j=function(t){const e=t.filter((t=>t!==1/0)),s=Math.min(...e);return{max:Math.max(...e),min:s}}(q.saliVals),Q=.8/(j.max-j.min),J=n.shell.getTableView(t.name);J.grid.columns.byName(X.name).visible=!1;const tt=J.addViewer(o.VIEWER.SCATTER_PLOT,{xColumnName:a[0],yColumnName:a[1],size:z.name,color:u.name,showXSelector:!1,showYSelector:!1,showSizeSelector:!1,showColorSelector:!1,markerMinSize:5,markerMaxSize:25,title:h}),et=tt.getInfo().canvas,st=function(t,e,s,n,i){const r=new Array(t.n1.length).fill(null);for(let e=0;e<t.n1.length;e++){const s=t.n1[e],n=t.n2[e];r[e]={id:e,mols:[s,n],selected:!1,a:[],b:[]}}const a=o.DataFrame.create(r.length);return G.forEach(((t,s)=>{a.columns.addNewString(t).init((t=>e.get(r[t].mols[s]))),function(t,e){Object.keys(e).forEach((s=>{t.tags[s]=e[s]}))}(a.col(t),i),a.col(t).semType=n})),a.columns.addNewFloat(P).init((t=>Math.abs(s.get(r[t].mols[0])-s.get(r[t].mols[1])))),a.columns.addNewInt(O).init((t=>t)),a.columns.addNewFloat(x).init((e=>t.saliVals[e])),a.columns.addNewFloat(R).init((e=>t.simVals[e])),a.name=`${_}${L}`,{lines:r,linesDf:a}}(q,e,u,p,f),nt=C?C(st.linesDf,G).sort([x],[!1]):st.linesDf.plot.grid().sort([x],[!1]);t.temp[".cliffsDfGrid"]=nt;const it=i.button(`${st.linesDf.rowCount} cliffs`,(()=>{J.dockManager.dock(nt,"down",null,"Activity cliffs",S??.2)}));it.classList.add("scatter_plot_link","cliffs_grid"),tt.root.append(it);const ot=i.switchInput("Show only cliffs",!1,(()=>{ot.value?(tt.dataFrame.setTag(F,X.name),t.rows.match({[X.name]:!0}).filter(),I.next(X.name)):(tt.dataFrame.setTag(F,""),t.filter.setAll(!0,!0),I.next(""))}));ot.root.classList.add("scatter_plot_link","show_only_cliffs"),tt.root.append(ot.root),I.subscribe((t=>{ot.enabled=""===t||t===X.name}));const rt=n.events.onViewerClosed.subscribe((t=>{t.args.viewer===tt&&(J.dockManager.close(nt.root),rt.unsubscribe(),J.subs=J.subs.filter((t=>t!==rt)))}));return J.subs.push(rt),st.linesDf.onCurrentCellChanged.subscribe((()=>{H=!0;const s=st.linesDf.currentCol&&st.linesDf.currentCol.name===G[1]?1:0,o=-1!==st.linesDf.currentRowIdx?st.lines[st.linesDf.currentRowIdx]:null;tt.dataFrame.currentRowIdx=o?o.mols[s]:-1,tt.dataFrame.filter.set(0,!st.lines[0].selected),tt.dataFrame.filter.set(0,st.lines[0].selected),o&&setTimeout((()=>{!function(t,e,s,o,r,a,l,c){const h=e.getPane("Cliff Details");i.empty(h.root);const u=c({cashedData:s,line:o,df:t,seqCol:r,activityCol:a,sali:l});h.root.append(u),setTimeout((()=>{n.shell.o=e.root}),500)}(t,B,k,o,e,u,st.linesDf.get(x,o.id),T);const s=tt.dataFrame.getSortedOrder(J.grid.sortByColumns,J.grid.sortTypes);J.grid.scrollToCell(e.name,s.indexOf(tt.dataFrame.currentRowIdx))}),1e3)})),st.linesDf.onSelectionChanged.subscribe((e=>{if(!1===st.linesDf.selection.anyTrue)st.lines.forEach((t=>{t.selected=!1}));else if(-1!==st.linesDf.mouseOverRowIdx){const t=st.lines[st.linesDf.mouseOverRowIdx];t.selected=!t.selected}setTimeout((()=>{const e=o.BitSet.create(t.rowCount);st.lines.forEach((t=>{t.selected&&t.mols.forEach((s=>{e.set(s,t.selected,!0)}))})),t.selection.copyFrom(e),J.grid.invalidate()}),300)})),t.onSelectionChanged.subscribe((e=>{W?W=!1:!1===t.selection.anyTrue&&"number"==typeof e&&(st.lines.forEach((t=>{t.selected=!1})),nt.dataFrame.selection.setAll(!1,!1),nt.invalidate())})),et.addEventListener("mousemove",(function(n){clearTimeout(V),V=s.g.setTimeout((function(){const s=D(n,et,st.lines);s&&-1===t.mouseOverRowIdx&&i.tooltip.show(b({cashedData:k,line:s,df:t,seqCol:e,activityCol:u}),n.clientX,n.clientY)}),500)})),et.addEventListener("mousedown",(function(e){W=!0;const s=D(e,et,st.lines);if(s&&-1===t.mouseOverRowIdx){e.ctrlKey?(s.selected=!s.selected,st.linesDf.selection.set(s.id,s.selected)):st.linesDf.currentRowIdx!==s.id&&(st.linesDf.currentRowIdx=s.id,t.currentRowIdx=s.mols[0],t.filter.set(0,!st.lines[0].selected),t.filter.set(0,st.lines[0].selected));const n=st.linesDf.getSortedOrder(nt.sortByColumns,nt.sortTypes);nt.scrollToCell(G[0],n.indexOf(s.id))}})),tt.onEvent("d4-before-draw-scene").subscribe((e=>{const s=function(t,e,s,n,i,o,r){const a=n.lines,l=t.getInfo().canvas.getContext("2d"),c=t.dataFrame.columns.byName(e),h=t.dataFrame.columns.byName(s);for(let e=0;e<a.length;e++){const s=t.worldToScreen(c.get(a[e].mols[0]),h.get(a[e].mols[0])),u=t.worldToScreen(c.get(a[e].mols[1]),h.get(a[e].mols[1]));a[e].a=[s.x,s.y],a[e].b=[u.x,u.y];const m=new Path2D;m.moveTo(a[e].a[0],a[e].a[1]);const d=a[e].selected?"255,255,0":"0,128,0",g=i[e]===1/0?1:.2+(i[e]-r)*o;l.strokeStyle=`rgba(${d},${g})`,l.lineWidth=a[e].id===n.linesDf.currentRowIdx?3:1,m.lineTo(a[e].b[0],a[e].b[1]),l.stroke(m)}return a}(tt,a[0],a[1],st,q.saliVals,Q,j.min);if(H){const t=s[st.linesDf.currentRowIdx];setTimeout((()=>{const{zoomLeft:e,zoomRight:s,zoomTop:n,zoomBottom:i}=function(t,e,s,n,i,o){const r=Math.abs(s-i),a=Math.abs(n-o),l=t/r,c=e/a,h=Math.min(l,c),u=t/h*5,m=e/h*5,d=(s<i?s:i)+r/2-u/2,g=(n>o?n:o)-a/2+m/2;return{zoomLeft:d,zoomRight:d+u,zoomTop:g,zoomBottom:g-m}}(tt.viewport.width,tt.viewport.height,tt.dataFrame.get(a[0],t.mols[0]),tt.dataFrame.get(a[1],t.mols[0]),tt.dataFrame.get(a[0],t.mols[1]),tt.dataFrame.get(a[1],t.mols[1]));tt.zoom(e,n,s,i)}),300),H=!1}ot.value?t.rows.match({[X.name]:!0}).filter():!0===ot.enabled&&t.filter.setAll(!0,!1)})),tt.addProperty("similarityLimit","double",E),B=function(){const t=i.accordion(),e=i.element("i");return e.className="grok-icon svg-icon svg-view-layout",t.addTitle(i.span([e,i.label("Activity cliffs")])),t.addPane("Cliff Details",(()=>i.divText("Cliff has not been selected")),!0),n.shell.o=t.root,t}(),tt}(t,y,null,d,"Activity cliffs",r,h,f,u,o.SEMTYPE.MACROMOLECULE,g,w,At,St,Et,vt,m),T=u===a.AL.UMAP?5e3:2e3;if(!(t.rowCount>2e4))return new Promise(((e,s)=>{t.rowCount>T&&!m?.[jt]?i.dialog().add(i.divText("Activity cliffs analysis might take several minutes.\n Do you want to continue?")).onOK((async()=>{const t=o.TaskBarProgressIndicator.create("Running sequence activity cliffs ...");b().then((t=>e(t))).catch((t=>s(t))).finally((()=>{t.close()}))})).show():b().then((t=>e(t))).catch((t=>s(t)))})).catch((t=>{const[e,s]=(0,ot.yf)(t);throw Xt.logger.error(e,void 0,s),t}));n.shell.warning("Too many rows, maximum for sequence activity cliffs is 20000")}async function ee(t,e,s,l=c.U.LEVENSHTEIN,u,m,d){if(await(0,r.gw)(10),!(0,xt.n)(e,"Sequence space"))return;let g;const p=o.TaskBarProgressIndicator.create("Initializing sequence space ...");try{function f(e,s,r){let a=null,l=null;t.columns.names().includes(y[0])?(a=t.columns.byName(y[0]),l=t.columns.byName(y[1])):(a=t.columns.add(o.Column.float(y[0],t.rowCount)),l=t.columns.add(o.Column.float(y[1],t.rowCount)),u&&(g=n.shell.tableView(t.name).scatterPlot({x:y[0],y:y[1],title:"Sequence space"}))),d?.[h]&&(g?.root&&i.setUpdateIndicator(g.root,!1),a.init((t=>r[t]?r[t][0]:void 0)),l.init((t=>r[t]?r[t][1]:void 0)));const c=e/s*100;p.update(c,`Running sequence space ... ${c.toFixed(0)}%`)}const y=Ct(t),w=o.DataFrame.fromColumns([e]).clone(),b=function(t,e){const s=e.categories.map(((t,e)=>t?null:e)).filter((t=>null!==t)),n=[...e.getRawData()],i=[];let o=0;for(let e=0;e<t.rowCount;e++)s.includes(n[e])&&(t.rows.removeAt(e-o),i.push(e),o+=1);return i}(w,e),T={seqCol:w.col(e.name),methodName:s,similarityMetric:l,embedAxesNames:y,options:{...d,sparseMatrixThreshold:m??.8,usingSparseMatrix:t.rowCount>2e4}},C=s===a.AL.UMAP?5e5:15e3,A=s===a.AL.UMAP?5e3:2e3;if(t.rowCount>C)return void n.shell.warning(`Too many rows, maximum for sequence space is ${C}`);async function S(){t.columns.add(o.Column.float(y[0],t.rowCount)),t.columns.add(o.Column.float(y[1],t.rowCount)),u&&(g=n.shell.tableView(t.name).scatterPlot({x:y[0],y:y[1],title:"Sequence space"}),i.setUpdateIndicator(g.root,!0));let e=null;const s=n.events.onViewerClosed.subscribe((t=>{const i=t.args.viewer;i?.getOptions()?.look?.title&&g?.getOptions()?.look?.title&&i?.getOptions()?.look?.title===g?.getOptions()?.look?.title&&(n.events.fireCustomEvent(yt,{}),s.unsubscribe(),e?.(),p.close())})),r=new Promise((async t=>{e=t,t(await Tt(T,d?.[jt]?void 0:f))})),a=await r;return p.close(),s.unsubscribe(),a?E(a):a}if(!(t.rowCount>A)||d?.[jt])return await S();function E(e){const s=e.coordinates;for(const e of s){const s=e.toList();b.forEach((t=>s.splice(t,0,null)));let n=t.columns.byName(e.name);n||(n=o.Column.float(e.name,s.length),t.columns.add(n)),n.init((t=>s[t]))}if(u)return g||(g=n.shell.tableView(t.name).scatterPlot({x:y[0],y:y[1],title:"Sequence space"})),i.setUpdateIndicator(g.root,!1),g}i.dialog().add(i.divText("Sequence space analysis might take several minutes.\n Do you want to continue?")).onOK((async()=>{await S()})).onCancel((()=>{p.close()})).show()}catch(M){console.error(M),p.close()}}async function se(t,e,s){const r=o.TaskBarProgressIndicator.create("Converting to atomic level ...");(async function(t,e,s){if(0===o.Func.find({package:"Chem",name:"getRdKitModule"}).length)return void n.shell.warning('Transformation to atomic level requires package "Chem" installed.');if(s){const s=B.Cn.getOrCreate(e);return s.isHelm()||(e=s.convert(k.r2.HELM)),void async function(t,e){const s=new Wt(e,t),i=await s.convertToRdKitBeautifiedMolfileColumn();i.semType=o.SEMTYPE.MOLECULE,t.columns.add(i,!0),await n.data.detectSemanticTypes(t)}(t,e)}if(!(0,xt.n)(e,"To Atomic Level"))return;const r=Qt().getBioLib(),a=await(0,Dt.i0)(t,e,r);null!==a.col&&(t.columns.add(a.col,!0),await n.data.detectSemanticTypes(t)),a.warnings&&a.warnings.length>0&&n.shell.warning(i.list(a.warnings))})(t,e,s),r.close()}function ne(t){return new V.i(t).importFasta()}function ie(t){const e=B.Cn.getOrCreate(t).stats;return Object.keys(e.freq)}async function oe(t,e,s){return K(t,e,s,H.IDENTITY)}async function re(t,e,s){return K(t,e,s,H.SIMILARITY)}},7983:(t,e,s)=>{"use strict";s.d(e,{HV:()=>h,QF:()=>c,pf:()=>l});var n=s(4469),i=(s(3870),s(976)),o=s(7241),r=(s(4293),s(1061)),a=s(8447);function l(t,e,s){const n=s?function(t,e){const s=`${e}`.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"),n=t.charAt(0)===e,i=t.charAt(t.length-1)===e,o=t.replace(new RegExp(`^${s}|${s}$`,"g"),"");return n?i?`${s}${o}${s}`:`${s}${o}${s}|${s}${o}$`:i?`^${o}${s}|${s}${o}${s}`:`^${o}${s}|${s}${o}${s}|${s}${o}$`}(t,s):t,o=i.BitSet.create(e.length);for(let s=0;s<e.length;s++){const i=e.get(s);(i.match(n)||i===t)&&o.set(s,!0,!1)}return o}async function c(t,e){e.version!==e.temp["last-invalidated-version"]&&await h(e,!0);const s=i.Column.string("helm",1).init((e=>t));s.semType=i.SEMTYPE.MACROMOLECULE,s.setTag(i.TAGS.UNITS,a.r2.HELM);const r=await(0,o.D)(s,!0,e.temp["monomers-dict"]);return(await n.functions.call("Chem:searchSubstructure",{molStringsColumn:e.temp["monomeric-mols"],molString:r.get(0),molBlockFailover:""})).get(0)}async function h(t,e){const s=i.TaskBarProgressIndicator.create(`Invalidating molfiles for ${t.name}`);await(0,r.gw)(10);const n=new Map,a=await(0,o.D)(t,e,n);t.temp["monomeric-mols"]=a,t.temp["monomers-dict"]=n,t.temp["last-invalidated-version"]=t.version,s.close()}},2568:(t,e,s)=>{"use strict";s.d(e,{l:()=>a,n:()=>r});var n=s(4469),i=s(976),o=s(499);function r(t,e,s=[],i=[],o=!0){const[r,l]=a(t,e,s,i);return o&&!r&&n.shell.warning(l),r}function a(t,e,s=[],r=[]){let a=!0,l="";const c=o.Cn.getOrCreate(t);if(t.semType!==i.SEMTYPE.MACROMOLECULE)n.shell.warning(e+" analysis is allowed for Macromolecules semantic type"),a=!1;else{const t=c.notation;if(s.length>0&&!s.some((e=>t.toUpperCase()==e.toUpperCase())))l=`${e} + ' analysis is allowed for Macromolecules with notation ${0==s.length?"any notation":`notation${s.length>1?"s":""} ${s.map((t=>`"${t}"`)).join(", ")} `}.`,a=!1;else if(!c.isHelm()){const t=c.alphabet;r.length>0&&!r.some((e=>t.toUpperCase()==e.toUpperCase()))&&(l=`${e} + ' analysis is allowed for Macromolecules with alphabet ${0==r.length?"any alphabet":`alphabet${r.length>1?"s":""} ${r.map((t=>`"${t}"`)).join(", ")}.`}.`,a=!1)}}return[a,l]}},3553:(t,e,s)=>{"use strict";s.d(e,{Of:()=>o,WY:()=>h,jB:()=>u,mU:()=>a,rs:()=>c});var n,i,o,r=s(8341);!function(t){t.SPLIT_COL="~split",t.ACTIVITY="~activity",t.ACTIVITY_SCALED="activity_scaled",t.ALIGNED_SEQUENCE="~aligned_sequence",t.AMINO_ACID_RESIDUE="AAR",t.POSITION="Pos",t.P_VALUE="pValue",t.MEAN_DIFFERENCE="Mean difference"}(n||(n={})),function(t){t.AAR="AAR",t.POSITION="Pos",t.SELECTION="selection"}(i||(i={})),function(t){t.MONOMER="Monomer",t.MACROMOLECULE_DIFFERENCE="MacromoleculeDifference",t.ACTIVITY="activity",t.ACTIVITY_SCALED="activityScaled"}(o||(o={}));const a="MSA";var l,c;!function(t){t.CELL_CHANGING="isCellChanging"}(l||(l={})),function(t){t.SEPARATOR="."}(c||(c={}));const h="3.3.1",u={pepsea:{gapOpen:1.53,gapExtend:0,method:r.J[0]},kalign:{gapOpen:-1,gapExtend:-1,terminalGap:-1}}},4004:(t,e,s)=>{"use strict";s.d(e,{o:()=>o}),s(976),s(3870);var n=s(4469),i=(s(3336),s(8447),s(499));async function o(t,e,s){const o=i.Cn.getOrCreate(t).convert(e,s);t.dataFrame.columns.add(o);const r=await n.functions.call("Bio:detectMacromolecule",{col:o});return r&&(o.semType=r),await n.data.detectSemanticTypes(t.dataFrame),o}},7958:(t,e,s)=>{"use strict";function n(t){return"string"==typeof t||t instanceof String?t:"StateError"===t.constructor.name?t.message:"StateError"===t.constructor.name&&"$thrownJsError"in t?n(t.$thrownJsError):t instanceof Error?t.message:t.toString()}function i(t){return t instanceof Error?t.stack:"StateError"===t.constructor.name&&"$thrownJsError"in t?i(t.$thrownJsError):void 0}function o(t){return[n(t),i(t)]}s.d(e,{yf:()=>o})},1345:(t,e,s)=>{"use strict";s.d(e,{NT:()=>y,P4:()=>m,QD:()=>p,RV:()=>c,nW:()=>g,rb:()=>u});var n=s(4469),i=(s(3870),s(976)),o=s(701),r=s(922),a=s(7228),l=s(7316);const c="Libraries",h="System:AppData/Bio/libraries/",u={"HELMCoreLibrary.json":"HELMCoreLibrary.json"};async function m(){return await Promise.all((await n.dapi.files.list(h,!0,"")).map((async t=>t.fullPath.substring(h.length))))}let d=Promise.resolve();async function g(){let t;return d=d.then((async()=>{const e=await n.dapi.userDataStorage.getValue(c,"Settings",!0);t=e?JSON.parse(e):{exclude:[]},t.exclude=t.exclude instanceof Array?t.exclude:[],console.debug(`Bio: getUserLibSettings()\n${JSON.stringify(t,void 0,2)}`)})),await d,t}async function p(t){d=d.then((async()=>{console.debug(`Bio: setUserLibSettings()\n${JSON.stringify(t,void 0,2)}`),await n.dapi.userDataStorage.postValue(c,"Settings",JSON.stringify(t),!0)})),await d}class f{constructor(t,e){this._monomers={},this._onChanged=new o.Subject,this._monomers=t,this.error=e}getMonomer(t,e){return t in this._monomers&&e in this._monomers[t]?this._monomers[t][e]:null}getPolymerTypes(){return Object.keys(this._monomers)}getMonomerMolsByPolymerType(t){const e={};return Object.keys(this._monomers[t]??{}).forEach((s=>{e[s]=this._monomers[t][s].molfile})),e}getMonomerSymbolsByType(t){return Object.keys(this._monomers[t])}getMonomerSymbolsByRGroup(t,e,s){let n=this.getMonomerSymbolsByType(e).map((t=>this.getMonomer(e,t)));return n=n.filter((t=>null!==t)),0===n.length?[]:(n=n.filter((e=>{if(!e?.rgroups)return!1;let s=e?.rgroups.length>=t;return r._.getInstance(e.molfile).atomTypes.map(((t,e)=>"R#"===t?e:-1)).filter((t=>-1!==t)),s&&(s=!0),s})),n.map((t=>t?.symbol)))}get onChanged(){return this._onChanged}_updateInt(t){const e=t.getPolymerTypes(),s=this.getPolymerTypes();e.forEach((e=>{s.includes(e)||(this._monomers[e]={}),t.getMonomerSymbolsByType(e).forEach((s=>{this._monomers[e][s]=t.getMonomer(e,s)}))}))}update(t){this._updateInt(t),this._onChanged.next()}updateLibs(t,e=!1){e&&(this._monomers={});for(const e of t)e.error||this._updateInt(e);this._onChanged.next()}clear(){this._monomers={},this._onChanged.next()}}class y{constructor(){this._monomerLib=new f({}),this.loadLibrariesPromise=Promise.resolve()}getBioLib(){return this._monomerLib}async loadLibraries(t=!1){return this.loadLibrariesPromise=this.loadLibrariesPromise.then((async()=>{try{const[e,s]=await Promise.all([m(),g()]),n=e.filter((t=>!s.exclude.includes(t))),i=await Promise.all(n.map((t=>this.readLibrary(h,t).catch((e=>{const s=`Loading monomers from '${t}' error: ${e instanceof Error?e.message:e.toString()}`;return new f({},s)})))));this._monomerLib.updateLibs(i,t)}catch(t){const e=`Loading monomer libraries error: ${t instanceof Error?t.message:t.toString()}`;n.shell.warning(e);const s=t instanceof Error?t.stack:void 0;l._package.logger.error(e,void 0,s)}}))}async readLibrary(t,e){let s,o,r=[];const l=new i.FileSource(t);if(e.endsWith(".sdf"))1===i.Func.find({package:"Chem",name:"importSdf"}).length?(s=await l.readAsBytes(e),o=await n.functions.call("Chem:importSdf",{bytes:s}),r=(0,a.Xk)(o[0])):n.shell.warning("Chem package is not installed");else if(e.endsWith(".json")){const t=await l.readAsText(e);r=JSON.parse(t)}else{if(!e.endsWith(".csv"))throw new Error("Monomer library of unknown file format, supported formats: SDF, JSON, CSV");{const t=(c=await l.readCsv(e),Array.from({length:c.rowCount},((t,e)=>c.columns.names().reduce(((t,s)=>(t[s]=c.get(s,e),t)),{}))));if(!(0,a.eD)(t))throw new Error("Invalid format of CSV monomer lib");r=(0,a.Z)(t)}}var c;const h={},u=[];return r.forEach((t=>{u.includes(t.polymerType)||(h[t.polymerType]={},u.push(t.polymerType)),h[t.polymerType][t.symbol]=t})),new f(h)}static get instance(){return y._instance||(y._instance=new y),y._instance}}y._instance=null},525:(t,e,s)=>{"use strict";s.d(e,{K:()=>L});var n=s(4469),i=s(976),o=s(3870),r=s(8447),a=s(499),l=s(6098),c=s(8341),h=s(2568),u=s(3553),m=s(7316),d=s(3379),g=s.n(d),p=s(7795),f=s.n(p),y=s(569),w=s.n(y),b=s(3565),T=s.n(b),C=s(9216),A=s.n(C),S=s(4589),E=s.n(S),M=s(9564),v={};v.styleTagTransform=E(),v.setAttributes=T(),v.insert=w().bind(null,"head"),v.domAPI=f(),v.insertStyleElement=A(),g()(M.Z,v),M.Z&&M.Z.locals&&M.Z.locals;class N extends Error{constructor(t,e){super(t,e)}}async function L(t={}){return new Promise((async(e,s)=>{var r,a,l;t.clustersCol??(t.clustersCol=null),t.pepsea??(t.pepsea={}),(r=t.pepsea).method??(r.method=u.jB.pepsea.method),(a=t.pepsea).gapOpen??(a.gapOpen=u.jB.pepsea.gapOpen),(l=t.pepsea).gapExtend??(l.gapExtend=u.jB.pepsea.gapExtend);const h=t.col?.dataFrame??n.shell.t,m=t.col??h.columns.bySemType(i.SEMTYPE.MACROMOLECULE);if(null==m){const t="MSAError: dataset doesn't conain any Macromolecule column";n.shell.warning(t),s(new N(t))}const d=o.choiceInput("Method",t.pepsea.method,c.J);d.setTooltip("Alignment method");const g=o.floatInput("Terminal gap",t?.kalign?.terminalGap??null);g.setTooltip("Penalty for opening a gap at the beginning or end of the sequence");const p=o.p(`Kalign version: ${u.WY}`,"kalign-version"),f=o.floatInput("Gap open",t.pepsea.gapOpen);f.setTooltip("Gap opening penalty at group-to-group alignment");const y=o.floatInput("Gap extend",t.pepsea.gapExtend);y.setTooltip("Gap extension penalty to skip the alignment");const w=o.inputs([f,y,g]),b=o.button("Alignment parameters",(()=>{w.hidden=!w.hidden}),"Adjust alignment parameters such as penalties for opening and extending gaps");b.classList.add("msa-params-button"),w.hidden=!0,b.prepend(o.icons.settings((()=>null)));const T=[d.root.style],C=[g.root.style,p.style];let A;const S=o.columnInput("Sequence",h,m,(async()=>{A=await I(S.value,h,T,C,d,E,f,y,g)}),{filter:t=>t.semType===i.SEMTYPE.MACROMOLECULE});S.setTooltip("Sequences column to use for alignment");const E=o.columnInput("Clusters",h,t.clustersCol);if(E.nullable=!0,S.fireChanged(),t.col)return A=await I(t.col,h,T,C,d,E,f,y,g),void await _(S,h,A,e,s);o.dialog("MSA").add(S).add(E).add(d).add(w).add(b).add(p).onOK((async()=>{await _(S,h,A,e,s)})).show()}))}async function _(t,e,s,o,r){let a=null;const l=i.TaskBarProgressIndicator.create("Analyze for MSA ...");try{if(t.fireChanged(),t.value.semType!==i.SEMTYPE.MACROMOLECULE)throw new Error("Chosen column has to be of Macromolecule semantic type");if(void 0===s)throw new Error("Invalid column format");if(a=await s(),null==a)return r("PepSeA container has not started");e.columns.add(a),await n.data.detectSemanticTypes(e),o(a)}catch(t){const e=t instanceof Error?t.message:t.toString();n.shell.error(e),r(t)}finally{l.close()}}async function I(t,e,s,o,d,g,p,f,y){try{if(t.semType!==i.SEMTYPE.MACROMOLECULE)return;const n=e.columns.getUnusedName(`msa(${t.name})`);if((0,h.n)(t,t.name,[r.r2.FASTA,r.r2.SEPARATOR],["DNA","RNA","PT"],!1)){P(s,o,"kalign"),p.value=null,f.value=null,y.value=null;const e=a.Cn.getOrCreate(t),i=e.isFasta()?t:e.convert(r.r2.FASTA);return async()=>await(0,l.U)(i,!1,n,g.value)}if((0,h.n)(t,t.name,[r.r2.HELM],[],!1))return P(s,o,"pepsea"),p.value??(p.value=u.jB.pepsea.gapOpen),f.value??(f.value=u.jB.pepsea.gapExtend),async()=>await(0,c.f)(t,n,d.value,p.value,f.value,g.value);if((0,h.n)(t,t.name,[r.r2.SEPARATOR],["UN"],!1)){const e=a.Cn.getOrCreate(t).convert(r.r2.HELM);return P(s,o,"pepsea"),p.value??(p.value=u.jB.pepsea.gapOpen),f.value??(f.value=u.jB.pepsea.gapExtend),async()=>await(0,c.f)(e,n,d.value,p.value,f.value,g.value)}return p.value=null,f.value=null,y.value=null,void P(s,o,"kalign")}catch(t){const e=t instanceof Error?t.message:t.toString();n.shell.error(e),m._package.logger.error(e)}}function P(t,e,s){if("kalign"===s){for(const e of t)e.display="none";for(const t of e)t.removeProperty("display")}else{for(const t of e)t.display="none";for(const e of t)e.removeProperty("display")}}},6098:(t,e,s)=>{"use strict";s.d(e,{U:()=>O});var n=s(976),i=s(5226);const o=Symbol("Comlink.proxy"),r=Symbol("Comlink.endpoint"),a=Symbol("Comlink.releaseProxy"),l=Symbol("Comlink.thrown"),c=t=>"object"==typeof t&&null!==t||"function"==typeof t,h=new Map([["proxy",{canHandle:t=>c(t)&&t[o],serialize(t){const{port1:e,port2:s}=new MessageChannel;return u(t,e),[s,[s]]},deserialize:t=>(t.start(),d(t))}],["throw",{canHandle:t=>c(t)&&l in t,serialize({value:t}){let e;return e=t instanceof Error?{isError:!0,value:{message:t.message,name:t.name,stack:t.stack}}:{isError:!1,value:t},[e,[]]},deserialize(t){throw t.isError?Object.assign(new Error(t.value.message),t.value):t.value}}]]);function u(t,e=self){e.addEventListener("message",(function s(n){if(!n||!n.data)return;const{id:i,type:r,path:a}=Object.assign({path:[]},n.data),c=(n.data.argumentList||[]).map(T);let h;try{const e=a.slice(0,-1).reduce(((t,e)=>t[e]),t),s=a.reduce(((t,e)=>t[e]),t);switch(r){case"GET":h=s;break;case"SET":e[a.slice(-1)[0]]=T(n.data.value),h=!0;break;case"APPLY":h=s.apply(e,c);break;case"CONSTRUCT":h=function(t){return Object.assign(t,{[o]:!0})}(new s(...c));break;case"ENDPOINT":{const{port1:e,port2:s}=new MessageChannel;u(t,s),h=function(t,e){return w.set(t,e),t}(e,[e])}break;case"RELEASE":h=void 0;break;default:return}}catch(t){h={value:t,[l]:0}}Promise.resolve(h).catch((t=>({value:t,[l]:0}))).then((t=>{const[n,o]=b(t);e.postMessage(Object.assign(Object.assign({},n),{id:i}),o),"RELEASE"===r&&(e.removeEventListener("message",s),m(e))}))})),e.start&&e.start()}function m(t){(function(t){return"MessagePort"===t.constructor.name})(t)&&t.close()}function d(t,e){return p(t,[],e)}function g(t){if(t)throw new Error("Proxy has been released and is not useable")}function p(t,e=[],s=function(){}){let n=!1;const i=new Proxy(s,{get(s,o){if(g(n),o===a)return()=>C(t,{type:"RELEASE",path:e.map((t=>t.toString()))}).then((()=>{m(t),n=!0}));if("then"===o){if(0===e.length)return{then:()=>i};const s=C(t,{type:"GET",path:e.map((t=>t.toString()))}).then(T);return s.then.bind(s)}return p(t,[...e,o])},set(s,i,o){g(n);const[r,a]=b(o);return C(t,{type:"SET",path:[...e,i].map((t=>t.toString())),value:r},a).then(T)},apply(s,i,o){g(n);const a=e[e.length-1];if(a===r)return C(t,{type:"ENDPOINT"}).then(T);if("bind"===a)return p(t,e.slice(0,-1));const[l,c]=y(o);return C(t,{type:"APPLY",path:e.map((t=>t.toString())),argumentList:l},c).then(T)},construct(s,i){g(n);const[o,r]=y(i);return C(t,{type:"CONSTRUCT",path:e.map((t=>t.toString())),argumentList:o},r).then(T)}});return i}function f(t){return Array.prototype.concat.apply([],t)}function y(t){const e=t.map(b);return[e.map((t=>t[0])),f(e.map((t=>t[1])))]}const w=new WeakMap;function b(t){for(const[e,s]of h)if(s.canHandle(t)){const[n,i]=s.serialize(t);return[{type:"HANDLER",name:e,value:n},i]}return[{type:"RAW",value:t},w.get(t)||[]]}function T(t){switch(t.type){case"HANDLER":return h.get(t.name).deserialize(t.value);case"RAW":return t.value}}function C(t,e,s){return new Promise((n=>{const i=new Array(4).fill(0).map((()=>Math.floor(Math.random()*Number.MAX_SAFE_INTEGER).toString(16))).join("-");t.addEventListener("message",(function e(s){!s.data||!s.data.id||s.data.id!==i||(t.removeEventListener("message",e),n(s.data))})),t.start&&t.start(),t.postMessage(Object.assign({id:i},e),s)}))}const A="KGZ1bmN0aW9uKCl7InVzZSBzdHJpY3QiO2NvbnN0ICQ9U3ltYm9sKCJDb21saW5rLnByb3h5IiksQT1TeW1ib2woIkNvbWxpbmsuZW5kcG9pbnQiKSxSPVN5bWJvbCgiQ29tbGluay5yZWxlYXNlUHJveHkiKSx5PVN5bWJvbCgiQ29tbGluay50aHJvd24iKSxfPWU9PnR5cGVvZiBlPT0ib2JqZWN0IiYmZSE9PW51bGx8fHR5cGVvZiBlPT0iZnVuY3Rpb24iLEw9e2NhbkhhbmRsZTplPT5fKGUpJiZlWyRdLHNlcmlhbGl6ZShlKXtjb25zdHtwb3J0MTpyLHBvcnQyOml9PW5ldyBNZXNzYWdlQ2hhbm5lbDtyZXR1cm4gdyhlLHIpLFtpLFtpXV19LGRlc2VyaWFsaXplKGUpe3JldHVybiBlLnN0YXJ0KCksQyhlKX19LE89e2NhbkhhbmRsZTplPT5fKGUpJiZ5IGluIGUsc2VyaWFsaXplKHt2YWx1ZTplfSl7bGV0IHI7cmV0dXJuIGUgaW5zdGFuY2VvZiBFcnJvcj9yPXtpc0Vycm9yOiEwLHZhbHVlOnttZXNzYWdlOmUubWVzc2FnZSxuYW1lOmUubmFtZSxzdGFjazplLnN0YWNrfX06cj17aXNFcnJvcjohMSx2YWx1ZTplfSxbcixbXV19LGRlc2VyaWFsaXplKGUpe3Rocm93IGUuaXNFcnJvcj9PYmplY3QuYXNzaWduKG5ldyBFcnJvcihlLnZhbHVlLm1lc3NhZ2UpLGUudmFsdWUpOmUudmFsdWV9fSxFPW5ldyBNYXAoW1sicHJveHkiLExdLFsidGhyb3ciLE9dXSk7ZnVuY3Rpb24gdyhlLHI9c2VsZil7ci5hZGRFdmVudExpc3RlbmVyKCJtZXNzYWdlIixmdW5jdGlvbiBpKHMpe2lmKCFzfHwhcy5kYXRhKXJldHVybjtjb25zdHtpZDpvLHR5cGU6YSxwYXRoOm59PU9iamVjdC5hc3NpZ24oe3BhdGg6W119LHMuZGF0YSksdT0ocy5kYXRhLmFyZ3VtZW50TGlzdHx8W10pLm1hcChtKTtsZXQgbDt0cnl7Y29uc3QgYz1uLnNsaWNlKDAsLTEpLnJlZHVjZSgoZCxoKT0+ZFtoXSxlKSxmPW4ucmVkdWNlKChkLGgpPT5kW2hdLGUpO3N3aXRjaChhKXtjYXNlIkdFVCI6bD1mO2JyZWFrO2Nhc2UiU0VUIjpjW24uc2xpY2UoLTEpWzBdXT1tKHMuZGF0YS52YWx1ZSksbD0hMDticmVhaztjYXNlIkFQUExZIjpsPWYuYXBwbHkoYyx1KTticmVhaztjYXNlIkNPTlNUUlVDVCI6e2NvbnN0IGQ9bmV3IGYoLi4udSk7bD16KGQpfWJyZWFrO2Nhc2UiRU5EUE9JTlQiOntjb25zdHtwb3J0MTpkLHBvcnQyOmh9PW5ldyBNZXNzYWdlQ2hhbm5lbDt3KGUsaCksbD1OKGQsW2RdKX1icmVhaztjYXNlIlJFTEVBU0UiOmw9dm9pZCAwO2JyZWFrO2RlZmF1bHQ6cmV0dXJufX1jYXRjaChjKXtsPXt2YWx1ZTpjLFt5XTowfX1Qcm9taXNlLnJlc29sdmUobCkuY2F0Y2goYz0+KHt2YWx1ZTpjLFt5XTowfSkpLnRoZW4oYz0+e2NvbnN0W2YsZF09UyhjKTtyLnBvc3RNZXNzYWdlKE9iamVjdC5hc3NpZ24oT2JqZWN0LmFzc2lnbih7fSxmKSx7aWQ6b30pLGQpLGE9PT0iUkVMRUFTRSImJihyLnJlbW92ZUV2ZW50TGlzdGVuZXIoIm1lc3NhZ2UiLGkpLEYocikpfSl9KSxyLnN0YXJ0JiZyLnN0YXJ0KCl9ZnVuY3Rpb24gVChlKXtyZXR1cm4gZS5jb25zdHJ1Y3Rvci5uYW1lPT09Ik1lc3NhZ2VQb3J0In1mdW5jdGlvbiBGKGUpe1QoZSkmJmUuY2xvc2UoKX1mdW5jdGlvbiBDKGUscil7cmV0dXJuIGIoZSxbXSxyKX1mdW5jdGlvbiBwKGUpe2lmKGUpdGhyb3cgbmV3IEVycm9yKCJQcm94eSBoYXMgYmVlbiByZWxlYXNlZCBhbmQgaXMgbm90IHVzZWFibGUiKX1mdW5jdGlvbiBiKGUscj1bXSxpPWZ1bmN0aW9uKCl7fSl7bGV0IHM9ITE7Y29uc3Qgbz1uZXcgUHJveHkoaSx7Z2V0KGEsbil7aWYocChzKSxuPT09UilyZXR1cm4oKT0+ZyhlLHt0eXBlOiJSRUxFQVNFIixwYXRoOnIubWFwKHU9PnUudG9TdHJpbmcoKSl9KS50aGVuKCgpPT57RihlKSxzPSEwfSk7aWYobj09PSJ0aGVuIil7aWYoci5sZW5ndGg9PT0wKXJldHVybnt0aGVuOigpPT5vfTtjb25zdCB1PWcoZSx7dHlwZToiR0VUIixwYXRoOnIubWFwKGw9PmwudG9TdHJpbmcoKSl9KS50aGVuKG0pO3JldHVybiB1LnRoZW4uYmluZCh1KX1yZXR1cm4gYihlLFsuLi5yLG5dKX0sc2V0KGEsbix1KXtwKHMpO2NvbnN0W2wsY109Uyh1KTtyZXR1cm4gZyhlLHt0eXBlOiJTRVQiLHBhdGg6Wy4uLnIsbl0ubWFwKGY9PmYudG9TdHJpbmcoKSksdmFsdWU6bH0sYykudGhlbihtKX0sYXBwbHkoYSxuLHUpe3Aocyk7Y29uc3QgbD1yW3IubGVuZ3RoLTFdO2lmKGw9PT1BKXJldHVybiBnKGUse3R5cGU6IkVORFBPSU5UIn0pLnRoZW4obSk7aWYobD09PSJiaW5kIilyZXR1cm4gYihlLHIuc2xpY2UoMCwtMSkpO2NvbnN0W2MsZl09TSh1KTtyZXR1cm4gZyhlLHt0eXBlOiJBUFBMWSIscGF0aDpyLm1hcChkPT5kLnRvU3RyaW5nKCkpLGFyZ3VtZW50TGlzdDpjfSxmKS50aGVuKG0pfSxjb25zdHJ1Y3QoYSxuKXtwKHMpO2NvbnN0W3UsbF09TShuKTtyZXR1cm4gZyhlLHt0eXBlOiJDT05TVFJVQ1QiLHBhdGg6ci5tYXAoYz0+Yy50b1N0cmluZygpKSxhcmd1bWVudExpc3Q6dX0sbCkudGhlbihtKX19KTtyZXR1cm4gb31mdW5jdGlvbiBEKGUpe3JldHVybiBBcnJheS5wcm90b3R5cGUuY29uY2F0LmFwcGx5KFtdLGUpfWZ1bmN0aW9uIE0oZSl7Y29uc3Qgcj1lLm1hcChTKTtyZXR1cm5bci5tYXAoaT0+aVswXSksRChyLm1hcChpPT5pWzFdKSldfWNvbnN0IFA9bmV3IFdlYWtNYXA7ZnVuY3Rpb24gTihlLHIpe3JldHVybiBQLnNldChlLHIpLGV9ZnVuY3Rpb24geihlKXtyZXR1cm4gT2JqZWN0LmFzc2lnbihlLHtbJF06ITB9KX1mdW5jdGlvbiBTKGUpe2Zvcihjb25zdFtyLGldb2YgRSlpZihpLmNhbkhhbmRsZShlKSl7Y29uc3RbcyxvXT1pLnNlcmlhbGl6ZShlKTtyZXR1cm5be3R5cGU6IkhBTkRMRVIiLG5hbWU6cix2YWx1ZTpzfSxvXX1yZXR1cm5be3R5cGU6IlJBVyIsdmFsdWU6ZX0sUC5nZXQoZSl8fFtdXX1mdW5jdGlvbiBtKGUpe3N3aXRjaChlLnR5cGUpe2Nhc2UiSEFORExFUiI6cmV0dXJuIEUuZ2V0KGUubmFtZSkuZGVzZXJpYWxpemUoZS52YWx1ZSk7Y2FzZSJSQVciOnJldHVybiBlLnZhbHVlfX1mdW5jdGlvbiBnKGUscixpKXtyZXR1cm4gbmV3IFByb21pc2Uocz0+e2NvbnN0IG89VSgpO2UuYWRkRXZlbnRMaXN0ZW5lcigibWVzc2FnZSIsZnVuY3Rpb24gYShuKXshbi5kYXRhfHwhbi5kYXRhLmlkfHxuLmRhdGEuaWQhPT1vfHwoZS5yZW1vdmVFdmVudExpc3RlbmVyKCJtZXNzYWdlIixhKSxzKG4uZGF0YSkpfSksZS5zdGFydCYmZS5zdGFydCgpLGUucG9zdE1lc3NhZ2UoT2JqZWN0LmFzc2lnbih7aWQ6b30sciksaSl9KX1mdW5jdGlvbiBVKCl7cmV0dXJuIG5ldyBBcnJheSg0KS5maWxsKDApLm1hcCgoKT0+TWF0aC5mbG9vcihNYXRoLnJhbmRvbSgpKk51bWJlci5NQVhfU0FGRV9JTlRFR0VSKS50b1N0cmluZygxNikpLmpvaW4oIi0iKX1jb25zdCBXPWFzeW5jKCk9PldlYkFzc2VtYmx5LnZhbGlkYXRlKG5ldyBVaW50OEFycmF5KFswLDk3LDExNSwxMDksMSwwLDAsMCwxLDUsMSw5NiwwLDEsMTIzLDMsMiwxLDAsMTAsMTAsMSw4LDAsNjUsMCwyNTMsMTUsMjUzLDk4LDExXSkpLHg9ImVhZ2VyIixrPSJsYXp5IixqPXtzc3c6WyJzaW1kIl0sbWluaW1hcDI6WyJzaW1kIl19LHQ9e3Rvb2xzOltdLGNvbmZpZzp7fSxmaWxlczpbXSxiYXNlOnt9LGZzOnt9LGFzeW5jIGluaXQoKXtpZih0LnRvb2xzLmxlbmd0aD09PTApdGhyb3ciRXhwZWN0aW5nIGF0IGxlYXN0IDEgdG9vbC4iO2lmKG5ldyBTZXQodC50b29scy5tYXAocj0+YCR7ci50b29sfS8ke3IucHJvZ3JhbXx8ci50b29sfWApKS5zaXplIT09dC50b29scy5sZW5ndGgpdGhyb3ciRm91bmQgZHVwbGljYXRlIHRvb2xzOyBjYW4gb25seSBoYXZlIGVhY2ggdG9vbC9wcm9ncmFtIGNvbWJpbmF0aW9uIGF0IG1vc3Qgb25jZS4iO2lmKHQuYmFzZT10LnRvb2xzLmZpbmQocj0+ci5yZWluaXQhPT0hMCksIXQuYmFzZSl0aHJvdyJDb3VsZCBub3QgZmluZCBhIHRvb2wgd2l0aCBgcmVpbml0OiBmYWxzZWAgdG8gdXNlIGFzIHRoZSBiYXNlIG1vZHVsZS4gVG8gZml4IHRoaXMgaXNzdWUsIGluY2x1ZGUgdGhlIHRvb2wgYGJhc2UvMS4wLjBgIHdoZW4gaW5pdGlhbGl6aW5nIEFpb2xpLiI7cmV0dXJuIHQuYmFzZS5pc0Jhc2VNb2R1bGU9ITAsYXdhaXQgdGhpcy5fc2V0dXAodC5iYXNlKSxhd2FpdCB0aGlzLl9pbml0TW9kdWxlcygpLHQuX2xvZygiUmVhZHkiKSwhMH0sYXN5bmMgX2luaXRNb2R1bGVzKCl7YXdhaXQgUHJvbWlzZS5hbGwodC50b29scy5tYXAodGhpcy5fc2V0dXApKSxhd2FpdCB0aGlzLl9zZXR1cEZTKCl9LG1vdW50KGU9W10pe2NvbnN0IHI9YCR7dC5jb25maWcuZGlyU2hhcmVkfSR7dC5jb25maWcuZGlyRGF0YX1gLGk9YCR7dC5jb25maWcuZGlyU2hhcmVkfSR7dC5jb25maWcuZGlyTW91bnRlZH1gO2xldCBzPVtdLG89W10sYT1bXTshQXJyYXkuaXNBcnJheShlKSYmIShlIGluc3RhbmNlb2YgRmlsZUxpc3QpJiYoZT1bZV0pLHQuX2xvZyhgTW91bnRpbmcgJHtlLmxlbmd0aH0gZmlsZXNgKTtmb3IobGV0IG4gb2YgZSl7aWYobiBpbnN0YW5jZW9mIEZpbGV8fChuPT1udWxsP3ZvaWQgMDpuLmRhdGEpaW5zdGFuY2VvZiBCbG9iJiZuLm5hbWV8fHR5cGVvZihuPT1udWxsP3ZvaWQgMDpuLmRhdGEpPT0ic3RyaW5nIiYmbi5uYW1lKXR5cGVvZihuPT1udWxsP3ZvaWQgMDpuLmRhdGEpPT0ic3RyaW5nIiYmKG4uZGF0YT1uZXcgQmxvYihbbi5kYXRhXSx7dHlwZToidGV4dC9wbGFpbiJ9KSkscy5wdXNoKG4pO2Vsc2UgaWYobi5uYW1lJiZuLnVybClvLnB1c2gobik7ZWxzZSBpZih0eXBlb2Ygbj09InN0cmluZyImJm4uc3RhcnRzV2l0aCgiaHR0cCIpKW49e3VybDpuLG5hbWU6bi5zcGxpdCgiLy8iKS5wb3AoKS5yZXBsYWNlKC9cLy9nLCItIil9LG8ucHVzaChuKTtlbHNlIHRocm93J0Nhbm5vdCBtb3VudCBmaWxlKHMpIHNwZWNpZmllZC4gTXVzdCBiZSBhIEZpbGUsIEJsb2IsIGEgVVJMIHN0cmluZywgb3IgeyBuYW1lOiAiZmlsZS50eHQiLCBkYXRhOiAic3RyaW5nIiB9Lic7YS5wdXNoKG4ubmFtZSl9dHJ5e3QuZnMudW5tb3VudChpKX1jYXRjaHt9Zm9yKGxldCBuIG9mIG8pdC5mcy5jcmVhdGVMYXp5RmlsZShyLG4ubmFtZSxuLnVybCwhMCwhMCk7cmV0dXJuIHQuZmlsZXM9dC5maWxlcy5jb25jYXQocyksdC5iYXNlLm1vZHVsZS5GUy5tb3VudCh0LmJhc2UubW9kdWxlLldPUktFUkZTLHtmaWxlczp0LmZpbGVzLmZpbHRlcihuPT5uIGluc3RhbmNlb2YgRmlsZSksYmxvYnM6dC5maWxlcy5maWx0ZXIobj0+KG49PW51bGw/dm9pZCAwOm4uZGF0YSlpbnN0YW5jZW9mIEJsb2IpfSxpKSxzLm1hcChuPT57Y29uc3QgdT1gJHtpfS8ke24ubmFtZX1gLGw9YCR7cn0vJHtuLm5hbWV9YDt0cnl7dC5mcy51bmxpbmsobCl9Y2F0Y2h7fXQuX2xvZyhgQ3JlYXRpbmcgc3ltbGluazogJHtsfSAtLT4gJHt1fWApLHQuZnMuc3ltbGluayh1LGwpfSksYS5tYXAobj0+YCR7cn0vJHtufWApfSxhc3luYyBleGVjKGUscj1udWxsKXtpZih0Ll9sb2coYEV4ZWN1dGluZyAlYyR7ZX0lYyBhcmdzPSR7cn1gLCJjb2xvcjpkYXJrYmx1ZTsgZm9udC13ZWlnaHQ6Ym9sZCIsIiIpLCFlKXRocm93IkV4cGVjdGluZyBhIGNvbW1hbmQiO2xldCBpPWU7cj09bnVsbCYmKHI9ZS5zcGxpdCgiICIpLGk9ci5zaGlmdCgpKTtjb25zdCBzPXQudG9vbHMuZmluZChhPT57dmFyIHU7bGV0IG49aTtyZXR1cm4oKHU9YT09bnVsbD92b2lkIDA6YS5mZWF0dXJlcyk9PW51bGw/dm9pZCAwOnUuc2ltZCk9PT0hMCYmKG49YCR7bn0tc2ltZGApLGEucHJvZ3JhbT09bn0pO2lmKHM9PW51bGwpdGhyb3dgUHJvZ3JhbSAke2l9IG5vdCBmb3VuZC5gO3Muc3Rkb3V0PSIiLHMuc3RkZXJyPSIiLHMubG9hZGluZz09ayYmKHMubG9hZGluZz14LGF3YWl0IHRoaXMuX2luaXRNb2R1bGVzKCkpO3RyeXtzLm1vZHVsZS5jYWxsTWFpbihyKX1jYXRjaChhKXtjb25zb2xlLmVycm9yKGEpfXRyeXtzLm1vZHVsZS5GUy5jbG9zZShzLm1vZHVsZS5GUy5zdHJlYW1zWzFdKSxzLm1vZHVsZS5GUy5jbG9zZShzLm1vZHVsZS5GUy5zdHJlYW1zWzJdKX1jYXRjaHt9cy5tb2R1bGUuRlMuc3RyZWFtc1sxXT1zLm1vZHVsZS5GUy5vcGVuKCIvZGV2L3N0ZG91dCIsInciKSxzLm1vZHVsZS5GUy5zdHJlYW1zWzJdPXMubW9kdWxlLkZTLm9wZW4oIi9kZXYvc3RkZXJyIiwidyIpO2xldCBvPXtzdGRvdXQ6cy5zdGRvdXQsc3RkZXJyOnMuc3RkZXJyfTtpZih0LmNvbmZpZy5wcmludEludGVybGVhdmVkJiYobz1zLnN0ZG91dCkscy5yZWluaXQ9PT0hMCl7Y29uc3QgYT10LmJhc2UubW9kdWxlLkZTLmN3ZCgpO09iamVjdC5hc3NpZ24ocyxzLmNvbmZpZykscy5yZWFkeT0hMSxhd2FpdCB0aGlzLmluaXQoKSxzLmlzQmFzZU1vZHVsZSYmdGhpcy5tb3VudCgpLHRoaXMuY2QoYSl9cmV0dXJuIG99LGNhdChlKXtyZXR1cm4gdC5fZmlsZW9wKCJjYXQiLGUpfSxscyhlKXtyZXR1cm4gdC5fZmlsZW9wKCJscyIsZSl9LGRvd25sb2FkKGUpe3JldHVybiB0Ll9maWxlb3AoImRvd25sb2FkIixlKX0scHdkKCl7cmV0dXJuIHQuZnMuY3dkKCl9LGNkKGUpe2ZvcihsZXQgciBvZiB0LnRvb2xzKSFyLm1vZHVsZXx8ci5tb2R1bGUuRlMuY2hkaXIoZSl9LG1rZGlyKGUpe3JldHVybiB0LmZzLm1rZGlyKGUpLCEwfSxyZWFkKHtwYXRoOmUsbGVuZ3RoOnIsZmxhZzppPSJyIixvZmZzZXQ6cz0wLHBvc2l0aW9uOm89MH0pe2NvbnN0IGE9dC5mcy5vcGVuKGUsaSksbj1uZXcgVWludDhBcnJheShyKTtyZXR1cm4gdC5mcy5yZWFkKGEsbixzLHIsbyksdC5mcy5jbG9zZShhKSxufSx3cml0ZSh7cGF0aDplLGJ1ZmZlcjpyLGZsYWc6aT0idysiLG9mZnNldDpzPTAscG9zaXRpb246bz0wfSl7Y29uc3QgYT10LmZzLm9wZW4oZSxpKTt0LmZzLndyaXRlKGEscixzLHIubGVuZ3RoLG8pLHQuZnMuY2xvc2UoYSl9LF9zdGRpblR4dDoiIixfc3RkaW5QdHI6MCxnZXQgc3RkaW4oKXtyZXR1cm4gdC5fc3RkaW5UeHR9LHNldCBzdGRpbihlPSIiKXt0Ll9sb2coYFNldHRpbmcgc3RkaW4gdG8gJWMke2V9JWNgLCJjb2xvcjpkYXJrYmx1ZSIsIiIpLHQuX3N0ZGluVHh0PWUsdC5fc3RkaW5QdHI9MH0sYXN5bmMgX3NldHVwKGUpe2lmKGUucmVhZHkpcmV0dXJuO2lmKHQuX2xvZyhgU2V0dGluZyB1cCAke2UudG9vbH0gKGJhc2UgPSAke2UuaXNCYXNlTW9kdWxlPT09ITB9KS4uLmApLGUuY29uZmlnPU9iamVjdC5hc3NpZ24oe30sZSksZS51cmxQcmVmaXh8fChlLnVybFByZWZpeD1gJHt0LmNvbmZpZy51cmxDRE59LyR7ZS50b29sfS8ke2UudmVyc2lvbn1gKSxlLnByb2dyYW18fChlLnByb2dyYW09ZS50b29sKSxlLmZlYXR1cmVzfHwoZS5mZWF0dXJlcz17fSwoaltlLnByb2dyYW1dfHxbXSkuaW5jbHVkZXMoInNpbWQiKSYmKGF3YWl0IFcoKT8oZS5wcm9ncmFtKz0iLXNpbWQiLGUuZmVhdHVyZXMuc2ltZD0hMCk6dC5fbG9nKGBXZWJBc3NlbWJseSBTSU1EIGlzIG5vdCBzdXBwb3J0ZWQgaW4gdGhpcyBicm93c2VyOyB3aWxsIGxvYWQgbm9uLVNJTUQgdmVyc2lvbiBvZiAke2UucHJvZ3JhbX0uYCkpKSxlLmlzQmFzZU1vZHVsZSYmKGUubG9hZGluZz14KSxlLmxvYWRpbmc9PT1rKXt0Ll9sb2coYFdpbGwgbGF6eS1sb2FkICR7ZS50b29sfTsgc2tpcHBpbmcgaW5pdGlhbGl6YXRpb24uYCk7cmV0dXJufXNlbGYuaW1wb3J0U2NyaXB0cyhgJHtlLnVybFByZWZpeH0vJHtlLnByb2dyYW19LmpzYCksZS5tb2R1bGU9YXdhaXQgTW9kdWxlKHt0aGlzUHJvZ3JhbTplLnByb2dyYW0sbG9jYXRlRmlsZTooaSxzKT0+YCR7ZS51cmxQcmVmaXh9LyR7aX1gLHN0ZGluOigpPT50Ll9zdGRpblB0cjx0LnN0ZGluLmxlbmd0aD90LnN0ZGluLmNoYXJDb2RlQXQodC5fc3RkaW5QdHIrKyk6KHQuc3RkaW49IiIsbnVsbCkscHJpbnQ6aT0+ZS5zdGRvdXQrPWAke2l9CmAscHJpbnRFcnI6dC5jb25maWcucHJpbnRJbnRlcmxlYXZlZD9pPT5lLnN0ZG91dCs9YCR7aX0KYDppPT5lLnN0ZGVycis9YCR7aX0KYH0pO2NvbnN0IHI9ZS5tb2R1bGUuRlM7ZS5pc0Jhc2VNb2R1bGU/KHQuX2xvZyhgU2V0dGluZyB1cCAke2UudG9vbH0gd2l0aCBiYXNlIG1vZHVsZSBmaWxlc3lzdGVtLi4uYCksci5ta2Rpcih0LmNvbmZpZy5kaXJTaGFyZWQsNTExKSxyLm1rZGlyKGAke3QuY29uZmlnLmRpclNoYXJlZH0vJHt0LmNvbmZpZy5kaXJEYXRhfWAsNTExKSxyLm1rZGlyKGAke3QuY29uZmlnLmRpclNoYXJlZH0vJHt0LmNvbmZpZy5kaXJNb3VudGVkfWAsNTExKSxyLmNoZGlyKGAke3QuY29uZmlnLmRpclNoYXJlZH0vJHt0LmNvbmZpZy5kaXJEYXRhfWApLHQuZnM9cik6KHQuX2xvZyhgU2V0dGluZyB1cCAke2UudG9vbH0gd2l0aCBmaWxlc3lzdGVtLi4uYCksci5ta2Rpcih0LmNvbmZpZy5kaXJTaGFyZWQpLHIubW91bnQoZS5tb2R1bGUuUFJPWFlGUyx7cm9vdDp0LmNvbmZpZy5kaXJTaGFyZWQsZnM6dC5mc30sdC5jb25maWcuZGlyU2hhcmVkKSxyLmNoZGlyKHQuZnMuY3dkKCkpKSxlLnN0ZG91dD0iIixlLnN0ZGVycj0iIixlLnJlYWR5PSEwfSxhc3luYyBfc2V0dXBGUygpe2NvbnN0IGU9dC5mcztmb3IobGV0IHIgb2YgdC50b29scyl7aWYoIXIucmVhZHkpY29udGludWU7Y29uc3QgaT1yLm1vZHVsZS5GUyxzPWAvJHtyLnRvb2x9YCxvPWAke3QuY29uZmlnLmRpclNoYXJlZH0ke3N9YDshaS5hbmFseXplUGF0aChzKS5leGlzdHN8fGUuYW5hbHl6ZVBhdGgobykuZXhpc3RzfHwodC5fbG9nKGBNb3VudGluZyAke3N9IG9udG8gJHt0LmJhc2UudG9vbH0gZmlsZXN5c3RlbSBhdCAke299YCksZS5ta2RpcihvKSxlLm1vdW50KHQuYmFzZS5tb2R1bGUuUFJPWFlGUyx7cm9vdDpzLGZzOml9LG8pKX19LF9maWxlb3AoZSxyKXt0Ll9sb2coYFJ1bm5pbmcgJHtlfSAke3J9YCk7Y29uc3QgaT10LmZzLmFuYWx5emVQYXRoKHIpO2lmKCFpLmV4aXN0cylyZXR1cm4gdC5fbG9nKGBGaWxlICR7cn0gbm90IGZvdW5kLmApLCExO3N3aXRjaChlKXtjYXNlImNhdCI6cmV0dXJuIHQuZnMucmVhZEZpbGUocix7ZW5jb2Rpbmc6InV0ZjgifSk7Y2FzZSJscyI6cmV0dXJuIHQuZnMuaXNGaWxlKGkub2JqZWN0Lm1vZGUpP3QuZnMuc3RhdChyKTp0LmZzLnJlYWRkaXIocik7Y2FzZSJkb3dubG9hZCI6Y29uc3Qgcz1uZXcgQmxvYihbdGhpcy5jYXQocildKTtyZXR1cm4gVVJMLmNyZWF0ZU9iamVjdFVSTChzKX1yZXR1cm4hMX0sX2xvZyhlKXtpZighdC5jb25maWcuZGVidWcpcmV0dXJuO2xldCByPVsuLi5hcmd1bWVudHNdO3Iuc2hpZnQoKSxjb25zb2xlLmxvZyhgJWNbV2ViV29ya2VyXSVjICR7ZX1gLCJmb250LXdlaWdodDpib2xkIiwiIiwuLi5yKX19O3codCl9KSgpOwo=",S=typeof window<"u"&&window.Blob&&new Blob([atob(A)],{type:"text/javascript;charset=utf-8"});function E(){const t=S&&(window.URL||window.webkitURL).createObjectURL(S);try{return t?new Worker(t):new Worker("data:application/javascript;base64,"+A)}finally{t&&(window.URL||window.webkitURL).revokeObjectURL(t)}}const M={urlCDN:"https://biowasm.com/cdn/v3",urlCDNStg:"https://stg.biowasm.com/cdn/v3",dirShared:"/shared",dirMounted:"/mnt",dirData:"/data",printInterleaved:!0,callback:null,debug:!1,env:"prd"};class v{constructor(t,e={}){if(null==t)throw"Expecting array of tools as input to Aioli constructor.";return Array.isArray(t)||(t=[t]),e=Object.assign({},M,e),t=t.map(this._parseTool),"stg"===e.env&&(e.urlCDN=e.urlCDNStg),this.tools=t,this.config=e,null!=this.config.callback&&(this.callback=this.config.callback),delete this.config.callback,this.init()}async init(){const t=new E;this.callback&&(t.onmessage=t=>{"biowasm"===t.data.type&&this.callback(t.data.value)});const e=d(t);return e.tools=this.tools,e.config=this.config,await e.init(),e}_parseTool(t){if("string"!=typeof t)return t;const e=t.split("/");if(2!=e.length&&3!=e.length)throw"Expecting '<tool>/<version>' or '<tool>/<program>/<version>'";return{tool:e[0],program:3==e.length?e[1]:e[0],version:e[e.length-1]}}}var N=s(850);class L{static getAvailableScales(){return Object.entries(this.scales).map((([t,e])=>t))}static getScale(t){return(0,N.hu)(!(void 0===this.scales[t]),`Scale '${t}' was not found.`),this.scales[t]}}L.scales={WimleyWhite:{"-":0,A:.17,C:-.24,D:-.07,E:-.01,F:-1.13,G:.01,H:.17,I:-.31,K:.99,L:-.56,M:-.23,N:.42,P:.45,Q:.58,R:.81,S:.13,T:.14,V:.07,W:-1.85,Y:-.94},categorial:{"-":0,A:1,C:2,D:3,E:4,F:5,G:6,H:7,I:8,K:9,L:10,M:11,N:12,P:13,Q:14,R:15,S:16,T:17,V:18,W:19,Y:20}};class _{constructor(t="categorial"){this.aa2num=L.getScale(t),this.num2aa={},Object.entries(this.aa2num).forEach((([t,e])=>this.num2aa[e]=t))}static _truncateSequence(t){let e=0,s=t.length;const n=["NH2","COOH"];if(t.startsWith(n[0])){const s=n[0].length;(0,N.hu)("-"==t[s],`Wrong sequence format: ${n[0]} without following '-' in '${t}'.`),e=s}if(t.endsWith(n[1])){const e=n[1].length+1;(0,N.hu)("-"==t[s-e],`Wrong sequence format: ${n[1]} without '-' precending in '${t}'.`),s-=e}return t.substring(e,s)}static _dropDefises(t){return t.replace(/(-)([^-]+)/g,"$2")}static clean(t){return _._dropDefises(_._truncateSequence(t))}encode(t){const e=t.length,s=new Array(e).fill(0);for(let n=0;n<e;++n){const e=t[n];(0,N.hu)(e in this.aa2num,`Unknown char '${e}' found in sequence '${t}'`),s[n]=this.encodeLettter(e)}return s}encodeLettter(t){return this.aa2num[t]}decode(t){let e="";for(let s=0;s<t.length;++s){const n=t[s];(0,N.hu)(n in this.num2aa,`Unknown code '${n}' found in vector '${t}'`),e+=this.num2aa[n]}return e}}var I=s(3553);const P="input.fa",x="result.fasta";function R(t){return t.reduce(((t,e,s)=>t+`>sample${s+1}\n${e}\n`),"")}async function O(t,e=!1,s="",o=null,r,a,l){let c=t.toList();e&&(c=c.map((t=>_.clean(t).replace(/\-/g,""))));const h=t.length;o??(o=n.Column.string("Clusters",h).init("0")),o.type!=n.COLUMN_TYPE.STRING&&(o=o.convertTo(n.TYPE.STRING)),o.compact();const u=o.categories,m=o.getRawData(),d=new Array(u.length),g=new Array(u.length);for(let t=0;t<h;++t){const e=m[t];(d[e]??(d[e]=[])).push(c[t]),(g[e]??(g[e]=[])).push(t)}const p=await new v(["base/1.0.0",{tool:"kalign",version:I.WY,reinit:!0}]),f=n.Column.string(s,h);for(let t=0;t<u.length;++t){const e=R(d[t]);await p.fs.writeFile(P,e);const s=`${void 0!==r?` --gpo ${r}`:""}${void 0!==a?` --gpe ${a}`:""}${void 0!==l?` --tgpe ${l}`:""}`,n=await p.exec(`kalign ${P} -f fasta -o ${x}${s}`);console.warn(n);const o=await p.cat(x);if(!o)throw new Error("kalign output no result");const c=new i.i(o).sequencesArray,h=g[t];for(let t=0;t<c.length;++t)f.set(h[t],c[t])}const y=t.getTag(n.TAGS.UNITS),w=t.getTag("alphabet");return f.setTag(n.TAGS.UNITS,y),f.setTag("aligned","SEQ.MSA"),f.setTag("alphabet",w),f.semType=n.SEMTYPE.MACROMOLECULE,f}},8341:(t,e,s)=>{"use strict";s.d(e,{J:()=>a,f:()=>c});var n=s(4469),i=s(976),o=s(8447),r=s(3553);const a=["mafft --auto","mafft","linsi","ginsi","einsi","fftns","fftnsi","nwns","nwnsi"],l=["AlignedSeq","AlignedSubpeptide","HELM","ID","PolymerID"];async function c(t,e,s="ginsi",a=1.53,c=0,u=null){const m=await n.dapi.docker.dockerContainers.filter("bio").first();if("started"!==m.status&&"checking"!==m.status)return n.log.warning("PepSeA container has not started yet"),null;const d=t.length;u??(u=i.Column.int("Clusters",d).init(0)),u.type!=i.COLUMN_TYPE.STRING&&(u=u.convertTo(i.TYPE.STRING));const g=u.categories,p=new Array(g.length);for(let e=0;e<d;++e){const s=u.get(e);if(""===s)continue;const n=g.indexOf(s),i=t.get(e);i&&(p[n]??(p[n]=[])).push({ID:e.toString(),HELM:i})}const f=new Array(d);for(const t of p){const e=(await h(m.id,t,s,a,c)).Alignment;for(const t of e)f[parseInt(t.ID)]=Object.entries(t).filter((t=>!l.includes(t[0]))).map((t=>"-"!==t[1]?t[1]:"")).join(r.rs.SEPARATOR)}const y=i.Column.fromStrings(e,f);return y.setTag(i.TAGS.UNITS,o.r2.SEPARATOR),y.setTag("separator",r.rs.SEPARATOR),y.setTag("aligned","SEQ.MSA"),y.setTag("alphabet","UN"),y.setTag(".alphabetIsMultichar","true"),y.semType=i.SEMTYPE.MACROMOLECULE,y}async function h(t,e,s,i,o){const r={method:"POST",headers:{Accept:"application/json","Content-Type":"application/json"},body:JSON.stringify(e)},a=`/align?method=${s}&gap_open=${i}&gap_extend=${o}`,l=await n.dapi.docker.dockerContainers.request(t,a,r);return JSON.parse(l??"{}")}},9943:(t,e,s)=>{"use strict";s.d(e,{i$:()=>a,sK:()=>l}),s(976),s(3870),s(4469);var n=s(6414),i=s.n(n),o=s(8447);s(499);const r=60;function a(t,e,s=r,n="\n"){const i=o.kB,a=[];for(let o=0;o<e.length;o++){const r=t.map((t=>t.get(o).toString())).join("|"),c=l(e.get(o),i,s);a.push(`>${r}${n}`);for(const t of c)a.push(`${t}${n}`)}return"".concat(...a)}function l(t,e,s=r){const n=e(t);let o=0;const a=n.length,l=[];for(;o<a;){const t=i()(n).slice(o,o+s).toArray(),e=t.map((t=>t.length>1?`[${t}]`:t)).join("");l.push(e),o+=t.length}return l}},9416:(t,e,s)=>{"use strict";s.d(e,{n:()=>c});var n=s(4469),i=s(976),o=s(1061),r=s(2568),a=s(8457),l=s(3553);async function c(t,e){if(await(0,o.gw)(10),!(0,r.n)(e,"Sequence space"))return t;const s=(0,a.O)(e);s.name="splitToMonomers";const c=e.dataFrame;for(const t of s.columns)t.semType=l.Of.MONOMER,t.setTag("alphabet",e.getTag("alphabet"));const h=/(\d+)(?: \((\d+)\))?/,u=t=>{h.lastIndex=0;const e=t.match(h);return e?`${e[1]} (${parseInt(e[2]??0)+1})`:t};for(let t=0;t<s.columns.length;t++){const n=s.columns.byIndex(t);n.semType=l.Of.MONOMER,n.setTag("alphabet",e.getTag("alphabet"));const i=100;let o=0;for(;c.columns.byName(n.name)&&o<i;)n.name=u(n.name),o++;c.columns.add(n)}await n.data.detectSemanticTypes(c);for(let t=0;t<s.columns.length;t++){const e=s.columns.byIndex(t);e.setTag(i.TAGS.CELL_RENDERER,"Monomer"),e.setTag(".use-as-filter","false")}return c}},4293:(t,e,s)=>{"use strict";function n(t,e){t.innerHTML="",t.append(e)}s.d(e,{Y:()=>n}),s(4469),s(976)},8415:(t,e,s)=>{"use strict";s.d(e,{bo:()=>g,CK:()=>b,yW:()=>w,eZ:()=>S});var n=s(4469),i=s(3870),o=s(976),r=s(6414),a=s.n(r),l=s(701),c=s(499),h=s(8447),u=s(9298);function m(t){var e;return"string"==typeof t||t instanceof String?t:("object"==typeof t||t instanceof Object)&&"$thrownJsError"in t?m(t.$thrownJsError):t instanceof Error?null!==(e=t.stack)&&void 0!==e?e:t.message:t.toString()}var d,g,p=s(7958),f=s(8770),y=s(7316);HTMLCanvasElement.prototype.getCursorPosition=function(t,e){const s=this.getBoundingClientRect();return new o.Point((t.clientX-s.left)*e,(t.clientY-s.top)*e)},o.Rect.prototype.contains=function(t,e){return this.left<=t&&t<=this.right&&this.top<=e&&e<=this.bottom};class w{constructor(t=0,e){this.valueList=null,this.valueIdx=0,this.value=this.rowCount=t,this.bounds=e}push(t){this.valueList||(this.valueList=new Array(this.rowCount),this.valueIdx=0),this.valueList[this.valueIdx]=t,++this.valueIdx}aggregate(t){this.value=t(this.valueList)??0,this.valueList=null}}class b{get label(){return this._label?this._label:this.name}constructor(t,e,s,n){this.sumRowCount=0,this.pos=t,this.name=e,this._freqs=s??{},n?.sumRowCount&&(this.sumRowCount=n.sumRowCount),n?.sumValueForHeight&&(this.sumPlotValue=n.sumValueForHeight),n?.label&&(this._label=n.label)}getMonomers(){return Object.keys(this._freqs)}hasMonomer(t){return t in this._freqs}getFreq(t){let e=this._freqs[t];return e||(e=this._freqs[t]=new w),e}aggregate(t){const e=function(t){return e=>{const s=function(t){let e;const s="agg";return e=t instanceof Float32Array?o.Column.fromFloat32Array(s,t):t instanceof Int32Array?o.Column.fromInt32Array(s,t):o.Column.fromList(o.COLUMN_TYPE.FLOAT,s,t),e}(e);return s.aggregate(t)}}(t);for(const[t,s]of Object.entries(this._freqs))s.aggregate(e)}getMinValue(){return Math.min(...Object.values(this._freqs).map((t=>t.value)))}calcPlotValue(t){for(const e of Object.values(this._freqs))e.plotValue=e.value-t}calcHeights(t){this.sumPlotValue=0;for(const t of Object.values(this._freqs))this.sumPlotValue+=t.plotValue;if(this.sumPlotValueForHeight=0,t===u.ES.Entropy){const t=Object.keys(this._freqs).length,e=.01*this.sumPlotValue,s=e/t;for(const t of Object.values(this._freqs)){const n=(t.plotValue+s)/(this.sumPlotValue+e);this.sumPlotValueForHeight+=-n*Math.log2(n)}}else if(t===u.ES.full)for(const[t,e]of Object.entries(this._freqs)){const t=e.plotValue/this.sumPlotValue;this.sumPlotValueForHeight+=t}}calcScreen(t,e,s,n,i,r,a,l,c,h){const m=i===u.ES.Entropy?n*(r-this.sumPlotValueForHeight)/r:n;let d=h*c+(n-m-1);const g=Object.entries(this._freqs).sort(((e,s)=>t(e[0])||t(s[0])?t(e[0])&&t(s[0])?0:t(e[0])?-1:1:s[1].value-e[1].value));for(const[t,n]of g){const t=m*n.plotValue/this.sumPlotValue;n.bounds=new o.Rect((e-s)*c*a,d,l*c,t),d+=t}}render(t,e,s,n,i,o){for(const[r,a]of Object.entries(this._freqs))if(!e(r)){const e=(0,h.GU)(r,5),l=a.bounds,c=l.left;t.resetTransform(),t.strokeStyle="lightgray",t.lineWidth=1,t.rect(c,l.top,l.width,l.height),t.fillStyle=o.get(r)??o.get("other"),t.textAlign="left",t.font=s;const u=t.measureText(e);t.setTransform(l.width/u.width,0,0,l.height/i,c,l.top),t.fillText(e,0,-n)}}getMonomerAt(t,e){const s=Object.entries(this._freqs).find((([s,n])=>n.bounds.contains(t,e)));return s?s[0]:void 0}buildCompositionTable(t){return(0,f._)(t,Object.assign({},...Object.entries(this._freqs).map((([t,e])=>({[t]:e.rowCount})))))}}!function(t){t.STYLE="Style",t.BEHAVIOR="Behavior",t.LAYOUT="Layout",t.DATA="Data"}(d||(d={})),function(t){t.sequenceColumnName="sequenceColumnName",t.valueAggrType="valueAggrType",t.valueColumnName="valueColumnName",t.startPositionName="startPositionName",t.endPositionName="endPositionName",t.skipEmptySequences="skipEmptySequences",t.skipEmptyPositions="skipEmptyPositions",t.shrinkEmptyTail="shrinkEmptyTail",t.backgroundColor="backgroundColor",t.positionHeight="positionHeight",t.positionWidth="positionWidth",t.verticalAlignment="verticalAlignment",t.horizontalAlignment="horizontalAlignment",t.fixWidth="fixWidth",t.fitArea="fitArea",t.minHeight="minHeight",t.maxHeight="maxHeight",t.showPositionLabels="showPositionLabels",t.positionMarginState="positionMarginState",t.positionMargin="positionMargin",t.filterSource="filterSource"}(g||(g={}));const T=u.vS;var C;!function(t){t[t.None=0]="None",t[t.Render=1]="Render",t[t.Layout=1]="Layout",t[t.Freqs=2]="Freqs"}(C||(C={}));class A extends o.JsViewer{get positionWidthWithMargin(){return this._positionWidthWithMargin}get Length(){return this.skipEmptyPositions?this.positions.length:this.startPosition<=this.endPosition?this.endPosition-this.startPosition+1:0}get positionMarginValue(){return this.positionMarginState===u.dE.AUTO&&!0===this.unitsHandler.getAlphabetIsMultichar()||this.positionMarginState===u.dE.ON?this.positionMargin:0}constructor(){super(),this.viewed=!1,this.viewerId=-1,this.initialized=!1,this.palette=null,this.seqCol=null,this.positions=[],this.visibleSlider=!1,this.allowResize=!0,this.turnOfResizeForOneSetValue=!1,this.backgroundColor=4294967295,this.positionMargin=0,this.positionNames=[],this.positionLabels=void 0,this.startPosition=-1,this.endPosition=-1,this.error=null,this.viewPromise=Promise.resolve(),this.setDataInProgress=!1,this.viewSubs=[],this._onSizeChanged=new l.Subject,this._onFreqsCalculated=new l.Subject,this._onLayoutCalculated=new l.Subject,this.requestedRenderLevel=C.Freqs,this.renderRequest=new l.Subject,this.viewerId=A.viewerCount,A.viewerCount+=1,this.textBaseline="top",this.unitsHandler=null,this.sequenceColumnName=this.string(g.sequenceColumnName,T.sequenceColumnName,{category:d.DATA});const t=[o.AGG.KEY,o.AGG.PIVOT,o.AGG.MISSING_VALUE_COUNT,o.AGG.SKEW,o.AGG.KURT,o.AGG.SELECTED_ROWS_COUNT],e=Object.values(o.AGG).filter((e=>!t.includes(e)));this.valueAggrType=this.string(g.valueAggrType,T.valueAggrType,{category:d.DATA,choices:e}),this.valueColumnName=this.string(g.valueColumnName,T.valueColumnName,{category:d.DATA}),this.startPositionName=this.string(g.startPositionName,T.startPositionName,{category:d.DATA}),this.endPositionName=this.string(g.endPositionName,T.endPositionName,{category:d.DATA}),this.skipEmptySequences=this.bool(g.skipEmptySequences,T.skipEmptySequences,{category:d.DATA}),this.skipEmptyPositions=this.bool(g.skipEmptyPositions,T.skipEmptyPositions,{category:d.DATA}),this.shrinkEmptyTail=this.bool(g.shrinkEmptyTail,T.shrinkEmptyTail,{category:d.DATA}),this.backgroundColor=this.int(g.backgroundColor,T.backgroundColor,{category:d.STYLE}),this.positionHeight=this.string(g.positionHeight,T.positionHeight,{category:d.STYLE,choices:Object.values(u.ES)}),this._positionWidth=this.positionWidth=this.float(g.positionWidth,T.positionWidth,{category:d.STYLE}),this.verticalAlignment=this.string(g.verticalAlignment,T.verticalAlignment,{category:d.LAYOUT,choices:Object.values(u.vw)}),this.horizontalAlignment=this.string(g.horizontalAlignment,T.horizontalAlignment,{category:d.LAYOUT,choices:Object.values(u.iD)}),this.fixWidth=this.bool(g.fixWidth,T.fixWidth,{category:d.LAYOUT,userEditable:!1}),this.fitArea=this.bool(g.fitArea,T.fitArea,{category:d.LAYOUT}),this.minHeight=this.float(g.minHeight,T.minHeight,{category:d.LAYOUT}),this.maxHeight=this.float(g.maxHeight,T.maxHeight,{category:d.LAYOUT}),this.showPositionLabels=this.bool(g.showPositionLabels,T.showPositionLabels,{category:d.LAYOUT}),this.positionMarginState=this.string(g.positionMarginState,T.positionMarginState,{category:d.LAYOUT,choices:Object.values(u.dE)});let s=0;"auto"===this.positionMarginState&&(s=4),this.positionMargin=this.int(g.positionMargin,s,{category:d.LAYOUT,min:0,max:16}),this.filterSource=this.string(g.filterSource,T.filterSource,{category:d.BEHAVIOR,choices:Object.values(u.Ct)}),this.slider=i.rangeSlider(0,100,0,20,!1,{style:"barbell"}),this.canvas=i.canvas(),this.canvas.classList.value="bio-wl-canvas",this.canvas.style.width="100%"}setData(){y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.setData(), in`),this.viewPromise=this.viewPromise.then((async()=>{if(!this.setDataInProgress){this.setDataInProgress=!0;try{this.viewed&&(this.renderRequestSub.unsubscribe(),await this.destroyView(),this.viewed=!1),this.updateSeqCol(),this.updateEditors(),this.viewed||(await this.buildView(),this.viewed=!0)}catch(t){const[e,s]=(0,p.yf)(t);n.shell.error(e),y._package.logger.error(e,void 0,s)}finally{this.setDataInProgress=!1}}}))}async destroyView(){for(const t of this.viewSubs)t.unsubscribe();this.viewSubs=[];const t=this.dataFrame?"data":"null";y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.destroyView( dataFrame = ${t} ) start`),this.host.remove(),this.msgHost=void 0,this.host=void 0,y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.destroyView() end`)}async buildView(){const t=this.dataFrame?"data":"null";y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.buildView( dataFrame = ${t} ) start`),window.devicePixelRatio,this.viewSubs.push(o.debounce(this.renderRequest).subscribe(this.renderRequestOnDebounce.bind(this))),this.helpUrl="/help/visualize/viewers/web-logo.md",this.msgHost=i.div("No message",{classes:"bio-wl-msg"}),this.msgHost.style.display="none",this.canvas=i.canvas(),this.canvas.style.width="100%",this.slider.root.style.position="absolute",this.slider.root.style.zIndex="999",this.slider.root.style.display="none",this.slider.root.style.height="0.7em",this.visibleSlider=!1,this.host=i.div([this.msgHost,this.canvas],{classes:"bio-wl-host",style:{display:"flex",flexDirection:"row",flexWrap:"wrap"}}),this.root.append(this.host),this.root.append(this.slider.root),this.error&&(this.msgHost.innerText=this.error.message,i.tooltip.bind(this.msgHost,this.error.stack),this.msgHost.style.setProperty("display",null)),this.dataFrame&&(this.viewSubs.push(this.dataFrame.filter.onChanged.subscribe(this.dataFrameFilterOnChanged.bind(this))),this.viewSubs.push(this.dataFrame.selection.onChanged.subscribe(this.dataFrameSelectionOnChanged.bind(this)))),this.viewSubs.push(i.onSizeChanged(this.root).subscribe(this.rootOnSizeChanged.bind(this))),this.viewSubs.push(this.slider.onValuesChanged.subscribe(this.sliderOnValuesChanged.bind(this))),this.viewSubs.push((0,l.fromEvent)(this.canvas,"mousemove").subscribe(this.canvasOnMouseMove.bind(this))),this.viewSubs.push((0,l.fromEvent)(this.canvas,"mousedown").subscribe(this.canvasOnMouseDown.bind(this))),this.viewSubs.push((0,l.fromEvent)(this.canvas,"wheel").subscribe(this.canvasOnWheel.bind(this))),await this.render(C.Freqs,"buildView"),y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.buildView() end`)}rootOnSizeChanged(){y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.rootOnSizeChanged(), start `),this.render(C.Layout,"rootOnSizeChanged")}updateEditors(){this.props.getProperty(g.valueColumnName).choices=a()(this.dataFrame.columns.numerical).map((t=>t.name)).toArray()}updateSeqCol(){if(this.dataFrame&&(this.seqCol=this.sequenceColumnName?this.dataFrame.col(this.sequenceColumnName):null,null==this.seqCol&&(this.seqCol=(0,h.up)(this.dataFrame),this.sequenceColumnName=this.seqCol?this.seqCol.name:null),this.seqCol)){try{this.unitsHandler=c.Cn.getOrCreate(this.seqCol),this.palette=(0,h.dQ)(this.seqCol),this.updatePositions(),this.error=null}catch(t){throw this.seqCol=null,this.error=t instanceof Error?t:new Error(t.toString()),t}this.seqCol||(this.unitsHandler=null,this.positionNames=[],this.positionLabels=[],this.startPosition=-1,this.endPosition=-1,this.palette=null)}}updatePositions(){if(!this.seqCol)return;const t=this.getFilter(),e=0===t.trueCount?this.unitsHandler.maxLength:a().enumerate(this.unitsHandler.splitted).map((([e,s])=>t.get(s)&&e?e.length:0)).reduce(((t,e)=>Math.max(t,e)),0),s=this.seqCol.getTag(".positionNames"),n=this.seqCol.getTag(".positionLabels");this.positionNames=s?s.split(h.CI).map((t=>t.trim())):[...Array(e).keys()].map((t=>`${t+1}`)),this.positionLabels=n?n.split(h.CI).map((t=>t.trim())):void 0,this.startPosition=this.startPositionName&&this.positionNames&&this.positionNames.includes(this.startPositionName)?this.positionNames.indexOf(this.startPositionName):0,this.endPosition=this.endPositionName&&this.positionNames&&this.positionNames.includes(this.endPositionName)?this.positionNames.indexOf(this.endPositionName):e-1,this.render(C.Freqs,"updatePositions")}getFilter(){let t;switch(this.filterSource){case u.Ct.Filtered:t=this.dataFrame.filter;break;case u.Ct.Selected:t=0===this.dataFrame.selection.trueCount?this.dataFrame.filter:this.dataFrame.selection}return t}setSliderVisibility(t){t?(this.slider.root.style.display="inherit",this.visibleSlider=!0):(this.slider.root.style.display="none",this.visibleSlider=!1)}calcLayout(t){this.host&&this.canvas&&this.slider&&(this.host.classList.remove("bio-wl-fixWidth","bio-wl-fitArea"),this.canvas.classList.remove("bio-wl-fixWidth","bio-wl-fitArea"),this._positionWidth=this.positionWidth,this._positionMargin=this.positionMargin,this._positionWidthWithMargin=this._positionWidth+this.positionMarginValue,this.fixWidth?this.calcLayoutFixWidth(t):this.fitArea?this.calcLayoutFitArea(t):this.calcLayoutNoFitArea(t),this.slider.root.style.width=`${this.host.clientWidth}px`)}calcLayoutFixWidth(t){if(!this.host||!this.canvas||!this.slider)return;this.host.classList.add("bio-wl-fixWidth"),this.canvas.classList.add("bio-wl-fitArea");const e=this._positionWidthWithMargin*this.Length,s=Math.min(Math.max(this.minHeight,this.root.clientHeight),this.maxHeight);this.host.style.justifyContent=u.iD.LEFT,this.host.style.removeProperty("margin-left"),this.host.style.removeProperty("margin-top"),this.host.style.width=this.canvas.style.width=`${e}px`,this.host.style.height=this.canvas.style.height=`${s}px`,this.host.style.left=this.canvas.style.left="0",this.host.style.top=this.canvas.style.top="0",this.host.style.setProperty("overflow","hidden","important"),this.slider.root.style.display="none",this.slider.setValues(0,Math.max(0,this.Length-1),0,Math.max(0,this.Length-1)),this.canvas.width=e*t,this.canvas.height=s*t}calcLayoutNoFitArea(t){if(!this.host||!this.canvas||!this.slider)return;const e=this._positionWidthWithMargin*this.Length,s=Math.min(Math.max(this.minHeight,this.root.clientHeight),this.maxHeight),n=Math.min(this.root.clientWidth,e);this.canvas.style.width=`${n}px`,this.canvas.style.height=`${s}px`,this.host.style.width=`${n}px`,this.host.style.height=`${this.root.clientHeight}px`,this.host.style.justifyContent=this.horizontalAlignment,this.host.style.alignContent=this.verticalAlignment===u.vw.TOP?"start":this.verticalAlignment===u.vw.MIDDLE?"center":this.verticalAlignment===u.vw.BOTTOM?"end":"inherit",this.root.clientHeight<this.minHeight&&(this.host.style.alignContent="start",this.host.style.width=`${n+6}px`),this.host.style.width=`${this.host}px`;const i=e>n;if(this.setSliderVisibility(i),i){this.slider.root.style.removeProperty("display"),this.host.style.justifyContent="left",this.host.style.height=this.root.clientHeight-this.slider.root.offsetHeight+"px",this.slider.root.style.top=`${this.host.offsetHeight}px`;let t=Math.min(Math.max(0,this.slider.min),this.Length-.001),e=Math.min(Math.max(0,this.slider.max),this.Length-.001);const s=this.root.clientWidth/this._positionWidthWithMargin;e=Math.min(Math.max(t,0)+s,this.Length-.001),t=Math.max(0,Math.min(e,this.Length-.001)-s),this.slider.setValues(0,Math.max(this.Length-.001),t,e)}else this.slider.setValues(0,Math.max(0,this.Length-.001),0,Math.max(0,this.Length-.001));this.canvas.width=n*t,this.canvas.height=s*t}calcLayoutFitArea(t){if(!this.host||!this.canvas||!this.slider)return;const e=this._positionWidth*this.Length,s=Math.min(Math.max(this.minHeight,this.root.clientHeight),this.maxHeight),n=e>0?(this.root.clientWidth-this.positionMarginValue*this.Length)/e:0,i=this.root.clientHeight/s,o=Math.max(1,Math.min(n,i));this._positionWidth=this.positionWidth*o,this._positionWidthWithMargin=this._positionWidth+this.positionMarginValue;const r=(this._positionWidth+this.positionMarginValue)*this.Length,a=o*s,l=Math.min(this.root.clientWidth,r);this.canvas.style.width=`${l}px`,this.canvas.style.height=`${a}px`,this.host.style.width=`${l}px`,this.host.style.height=`${this.root.clientHeight}px`,this.host.style.justifyContent=this.horizontalAlignment,this.host.style.alignContent=this.verticalAlignment===u.vw.TOP?"start":this.verticalAlignment===u.vw.MIDDLE?"center":this.verticalAlignment===u.vw.BOTTOM?"end":"inherit",this.root.clientHeight<this.minHeight&&(this.host.style.alignContent="start",this.host.style.width=`${l+6}px`),this.host.style.width=`${this.host}px`;const c=r>l;if(this.setSliderVisibility(c),c){this.slider.root.style.removeProperty("display"),this.host.style.justifyContent="left",this.host.style.height=this.root.clientHeight-this.slider.root.offsetHeight+"px",this.slider.root.style.top=`${this.host.offsetHeight}px`;let t=Math.min(Math.max(0,this.slider.min),this.Length-.001),e=Math.min(Math.max(0,this.slider.max),this.Length-.001);const s=this.root.clientWidth/this._positionWidthWithMargin;e=Math.min(Math.max(t,0)+s,this.Length-.001),t=Math.max(0,Math.min(e,this.Length-.001)-s),this.slider.setValues(0,Math.max(0,this.Length-.001),t,e)}else this.slider.setValues(0,Math.max(0,this.Length-.001),0,Math.max(0,this.Length-.001));this.canvas.width=l*t,this.canvas.height=a*t}onPropertyChanged(t){switch(super.onPropertyChanged(t),t.name){case g.sequenceColumnName:this.updateSeqCol();break;case g.sequenceColumnName:case g.startPositionName:case g.endPositionName:case g.filterSource:case g.shrinkEmptyTail:case g.skipEmptyPositions:case g.positionHeight:this.updatePositions();break;case g.valueColumnName:case g.valueAggrType:this.render(C.Freqs,`onPropertyChanged(${t.name})`);break;case g.minHeight:case g.maxHeight:case g.positionWidth:case g.showPositionLabels:case g.fixWidth:case g.fitArea:case g.horizontalAlignment:case g.verticalAlignment:case g.positionMargin:case g.positionMarginState:this.render(C.Layout,`onPropertyChanged(${t.name})`);break;case g.backgroundColor:this.render(C.Render,`onPropertyChanged(${t.name})`)}}onTableAttached(){y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.onTableAttached(), `),super.onTableAttached(),this.setData()}async detach(){y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.detach(), `);const t=super.detach.bind(this);this.viewPromise=this.viewPromise.then((async()=>{this.setDataInProgress||(this.viewed&&(await this.destroyView(),this.viewed=!1),t())})).catch((t=>{const[e,s]=(0,p.yf)(t);y._package.logger.error(e,void 0,s)}))}get onSizeChanged(){return this._onSizeChanged}get onFreqsCalculated(){return this._onFreqsCalculated}get onLayoutCalculated(){return this._onLayoutCalculated}getMonomer(t,e){const s=t.x,n=Math.floor(t.x/(this._positionWidthWithMargin*e)+Math.floor(this.slider.min)),i=this.positions[n];if(!i)return[null,null,null];const o=i.getMonomerAt(s,t.y);return void 0===o?[i,null,null]:[i,o,i.getFreq(o)]}_nullSequence(t="X"){return this.skipEmptySequences?"":new Array(this.Length).fill(t).join("")}_removeEmptyPositions(){this.skipEmptyPositions&&(this.positions=a()(this.positions).filter((t=>{const e=this.unitsHandler.defaultGapSymbol;return!t.hasMonomer(e)||t.getFreq(e).rowCount!==t.sumRowCount})).toArray())}render(t,e){y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.render( recalcLevelVal=${t}, reason='${e}' )`),this.requestedRenderLevel=Math.max(this.requestedRenderLevel,t),this.renderRequest.next(this.requestedRenderLevel)}async renderInt(t){if(y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.render.renderInt( renderLevel=${t} ), start `),this.msgHost&&(this.seqCol&&!this.palette?(this.msgHost.innerText=`Unknown palette (column semType: '${this.seqCol.semType}').`,this.msgHost.style.display=""):this.msgHost.style.display="none"),!this.seqCol||!this.dataFrame||!this.palette||null==this.host||null==this.slider)return;const e=window.devicePixelRatio,s=this.showPositionLabels?12:0;if(t>=C.Freqs&&(()=>{if(y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.render.calculateFreqsInt(), start `),!this.host||!this.seqCol||!this.dataFrame)return;const t=this.startPosition<=this.endPosition?this.endPosition-this.startPosition+1:0;this.unitsHandler=c.Cn.getOrCreate(this.seqCol);const e=this.startPosition<=this.endPosition?this.endPosition-this.startPosition+1:0;this.positions=new Array(e);for(let e=0;e<t;e++){const t=this.positionNames[this.startPosition+e],s=this.positionLabels?this.positionLabels[this.startPosition+e]:void 0;this.positions[e]=new b(this.startPosition+e,t,{},{label:s})}const s=this.getFilter(),n=this.dataFrame.rowCount,i=this.unitsHandler.splitted;for(let e=0;e<t;++e){for(let t=0;t<n;++t)if(s.get(t)){const s=i[t][this.startPosition+e]||this.unitsHandler.defaultGapSymbol,n=this.positions[e],o=n.getFreq(s);++n.sumRowCount,o.value=++o.rowCount}if(this.valueAggrType===o.AGG.TOTAL_COUNT)continue;let t=null;try{t=this.dataFrame.getCol(this.valueColumnName),t.matches("numerical")||(t=null)}catch{t=null}if(t){for(let o=0;o<n;++o)if(s.get(o)){const s=i[o][this.startPosition+e]||this.unitsHandler.defaultGapSymbol,n=t.get(o);this.positions[e].getFreq(s).push(n)}this.positions[e].aggregate(this.valueAggrType)}}const r=this.valueAggrType===o.AGG.TOTAL_COUNT?0:Math.min(0,Math.min(...this.positions.map((t=>t.getMinValue()))));for(let e=0;e<t;++e)this.positions[e].calcPlotValue(r),this.positions[e].calcHeights(this.positionHeight);this._removeEmptyPositions(),this._onFreqsCalculated.next()})(),this.calcLayout(e),-1===this.startPosition)return;const i=Math.max(Math.floor(this.slider.min),0),r=Math.min(this.positions.length-1,Math.floor(this.slider.max));t>=C.Layout&&((t,e,s,i)=>{y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.render.calculateLayoutInt(), start `);const r=this.canvas.height-i*s;let l;if(this.valueAggrType===o.AGG.TOTAL_COUNT){const t=this.getAlphabetSize();this.positionHeight==u.ES.Entropy&&null==t&&n.shell.error("WebLogo: alphabet is undefined."),l=Math.log2(t)}else l=Math.max(...a().count(t).takeWhile((t=>t<=e)).map((t=>this.positions[t].sumPlotValueForHeight)));for(let n=t;n<=e;++n)n in this.positions?this.positions[n].calcScreen((t=>this.unitsHandler.isGap(t)),n,this.slider.min,r,this.positionHeight,l,this._positionWidthWithMargin,this._positionWidth,s,i):y._package.logger.warning(`Bio: WebLogoViewer<${this.viewerId}>.render.calculateLayoutInt() this.positions.length = ${this.positions.length}, jPos = ${n}`);y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.render.calculateLayoutInt(), end `),this._onLayoutCalculated.next()})(i,r,window.devicePixelRatio,s);const l=this.canvas.getContext("2d");if(l){l.save();try{this.Length,l.resetTransform(),l.fillStyle=function(t){const e=o.Color.a(t);return`#${(16777215&t).toString(16).padStart(6,"0")}`+e.toString(16).padStart(2,"0")}(this.backgroundColor),l.fillRect(0,0,this.canvas.width,this.canvas.height),l.textBaseline=this.textBaseline;const t=10*e;l.resetTransform(),l.fillStyle="black",l.textAlign="center",l.font=`${t.toFixed(1)}px Roboto, Roboto Local, sans-serif`,s>0&&this.positions.length>0&&function(t,e,s,n,i,o,r,a){t.save();try{t.textAlign="center";let l=null,c=null;for(let e=Math.floor(r);e<=Math.floor(a);e++){const s=o[e],n=t.measureText(s.name),i=n.actualBoundingBoxDescent-n.actualBoundingBoxAscent;l=null===l?n.width:Math.max(l,n.width),c=null===c?i:Math.max(c,i)}const h=l<n*e-2?1:(n*e-2)/l;for(let l=Math.floor(r);l<=Math.floor(a);l++){const a=o[l],u=(l-r)*s*e+n*e/2,m=(i*e-c)/2;t.setTransform(h,0,0,1,u,m),t.measureText(a.label),t.fillText(a.label,0,0)}}finally{t.restore()}}(l,e,this._positionWidthWithMargin,this._positionWidth,s,this.positions,this.slider.min,this.slider.max);const n="16px Roboto, Roboto Local, sans-serif",a=.25,c=12.2;for(let t=i;t<=r;t++)this.positions[t].render(l,(t=>this.unitsHandler.isGap(t)),n,a,c,this.palette)}finally{l.restore()}y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.render.renderInt( recalcLevel=${t} ), end`)}}renderRequestOnDebounce(t){this.requestedRenderLevel=C.None,this.renderInt(t).catch((t=>{const[e,s]=(0,p.yf)(t);y._package.logger.error(e,void 0,s)}))}getAlphabetSize(){return this.unitsHandler?.getAlphabetSize()??0}sliderOnValuesChanged(t){try{const t={minRange:this.slider.minRange,min:this.slider.min,max:this.slider.max,maxRange:this.slider.maxRange};y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.sliderOnValuesChanged( ${JSON.stringify(t)} ), start`),this.render(C.Layout,"sliderOnValuesChanged")}catch(t){const e=m(t);y._package.logger.error(`Bio: WebLogoViewer<${this.viewerId}>.sliderOnValuesChanged() error:\n`+e)}}dataFrameFilterOnChanged(t){y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.dataFrameFilterChanged()`);try{this.updatePositions(),this.filterSource===u.Ct.Filtered&&this.render(C.Freqs,"dataFrameFilterOnChanged")}catch(t){const e=m(t);y._package.logger.error(`Bio: WebLogoViewer<${this.viewerId}>.dataFrameFilterOnChanged() error:\n`+e)}}dataFrameSelectionOnChanged(t){y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.dataFrameSelectionOnChanged()`);try{this.filterSource===u.Ct.Selected&&this.render(C.Freqs,"dataFrameSelectionOnChanged")}catch(t){const e=m(t);y._package.logger.error(`Bio: WebLogoViewer<${this.viewerId}>.dataFrameSelectionOnChanged() error:\n`+e)}}canvasOnMouseMove(t){const e=window.devicePixelRatio;try{const s=t,n=this.canvas.getCursorPosition(s,e),[r,a]=this.getMonomer(n,e),l=this.showPositionLabels?12*e:0;if(null!==r&&null===a&&0<=n.y&&n.y<=l){const t=[i.divText(`Position ${r.label}`)];this.valueAggrType===o.AGG.TOTAL_COUNT&&t.push(r.buildCompositionTable(this.palette));const e=i.divV(t);i.tooltip.show(e,s.x+16,s.y+16)}else if(null!==r&&a&&this.dataFrame&&this.seqCol&&this.unitsHandler){const t=r.getFreq(a),e=[i.div(`${a}`),i.div(`${t.rowCount} rows`)];this.valueAggrType!==o.AGG.TOTAL_COUNT&&e.push(i.div(`${this.valueAggrType}: ${t.value.toFixed(3)}`));const n=i.divV(e);i.tooltip.show(n,s.x+16,s.y+16)}else i.tooltip.hide()}catch(t){const e=m(t);y._package.logger.error(`Bio: WebLogoViewer<${this.viewerId}>.canvasOnMouseMove() error:\n`+e)}}canvasOnMouseDown(t){try{const e=t,s=window.devicePixelRatio,[n,i]=this.getMonomer(this.canvas.getCursorPosition(e,s),s);if(null!==n&&null!==i&&this.dataFrame&&this.seqCol&&this.unitsHandler){const t=o.BitSet.create(this.dataFrame.selection.length,(t=>function(t,e,s,n,i,o){const r=e.splitted[n],a=o.pos<r.length?r[o.pos]:null;return a===i||""===a&&i===e.defaultGapSymbol}(this.dataFrame,this.unitsHandler,this.getFilter(),t,i,n)));this.dataFrame.selection.init((e=>t.get(e)))}}catch(t){const e=m(t);y._package.logger.error(`Bio: WebLogoViewer<${this.viewerId}>.canvasOnMouseDown() error:\n`+e)}}canvasOnWheel(t){const e=window.devicePixelRatio;try{if(!this.visibleSlider)return;const s=this.canvas.width/(this._positionWidthWithMargin*e),n=t.deltaY/100*Math.max(Math.floor(s/5),1);this.slider.scrollBy(this.slider.min+n)}catch(t){const e=m(t);y._package.logger.error(`Bio: WebLogoViewer<${this.viewerId}>.canvasOnWheel() error:\n`+e)}}}function S(t,e,s,n,i){let o=0,r=-1;for(;-1!=(r=s.findNext(r,!0));){const t=e.splitted[r],s=i.pos;(s<t.length?t[s]:null)===n&&o++}return o}A.residuesSet="nucleotides",A.viewerCount=0},4413:(t,e,s)=>{"use strict";s.d(e,{ST:()=>g});var n=s(3870),i=s(976),o=s(4469),r=s(6414),a=s.n(r),l=s(7983),c=s(701),h=s(4293),u=s(8447),m=s(1061);const d=rxjs.operators;class g extends i.Filter{get calculating(){return"initial"==this.loader.style.display}set calculating(t){this.loader.style.display=t?"initial":"none"}get filterSummary(){return this.bioFilter.substructure}get isFiltering(){return super.isFiltering&&""!==this.bioFilter.substructure}get isReadyToApplyFilter(){return!this.calculating&&null!=this.bitset}get _debounceTime(){if(null==this.column)return 1e3;const t=this.column.length;return t<500?0:t>1e4?1e3:Math.floor((t-500)/9500*1e3)}constructor(){super(),this.bioFilter=null,this.bitset=null,this.loader=n.loader(),this.notation=void 0,this.root=n.divV([]),this.calculating=!1}attach(t){super.attach(t),this.column=t.columns.bySemType(i.SEMTYPE.MACROMOLECULE),this.columnName??(this.columnName=this.column?.name),this.notation??(this.notation=this.column?.getTag(i.TAGS.UNITS)),this.bioFilter=this.notation===u.r2.FASTA?new f:this.notation===u.r2.SEPARATOR?new y(this.column.getTag("separator")):new w,this.root.appendChild(this.bioFilter.filterPanel),this.root.appendChild(this.loader),this.onBioFilterChangedSubs?.unsubscribe();let e=this.bioFilter.onChanged;e=e.pipe((0,d.debounceTime)(this._debounceTime)),this.onBioFilterChangedSubs=e.subscribe((async t=>await this._onInputChanged())),this.subs.push(o.events.onResetFilterRequest.subscribe((t=>{this.bioFilter?.resetFilter()})))}detach(){super.detach()}applyFilter(){this.bitset&&!this.isDetached&&this.dataFrame?.filter.and(this.bitset)}saveState(){const t=super.saveState();return t.bioSubstructure=this.bioFilter?.substructure,t}applyState(t){super.applyState(t),t.bioSubstructure&&(this.bioFilter.substructure=t.bioSubstructure);const e=this;t.bioSubstructure&&setTimeout((function(){e._onInputChanged()}),1e3)}async _onInputChanged(){if(this.isFiltering){if(a()(this.dataFrame.rows.filters).has(`${this.columnName}: ${this.filterSummary}`))return;this.calculating=!0;try{this.bitset=await(this.bioFilter?.substructureSearch(this.column)),this.calculating=!1,this.dataFrame?.rows.requestFilter()}finally{this.calculating=!1}}else this.bitset=null,this.dataFrame?.rows.requestFilter()}}class p{constructor(){this.onChanged=new c.Subject}get filterPanel(){return new HTMLElement}get substructure(){return""}set substructure(t){}async substructureSearch(t){return null}}class f extends p{constructor(){super(),this.substructureInput=n.stringInput("","",(()=>{this.onChanged.next()}),{placeholder:"Substructure"})}get filterPanel(){return this.substructureInput.root}get substructure(){return this.substructureInput.value}set substructure(t){this.substructureInput.value=t}async substructureSearch(t){return(0,l.pf)(this.substructure,t)}resetFilter(){this.substructureInput.value=""}}class y extends f{constructor(t){super(),this.colSeparator="",this.separatorInput=n.stringInput("","",(()=>{this.onChanged.next()}),{placeholder:"Separator"}),this.colSeparator=t,this.separatorInput.value=t}get filterPanel(){return n.divV([this.substructureInput.root,this.separatorInput.root])}get substructure(){return this.separatorInput.value&&this.separatorInput.value!==this.colSeparator?this.substructureInput.value.replaceAll(this.separatorInput.value,this.colSeparator):this.substructureInput.value}set substructure(t){this.substructureInput.value=t}async substructureSearch(t){return(0,l.pf)(this.substructure,t,this.colSeparator)}}class w extends p{constructor(){super(),this._filterPanel=n.div("",{style:{cursor:"pointer"}}),this.helmSubstructure="",this.init()}async init(){this.helmEditor=await o.functions.call("HELM:helmWebEditor"),await n.tools.waitForElementInDom(this._filterPanel),this.updateFilterPanel(),this._filterPanel.addEventListener("click",(t=>{const{editorDiv:e,webEditor:s}=this.helmEditor.createWebEditor(this.helmSubstructure);n.dialog({showHeader:!1,showFooter:!0}).add(e).onOK((()=>{const t=s.canvas.getHelm(!0).replace(/<\/span>/g,"").replace(/<span style='background:#bbf;'>/g,"");this.helmSubstructure=t,this.updateFilterPanel(this.substructure),setTimeout((()=>{this.onChanged.next()}),10)})).show({modal:!0,fullScreen:!0})})),n.onSizeChanged(this._filterPanel).subscribe((t=>{const e=this.helmEditor.webEditor.canvas.getHelm(!0).replace(/<\/span>/g,"").replace(/<span style='background:#bbf;'>/g,"");this.updateFilterPanel(e)}))}get filterPanel(){return this._filterPanel}get substructure(){return this.helmSubstructure}set substructure(t){this.helmEditor.editor.setHelm(t)}updateFilterPanel(t){const e=this._filterPanel.parentElement.clientWidth<100?100:this._filterPanel.parentElement.clientWidth,s=e/2;if(t)(0,h.Y)(this._filterPanel,this.helmEditor.host),this.helmEditor.editor.setHelm(t),this.helmEditor.resizeEditor(e,s);else{const t=n.divText("Click to edit","helm-substructure-filter");(0,h.Y)(this._filterPanel,t)}}async substructureSearch(t){n.setUpdateIndicator(this._filterPanel,!0),await(0,m.gw)(10);const e=await(0,l.QF)(this.substructure,t);return n.setUpdateIndicator(this._filterPanel,!1),e}resetFilter(){console.debug("Bio: HelmFilter.resetFilter()"),this.helmSubstructure="",this.updateFilterPanel(this.substructure)}}},8770:(t,e,s)=>{"use strict";s.d(e,{_:()=>w});var n=s(3870),i=(s(976),s(6414),s(8447),s(7331),s(3379)),o=s.n(i),r=s(7795),a=s.n(r),l=s(569),c=s.n(l),h=s(3565),u=s.n(h),m=s(9216),d=s.n(m),g=s(4589),p=s.n(g),f=s(5362),y={};function w(t,e){let s=0,i=null;for(const t of Object.values(e))s+=t,i=null===i?t:Math.max(i,t);const o=i/s,r=Object.assign({},...Array.from(Object.entries(e)).sort(((t,e)=>e[1]-t[1])).map((([e,i])=>{const r=i/s,a=t.get(e),l=n.div("",{classes:"macromolecule-cell-comp-analysis-bar"});l.style.width=50*r/o+"px",l.style.backgroundColor=a;const c=n.div(`${(100*r).toFixed(2)}%`);return{[e]:n.div([l,c],{classes:"macromolecule-cell-comp-analysis-value"})}}))),a=n.tableFromMap(r);return Array.from(a.rows).forEach((t=>{const e=t.getElementsByClassName("macromolecule-cell-comp-analysis-bar")[0].style.backgroundColor;t.cells[0].style.color=e})),a}y.styleTagTransform=p(),y.setAttributes=u(),y.insert=c().bind(null,"head"),y.domAPI=a(),y.insertStyleElement=d(),o()(f.Z,y),f.Z&&f.Z.locals&&f.Z.locals,s(499)},3336:t=>{"use strict";t.exports=$},976:t=>{"use strict";t.exports=DG},4469:t=>{"use strict";t.exports=grok},701:t=>{"use strict";t.exports=rxjs},3870:t=>{"use strict";t.exports=ui},6414:t=>{"use strict";t.exports=wu}},e={};function s(n){var i=e[n];if(void 0!==i)return i.exports;var o=e[n]={id:n,exports:{}};return t[n].call(o.exports,o,o.exports,s),o.exports}s.m=t,s.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return s.d(e,{a:e}),e},s.d=(t,e)=>{for(var n in e)s.o(e,n)&&!s.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},s.u=t=>t+".js",s.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),s.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),s.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},(()=>{var t;s.g.importScripts&&(t=s.g.location+"");var e=s.g.document;if(!t&&e&&(e.currentScript&&(t=e.currentScript.src),!t)){var n=e.getElementsByTagName("script");if(n.length)for(var i=n.length-1;i>-1&&!t;)t=n[i--].src}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),s.p=t})(),s.b=document.baseURI||self.location.href,s.nc=void 0;var n={};(()=>{"use strict";s.r(n),s.d(n,{_package:()=>ut,test:()=>mt,tests:()=>e.QK});var t=s(976),e=s(1061);(0,e.W3)("_first",(()=>{(0,e.Bu)("_first",(async()=>{}))}));var i=s(2012),o=s(9976),r=s(6137);(0,e.W3)("Palettes",(()=>{(0,e.Bu)("testPaletteN",(async()=>{await async function(){const t=r.J.Chromatogram;(0,e.l_)(t instanceof o.B,!0),(0,e.l_)(t instanceof r.J,!0)}()})),(0,e.Bu)("testPaletteAA",(async()=>{await async function(){const t=i.f.Lesk,s=i.f.RasMol,n=i.f.GrokGroups;(0,e.l_)(t instanceof o.B,!0),(0,e.l_)(s instanceof o.B,!0),(0,e.l_)(n instanceof o.B,!0),(0,e.l_)(t instanceof i.f,!0),(0,e.l_)(s instanceof i.f,!0),(0,e.l_)(n instanceof i.f,!0)}()})),(0,e.Bu)("testPalettePtMe",(async()=>{const t=i.f.GrokGroups.get("MeNle"),s=i.f.GrokGroups.get("MeA"),n=i.f.GrokGroups.get("MeG"),o=i.f.GrokGroups.get("MeF"),r=i.f.GrokGroups.get("L"),a=i.f.GrokGroups.get("A"),l=i.f.GrokGroups.get("G"),c=i.f.GrokGroups.get("F");(0,e.l_)(t,r),(0,e.l_)(s,a),(0,e.l_)(n,l),(0,e.l_)(o,c)}))}));var a=s(4469),l=s(7316),c=s(8447),h=s(499);async function u(e){const s=t.Column.fromList(t.TYPE.STRING,"col1",e);if(await a.functions.call("Bio:detectMacromolecule",{col:s}),s.semType===t.SEMTYPE.MACROMOLECULE){const e=`Negative test detected semType='${s.semType}', units='${s.getTag(t.TAGS.UNITS)}'.`;throw new Error(e)}}async function m(e,s){const n=(await e()).getCol(s),i=await a.functions.call("Bio:detectMacromolecule",{col:n});if(i&&(n.semType=i),n.semType===t.SEMTYPE.MACROMOLECULE){const e=`Negative test detected semType='${n.semType}', units='${n.getTag(t.TAGS.UNITS)}'.`;throw new Error(e)}}async function d(s,n,i,o,r,l,c=null){const u=t.Column.fromList(t.TYPE.STRING,"seq",s),m=await a.functions.call("Bio:detectMacromolecule",{col:u});m&&(u.semType=m),(0,e.l_)(u.semType,t.SEMTYPE.MACROMOLECULE),(0,e.l_)(u.getTag(t.TAGS.UNITS),n),(0,e.l_)(u.getTag("aligned"),i),(0,e.l_)(u.getTag("alphabet"),o),c&&(0,e.l_)(u.getTag("separator"),c);const d=h.Cn.getOrCreate(u);(0,e.l_)(d.getAlphabetSize(),r),(0,e.l_)(d.getAlphabetIsMultichar(),l),d.isHelm()||((0,e.l_)(d.aligned,i),(0,e.l_)(d.alphabet,o))}async function g(s,n,i,o,r,l,c,u=null){const m=(await s()).col(n),d=await a.functions.call("Bio:detectMacromolecule",{col:m});d&&(m.semType=d),(0,e.l_)(m.semType,t.SEMTYPE.MACROMOLECULE),(0,e.l_)(m.getTag(t.TAGS.UNITS),i),(0,e.l_)(m.getTag("aligned"),o),(0,e.l_)(m.getTag("alphabet"),r),u&&(0,e.l_)(m.getTag("separator"),u);const g=h.Cn.getOrCreate(m);(0,e.l_)(g.getAlphabetSize(),l),(0,e.l_)(g.getAlphabetIsMultichar(),c),g.isHelm()||((0,e.l_)(g.aligned,o),(0,e.l_)(g.alphabet,r))}(0,e.W3)("detectors",(()=>{var s,n,i,o,r,l,h,y,w,b,T,C,A,S,E,M,v,N,L,_;const I=new(_=class{constructor(){this[s]="id,col1\n1,\n2,\n3,\n4,\n5,",this[n]="col1\n1\n2\n3",this[i]="col1\n4\n5\n6\n7",this[o]="col1\n8\n9\n10\n11\n12",this[r]="col1\nCCCCN1C(=O)CN=C(c2cc(F)ccc12)C3CCCCC3\nC1CCCCC1\nCCCCCC",this[l]="seq\nACGTC\nCAGTGT\nTTCAAC",this[h]="seq\nACGUC\nCAGUGU\nUUCAAC",this[y]="seq\nFWPHEY\nYNRQWYV\nMKPSEYV",this[w]="seq\n[meI][hHis][Aca]NT[dE][Thr_PO3H2][Aca]D\n[meI][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2]\n[Lys_Boc][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2]",this[b]="seq\nA*C*G*T*C\nC*A*G*T*G*T\nT*T*C*A*A*C",this[T]="seq\nA*C*G*U*C\nC*A*G*U*G*U\nU*U*C*A*A*C",this[C]="seq\nF-W-P-H-E-Y\nY-N-R-Q-W-Y-V\nM-K-P-S-E-Y-V",this[A]="seq\nabc-dfgg-abc1-cfr3-rty-wert\nrut12-her2-rty-wert-abc-abc1-dfgg\nrut12-rty-her2-abc-cfr3-wert-rut12",this[S]="seq\nabc/dfgg/abc1/cfr3/rty/wert\nrut12/her2/rty/wert//abc/abc1/dfgg\nrut12/rty/her2/abc/cfr3//wert/rut12",this[E]="seq\nA-C--G-T--C-T\nC-A-C--T--G-T\nA-C-C-G-T-A-C-T",this[M]="seq\nm1-M-m3-mon4-mon5-N-T-MON8-N9\nm1-mon2-m3-mon4-mon5-Num--MON8-N9\n\nmon1-M-mon3-mon4-mon5---MON8-N9",this[v]="seq\nAc(1)-F-K(AEEA-AEEA-R-Ac)-L-mF-V-Y-mNle-D-W-N-mF-C(1)-G-NH2\nAc(1)-F-K(AEEA-ARRA-W-Ac)-L-mF-V-Y-mNle-D-W-N-mF-C(1)-G-NH2\nAc(1)-F-K(AEEA-AEEA-Ac)-L-mF-V-Y-mNle-D-W-N-mF-C(1)-G-NH2",this[N]="seq\nAC-GT-CT\nCAC-T-GT\nACCGTACT",this[L]="seq\nFWR-WYV-KHP\nYNR-WYV-KHP\nMWRSWY-CKHP"}},s="negEmpty",n="neg1",i="neg2",o="neg3",r="negSmiles",l="csvFastaDna1",h="fastaRna1",y="fastaPt1",w="fastaUn",b="sepDna",T="sepRna",C="sepPt",A="sepUn1",S="sepUn2",E="sepMsaDna1",M="sepMsaUnWEmpty",v="sepComplex",N="fastaMsaDna1",L="fastaMsaPt1",_),P={fastaFasta:"System:AppData/Bio/data/sample_FASTA.fasta",fastaPtCsv:"System:AppData/Bio/data/sample_FASTA_PT.csv",msaComplex:"System:AppData/Bio/samples/MSA.csv",fastaCsv:"System:AppData/Bio/samples/FASTA.csv",helmCsv:"System:AppData/Bio/samples/HELM.csv",peptidesComplex:"System:AppData/Bio/tests/peptides_complex_msa.csv",peptidesSimple:"System:AppData/Bio/tests/peptides_simple_msa.csv",testDemogCsv:"System:AppData/Bio/tests/testDemog.csv",testHelmCsv:"System:AppData/Bio/tests/testHelm.csv",testIdCsv:"System:AppData/Bio/tests/testId.csv",testSmilesCsv:"System:AppData/Bio/tests/testSmiles.csv",testSmiles2Csv:"System:AppData/Bio/tests/testSmiles2.csv",testSmilesShort:"System:AppData/Bio/tests/testSmilesShort.csv",testActivityCliffsCsv:"System:AppData/Bio/tests/testActivityCliffs.csv",testCerealCsv:"System:AppData/Bio/tests/testCereal.csv",testUnichemSources:"System:AppData/Bio/tests/testUnichemSources.csv",testDmvOffices:"System:AppData/Bio/tests/testDmvOffices.csv",testAlertCollection:"System:AppData/Bio/tests/testAlertCollection.csv",testSpgi100:"System:AppData/Bio/tests/testSpgi100.csv",testSpgi:"System:AppData/Bio/tests/SPGI-derived.csv",testUrl:"System:AppData/Bio/tests/testUrl.csv"},x={};function R(t,e=O){return async()=>(t in x||(x[t]=(async()=>await e(P[t]))().catch((e=>{throw delete x[t],e}))),x[t])}async function O(e){const s=await a.dapi.files.readAsText(e);return t.DataFrame.fromCsv(s)}const G=e=>async()=>{const s=I[e],n=t.DataFrame.fromCsv(s);return await a.data.detectSemanticTypes(n),n};(0,e.Bu)("NegativeEmpty",(async()=>{await m(G("negEmpty"),"col1")})),(0,e.Bu)("Negative1",(async()=>{await m(G("neg1"),"col1")})),(0,e.Bu)("Negative2",(async()=>{await m(G("neg2"),"col1")})),(0,e.Bu)("Negative3",(async()=>{await m(G("neg3"),"col1")})),(0,e.Bu)("NegativeSmiles",(async()=>{await m(G("negSmiles"),"col1")})),(0,e.Bu)("NegativeStartEnd",(async()=>{await u(["START","END"])})),(0,e.Bu)("NegativeStartEndIntermediate",(async()=>{await u(["START","END","INTERMEDIATE"])})),(0,e.Bu)("FastaDna1",(async()=>{await g(G("csvFastaDna1"),"seq",c.r2.FASTA,"SEQ","DNA",4,!1)})),(0,e.Bu)("FastaRna1",(async()=>{await g(G("fastaRna1"),"seq",c.r2.FASTA,"SEQ","RNA",4,!1)})),(0,e.Bu)("FastaPt1",(async()=>{await g(G("fastaPt1"),"seq",c.r2.FASTA,"SEQ","PT",20,!1)})),(0,e.Bu)("FastaPtGaps",(()=>d(["FW-PH-EYY","FYNRQWYV-","FKP-Q-SEYV"],c.r2.FASTA,"SEQ","PT",20,!1))),(0,e.Bu)("FastaPtGapsMsa",(()=>d(["FW-PH-EYY","FYNRQWYV-","FKP-Q-SEY"],c.r2.FASTA,"SEQ.MSA","PT",20,!1))),(0,e.Bu)("FastaUn",(async()=>{await g(G("fastaUn"),"seq",c.r2.FASTA,"SEQ.MSA","UN",12,!0)})),(0,e.Bu)("FastaMsaDna1",(async()=>{await g(G("fastaMsaDna1"),"seq",c.r2.FASTA,"SEQ.MSA","DNA",4,!1)})),(0,e.Bu)("FastaMsaPt1",(async()=>{await g(G("fastaMsaPt1"),"seq",c.r2.FASTA,"SEQ.MSA","PT",20,!1)})),(0,e.Bu)("SepDna",(async()=>{await g(G("sepDna"),"seq",c.r2.SEPARATOR,"SEQ","DNA",4,!1,"*")})),(0,e.Bu)("SepRna",(async()=>{await g(G("sepRna"),"seq",c.r2.SEPARATOR,"SEQ","RNA",4,!1,"*")})),(0,e.Bu)("SepPt",(async()=>{await g(G("sepPt"),"seq",c.r2.SEPARATOR,"SEQ","PT",20,!1,"-")})),(0,e.Bu)("SepUn1",(async()=>{await g(G("sepUn1"),"seq",c.r2.SEPARATOR,"SEQ","UN",8,!0,"-")})),(0,e.Bu)("SepUn2",(async()=>{await g(G("sepUn2"),"seq",c.r2.SEPARATOR,"SEQ","UN",9,!0,"/")})),(0,e.Bu)("SepMsaN1",(async()=>{await g(G("sepMsaDna1"),"seq",c.r2.SEPARATOR,"SEQ.MSA","DNA",4,!1,"-")})),(0,e.Bu)("SepMsaUnWEmpty",(async()=>{await g(G("sepMsaUnWEmpty"),"seq",c.r2.SEPARATOR,"SEQ.MSA","UN",14,!0)})),(0,e.Bu)("SepComplex",(async()=>{await g(G("sepComplex"),"seq",c.r2.SEPARATOR,"SEQ","UN",18,!0)})),(0,e.Bu)("samplesFastaCsv",(async()=>{await f(R("fastaCsv"),{Sequence:new p(c.r2.FASTA,"SEQ","PT",20,!1)})})),(0,e.Bu)("samplesFastaFasta",(async()=>{await f(R("fastaFasta"),{sequence:new p(c.r2.FASTA,"SEQ","PT",20,!1)})})),(0,e.Bu)("samplesPeptidesComplex",(async()=>{await f(R("peptidesComplex"),{})})),(0,e.Bu)("samplesMsaComplex",(async()=>{await f(R("msaComplex"),{MSA:new p(c.r2.SEPARATOR,"SEQ.MSA","UN",161,!0,"/")})})),(0,e.Bu)("samplesIdCsv",(async()=>{await f(R("testIdCsv"),{})})),(0,e.Bu)("samplesSarSmallCsv",(async()=>{await f(R("testSmilesCsv"),{})})),(0,e.Bu)("samplesHelmCsv",(async()=>{await f(R("helmCsv"),{HELM:new p(c.r2.HELM,null,null,160,!0)})})),(0,e.Bu)("samplesTestHelmCsv",(async()=>{await f(R("testHelmCsv"),{"HELM string":new p(c.r2.HELM,null,null,9,!0)})})),(0,e.Bu)("samplesTestDemogCsv",(async()=>{await f(R("testDemogCsv"),{})})),(0,e.Bu)("samplesTestSmiles2Csv",(async()=>{await f(R("testSmiles2Csv"),{})})),(0,e.Bu)("samplesTestSmilesShort",(async()=>{await f(R("testSmilesShort"),{})})),(0,e.Bu)("samplesTestActivityCliffsNegativeSmiles",(async()=>{await f(R("testActivityCliffsCsv"),{})})),(0,e.Bu)("samplesFastaPtCsv",(async()=>{await f(R("fastaPtCsv"),{sequence:new p(c.r2.FASTA,"SEQ","PT",20,!1)})})),(0,e.Bu)("samplesTestCerealCsv",(async()=>{await f(R("testCerealCsv"),{})})),(0,e.Bu)("samplesTestUnichemSources",(async()=>{await f(R("testUnichemSources"),{})})),(0,e.Bu)("samplesTestDmvOffices",(async()=>{await f(R("testDmvOffices"),{})})),(0,e.Bu)("samplesTestAlertCollection",(async()=>{await f(R("testAlertCollection"),{})})),(0,e.Bu)("samplesTestSpgi",(async()=>{await f(R("testSpgi"),{})})),(0,e.Bu)("samplesTestSpgi100",(async()=>{await f(R("testSpgi100"),{})})),(0,e.Bu)("samplesTestUrl",(async()=>{await f(R("testUrl"),{})}))}));class p{constructor(t,e,s,n,i,o){this.units=t,this.aligned=e,this.alphabet=s,this.alphabetSize=n,this.alphabetIsMultichar=i,this.separator=o}}async function f(t,e){const s=await t(),n=[];for(const i of s.columns.names())if(i in e){const s=e[i];try{await g(t,i,s.units,s.aligned,s.alphabet,s.alphabetSize,s.alphabetIsMultichar,s.separator)}catch(t){const e=t.toString();n.push(`Positive col '${i}' failed: ${e}`)}}else try{await m(t,i)}catch(t){const e=t.toString();n.push(`Negative col '${i}' failed: ${e}`)}if(n.length>0)throw new Error(n.join("\n"))}(0,e.W3)("detectors:weak-and-likely",(()=>{const s={fastaDnaWeak1:"id,colName\n1,TTTTT\n2,TTTTT\n3,TTTTT\n4,TTTTT",fastaDnaWeak1LikelyName:"id,seq\n1,TTTTT\n2,TTTTT\n3,TTTTT\n4,TTTTT",fastaRnaWeak1:"id,colName\n1,UUUUU\n2,UUUUU\n3,UUUUU\n4,UUUUU",fastaRnaWeak1LikelyName:"id,seq\n1,UUUUU\n2,UUUUU\n3,UUUUU\n4,UUUUU",fastaPtWeak1:"id,colName\n1,SLSLSPGK\n2,SLSLSPGK\n3,SLSLSPGK\n4,SLSLSPGK",fastaPtWeak1LikelyName:"id,seq\n1,SLSLSPGK\n2,SLSLSPGK\n3,SLSLSPGK\n4,SLSLSPGK",fastaUn1:"id,colName\n1,word\n2,other\n3,some\n4,another",fastaUn1LikelyName:"id,seq\n1,word\n2,other\n3,some\n4,another",fastaUn2LikelyName:'protein\nBoombastic\nMegafantastic\n"just-a-random-thought,oy!"',fastaUnMsa1LikelyName:"id,seq\n1,word\n2,male\n3,bare\n4,core"},n=e=>async()=>{const n=s[e],i=t.DataFrame.fromCsv(n);return await a.data.detectSemanticTypes(i),i};(0,e.Bu)("fastaDnaWeak1",(async()=>{await m(n("fastaDnaWeak1"),"colName")})),(0,e.Bu)("fastaDnaWeak1LikelyName",(async()=>{await g(n("fastaDnaWeak1LikelyName"),"seq",c.r2.FASTA,"SEQ.MSA","DNA",4,!1)})),(0,e.Bu)("fastaRnaWeak1",(async()=>{await m(n("fastaRnaWeak1"),"colName")})),(0,e.Bu)("fastaRnaWeak1LikelyName",(async()=>{await g(n("fastaRnaWeak1LikelyName"),"seq",c.r2.FASTA,"SEQ.MSA","RNA",4,!1)})),(0,e.Bu)("fastaPtWeak1",(async()=>{await m(n("fastaPtWeak1"),"colName")})),(0,e.Bu)("fastaPtWeak1LikelyName",(async()=>{await g(n("fastaPtWeak1LikelyName"),"seq",c.r2.FASTA,"SEQ.MSA","PT",20,!1)})),(0,e.Bu)("fastaUn1",(async()=>{await m(n("fastaUn1"),"colName")})),(0,e.Bu)("fastaUn1LikelyName",(async()=>{await m(n("fastaUn1LikelyName"),"seq")})),(0,e.Bu)("fastaUn2LikelyName",(async()=>{await m(n("fastaUn2LikelyName"),"protein")})),(0,e.Bu)("fastaUnMsa1LikelyName",(async()=>{await m(n("fastaUnMsa1LikelyName"),"seq")}))})),(0,e.W3)("detectorsBenchmark",(()=>{let s;async function n(n,o,r,a,l,u){return await async function(n,m,d,g){const p=(()=>{const e=function(e,s,n,i,o){let r;switch(e){case c.r2.FASTA:r=t=>{let e="";for(let s=0;s<t.length;s++){const n=t[s];e+=1==n.length?n:`[${n}]`}return e};break;case c.r2.SEPARATOR:r=(t,e)=>t.join(e);break;default:throw new Error(`Not supported notation '${e}'.`)}const a=(t,e)=>{const s=new Array(e);for(let n=0;n<e;n++)s[n]=t[Math.floor(Math.random()*t.length)];return r(s,o)},l=Array(i);for(let t=0;t<i;t++)l[t]=a(s,n);return t.Column.fromStrings("seq",l)}(o,[...(0,c.gM)(r)],a,l,u),n=s.prepare({col:e});return i(n),n})(),f=Date.now(),y=await(async t=>i(t))(p),w=Date.now();(function(t,s){const n=h.Cn.getOrCreate(t);(0,e.l_)(t.semType===s.semType,!0),(0,e.l_)(n.notation===s.notation,!0),(0,e.l_)(n.alphabet===s.alphabet,!0),(0,e.l_)(n.separator===s.separator,!0)})(y,{semType:t.SEMTYPE.MACROMOLECULE,notation:o,alphabet:r,separator:u});const b=w-f;if(b>n){const t=`ET ${b} ms is more than max allowed ${n} ms.`;throw console.error(t),new Error(t)}return console.log(`ET ${b} ms is OK.`),b}(n)}function i(t){t.callSync();const e=t.getOutputParamValue(),s=t.inputs.col;return e&&(s.semType=e),s}(0,e.bb)((async()=>{const e=t.Func.find({package:"Bio",name:"detectMacromolecule"});s=e[0];const n=t.Column.fromStrings("seq",["ACGT","ACGT","ACGT"]);await s.prepare({col:n}).call()})),(0,e.Bu)("fastaDnaShorts50Few50",(async()=>{await n(10,c.r2.FASTA,"DNA",50,50)})),(0,e.Bu)("fastaDnaShorts50Many1E6",(async()=>{await n(20,c.r2.FASTA,"DNA",50,1e6)})),(0,e.Bu)("fastaDnaLong1e6Few50",(async()=>{await n(20,c.r2.FASTA,"DNA",1e6,50)})),(0,e.Bu)("separatorDnaShorts50Few50",(async()=>{await n(10,c.r2.SEPARATOR,"DNA",50,50,"/")})),(0,e.Bu)("separatorDnaShorts50Many1E6",(async()=>{await n(10,c.r2.SEPARATOR,"DNA",50,1e6,"/")})),(0,e.Bu)("separatorDnaLong1e6Few50",(async()=>{await n(10,c.r2.SEPARATOR,"DNA",1e6,50,"/")}))}));var y=s(6098),w=s(525);async function b(e){const s=await async function(t){return await ut.files.readAsText(t)}(e),n=t.DataFrame.fromCsv(s);return n.name=e.replace(".csv",""),n}async function T(t){const e=await b(t);return e.name=t.replace(".csv",""),a.shell.addTableView(e)}async function C(t=1e4){const s=await a.dapi.docker.dockerContainers.filter("bio").first();"started"!==s.status&&"checking"!==s.status&&await(0,e.gw)(t)}async function A(s,n){const i=t.DataFrame.fromCsv(s),o=t.DataFrame.fromCsv(n),r=i.getCol("seq"),l=await a.functions.call("Bio:detectMacromolecule",{col:r});l&&(r.semType=l);const c=o.getCol("seq"),h=await(0,y.U)(r,!0);(0,e.f6)(h.toList(),c.toList())}async function S(s,n,i,o,r,l){const c=t.DataFrame.fromCsv(s),h=t.DataFrame.fromCsv(n),u=c.getCol("seq"),m=h.getCol("seq"),d=c.getCol("seq"),g=await a.functions.call("Bio:detectMacromolecule",{col:d});g&&(d.semType=g),await a.data.detectSemanticTypes(c),(0,e.l_)(u.semType,t.SEMTYPE.MACROMOLECULE),(0,e.l_)(u.getTag(t.TAGS.UNITS),i),r&&(0,e.l_)(u.getTag("alphabet"),r);const p=await(0,w.K)({col:u,pepsea:{method:l}});(0,e.l_)(p.semType,t.SEMTYPE.MACROMOLECULE),(0,e.l_)(p.getTag(t.TAGS.UNITS),o),(0,e.l_)(p.getTag("aligned"),"SEQ.MSA"),r&&(0,e.l_)(p.getTag("alphabet"),r),(0,e.f6)(p.toList(),m.toList())}(0,e.W3)("MSA",(async()=>{(0,e.Bu)("isCorrect",(async()=>{await A("seq\nFWRWYVKHP\nYNRWYVKHP\nMWRSWYCKHP","seq\nFWR-WYVKHP\nYNR-WYVKHP\nMWRSWYCKHP")})),(0,e.Bu)("isCorrectLong",(async()=>{await A("seq\nFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHP\nYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHP\nMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHP","seq\nFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHP\nYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHP\nMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHP")})),(0,e.Bu)("isCorrectHelm",(async()=>{await C(),await S("seq\n PEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2}$$$$\n PEPTIDE1{meI.Aca.N.T.dE.Thr_PO3H2}$$$$\n PEPTIDE1{hHis.Aca.N.T.dE.Thr_PO3H2}$$$$","seq\n meI.hHis.Aca.N.T.dE.Thr_PO3H2\n .meI.Aca.N.T.dE.Thr_PO3H2\n .hHis.Aca.N.T.dE.Thr_PO3H2",c.r2.HELM,c.r2.SEPARATOR,void 0,"mafft")}),{skipReason:"GROK-13221"}),(0,e.Bu)("isCorrectHelmLong",(async()=>{await C(),await S("seq\n PEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.dV.E.N.D-Orn.D-aThr.Phe_4Me.Thr_PO3H2}$$$$\n PEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Tyr_PO3H2.D-Chg.dV.Phe_ab-dehydro.N.D-Orn.D-aThr.Phe_4Me}$$$$\n PEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Tyr_PO3H2.D-Chg.dV.Thr_PO3H2.N.D-Orn.D-aThr.Phe_4Me}$$$$","seq\n meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.dV.E.N.D-Orn.D-aThr.Phe_4Me.Thr_PO3H2\n meI.hHis.Aca.Cys_SEt.T.dK..Tyr_PO3H2.D-Chg.dV.Phe_ab-dehydro.N.D-Orn.D-aThr.Phe_4Me.\n Lys_Boc.hHis.Aca.Cys_SEt.T.dK..Tyr_PO3H2.D-Chg.dV.Thr_PO3H2.N.D-Orn.D-aThr.Phe_4Me.",c.r2.HELM,c.r2.SEPARATOR,void 0,"mafft")}),{skipReason:"GROK-13221"}),(0,e.Bu)("isCorrectSeparator",(async()=>{await S("seq\n F-W-P-H-E-Y\n Y-N-R-Q-W-Y-V\n M-K-P-S-E-Y-V","seq\n FWPHEY-\n YNRQWYV\n MKPSEYV",c.r2.SEPARATOR,c.r2.FASTA,"PT")})),(0,e.Bu)("isCorrectSeparatorLong",(async()=>{await S("seq\n M-I-E-V-F-L-F-G-I-V-L-G-L-I-P-I-T-L-A-G-L-F-V-T-A-Y-L-Q-Y-R-R-G-D-Q-L-D-L\n M-M-E-L-V-L-K-T-I-I-G-P-I-V-V-G-V-V-L-R-I-V-D-K-W-L-N-K-D-K\n M-D-R-T-D-E-V-S-N-H-T-H-D-K-P-T-L-T-W-F-E-E-I-F-E-E-Y-H-S-P-F-H-N","seq\n MIEV-FLFGIVLGLIPITLAGLFVTAYLQYRRGDQLDL\n MMEL-VLKTII-GPIVVGVVLRIVDKWLNKDK------\n MDRTDEVSNHTHDKPTLTWFEEIFEEYHSPFHN-----",c.r2.SEPARATOR,c.r2.FASTA,"PT")}))}));var E=s(3553),M=s(9416);async function v(t,s){const n=(0,c.kB)(t);console.debug(`Bio: tests: splitters: src=${JSON.stringify(t)}, res=${JSON.stringify(n)} .`),(0,e.f6)(n,s)}async function N(t,s){const n=(0,c.gP)(t);console.debug(`Bio: tests: splitters: src=${JSON.stringify(t)}, res=${JSON.stringify(n)} .`),(0,e.f6)(n,s)}(0,e.W3)("splitters",(async()=>{(0,e.bb)((async()=>{})),(0,e.X5)((async()=>{}));const s=["M[MeI]YKETLL[MeF]PKTDFPMRGGL[MeA]",["M","MeI","Y","K","E","T","L","L","MeF","P","K","T","D","F","P","M","R","G","G","L","MeA"]],n=["[meI][Pip][dK][Thr_PO3H2][L-hArg(Et,Et)][D-Tyr_Et][Tyr_ab-dehydroMe][dV]EN[D-Orn][D-aThr][Phe_4Me]",["meI","Pip","dK","Thr_PO3H2","L-hArg(Et,Et)","D-Tyr_Et","Tyr_ab-dehydroMe","dV","E","N","D-Orn","D-aThr","Phe_4Me"]],i=["PEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.Tyr_ab-dehydroMe.dV.E.N.D-Orn.D-aThr.Phe_4Me}$$$",["meI","hHis","Aca","N","T","dE","Thr_PO3H2","Aca","D-Tyr_Et","Tyr_ab-dehydroMe","dV","E","N","D-Orn","D-aThr","Phe_4Me"]],o=["PEPTIDE1{meI.hHis.Aca.N.T.dK.Thr_PO3H2.Aca.D-Tyr_Et.D-Dap.dV.E.N.pnG.Phe_4Me}$$$",["meI","hHis","Aca","N","T","dK","Thr_PO3H2","Aca","D-Tyr_Et","D-Dap","dV","E","N","pnG","Phe_4Me"]],r=["PEPTIDE1{[meI].[hHis].[Aca].N.T.[dK].[Thr_PO3H2].[Aca].[D-Tyr_Et].[D-Dap].[dV].E.N.[pnG].[Phe_4Me]}$$$",["meI","hHis","Aca","N","T","dK","Thr_PO3H2","Aca","D-Tyr_Et","D-Dap","dV","E","N","pnG","Phe_4Me"]],c=["RNA1{R(U)P.R(T)P.R(G)P.R(C)P.R(A)}$$$$",["R(U)P","R(T)P","R(G)P","R(C)P","R(A)"]],h=["RNA1{P.R(U)P.R(T)}$$$$",["P","R(U)P","R(T)"]],u=["RNA1{P.R(U).P.R(T)}$$$$",["P","R(U)","P","R(T)"]];(0,e.Bu)("fastaMulti",(async()=>{await v(s[0],s[1])})),(0,e.Bu)("fastaFromHelm",(async()=>{await v(n[0],n[1])})),(0,e.Bu)("helm1",(async()=>{await N(i[0],i[1])})),(0,e.Bu)("helm2",(async()=>{await N(o[0],o[1])})),(0,e.Bu)("helm3-multichar",(async()=>{await N(r[0],r[1])})),(0,e.Bu)("testHelm1",(async()=>{await N(c[0],c[1])})),(0,e.Bu)("testHelm2",(async()=>{await N(h[0],h[1])})),(0,e.Bu)("testHelm3",(async()=>{await N(u[0],u[1])})),(0,e.Bu)("splitToMonomers",(async()=>{const t=await a.dapi.files.readCsv("System:AppData/Bio/samples/MSA.csv"),s=t.getCol("MSA"),n=await a.functions.call("Bio:detectMacromolecule",{col:s});n&&(s.semType=n),s.setTag("aligned",E.mU);const i=await(0,M.n)(t,s);(0,e.l_)(i.columns.names().includes("17"),!0),await a.data.detectSemanticTypes(i);const o=a.shell.addTableView(i);await(0,e.ow)((()=>o.grid.dataFrame!=t),"View grid has wrong data frame",100)})),(0,e.Bu)("getHelmMonomers",(async()=>{const e=t.DataFrame.fromCsv("HELM,Activity\nPEPTIDE1{hHis.N.T}$$$,5.30751\nPEPTIDE1{hHis.Aca.Cys_SEt}$$$,5.72388\n");await a.data.detectSemanticTypes(e);const s=["hHis","Aca","Cys_SEt","N","T"],n=e.getCol("HELM"),i=(0,l.getHelmMonomers)(n),o=s.filter((t=>!i.includes(t))),r=i.filter((t=>!s.includes(t)));if(o.length>0||r.length){const t=[];throw o.length>0&&t.push(`Missed monomers ${JSON.stringify(o)}.`),r.length>0&&t.push(`Unexpected monomers ${JSON.stringify(r)}.`),new Error(t.join(" "))}}))}));var L=s(7228),_=s(1345);(0,e.W3)("monomerLibraries",(()=>{let t,s=null;(0,e.bb)((async()=>{t=await(0,L.JN)(),s=await a.dapi.userDataStorage.get(_.RV,!0)})),(0,e.X5)((async()=>{await a.dapi.userDataStorage.put(_.RV,s,!0)})),(0,e.Bu)("default",(async()=>{await a.dapi.userDataStorage.put(_.RV,{},!0),await t.loadLibraries(!0);const s=t.getBioLib();(0,e.l_)(s.getPolymerTypes().length>0,!0)})),(0,e.Bu)("empty",(async()=>{const s=await(0,_.nW)(),n=await(0,_.P4)();s.exclude=n,await(0,_.QD)(s),await t.loadLibraries(!0);const i=t.getBioLib();(0,e.l_)(0===i.getPolymerTypes().length,!0),i.getMonomerMolsByPolymerType("PEPTIDE")}))}));var I=s(3336),P=s.n(I),x=s(4004);function R(){const e=[];return e.push(t.Column.fromList("string","MSA",new Array(10**6).fill("meI/hHis/Aca/N/T/dE/Thr_PO3H2/Aca/D-Tyr_Et/Tyr_ab-dehydroMe/dV/E/N/D-Orn/D-aThr//Phe_4Me"))),e.push(t.Column.fromList("string","Activity",new Array(10**6).fill("5.30751"))),e}function O(){const e=[],s="meI/hHis/Aca/N/T/dE/Thr_PO3H2/Aca/D-Tyr_Et/Tyr_ab-dehydroMe/dV/E/N/D-Orn/D-aThr".repeat(10**5);return e.push(t.Column.fromList("string","MSA",new Array(100).fill(s))),e.push(t.Column.fromList("string","Activity",new Array(100).fill("7.30751"))),e}async function G(s,n){const i=s(),o=t.DataFrame.fromColumns(i);await a.data.detectSemanticTypes(o);const r=Date.now(),l=(o.columns.byName("MSA"),a.shell.addTableView(o));await(0,e.ow)((()=>l.grid.dataFrame!==o),"View grid has wrong data frame ",100);const c=Date.now()-r;console.log(`Performance test: ${n}: ${c}ms`)}(0,e.W3)("renderers",(()=>{(0,e.Bu)("long sequence performance ",(async()=>{await G(O,"Long sequences")})),(0,e.Bu)("many sequence performance",(async()=>{await G(R,"Many sequences")})),(0,e.Bu)("many sequence performance",(async()=>{await G(R,"Many sequences")})),(0,e.Bu)("rendererMacromoleculeFasta",(async()=>{await async function(){const s=await a.dapi.files.readAsText("System:AppData/Bio/samples/FASTA.csv"),n=t.DataFrame.fromCsv(s),i=n.getCol("Sequence"),o=await a.functions.call("Bio:detectMacromolecule",{col:i});o&&(i.semType=o);const r=a.shell.addTableView(n);await a.data.detectSemanticTypes(n),await(0,e.ow)((()=>r.grid.dataFrame!=n),"View grid has wrong data frame",100);const l=i.getTag(t.TAGS.CELL_RENDERER);(0,e.l_)(l,"sequence")}()})),(0,e.Bu)("rendererMacromoleculeSeparator",(async()=>{await async function(){const s=await a.dapi.files.readAsText("System:AppData/Bio/data/sample_SEPARATOR_PT.csv"),n=t.DataFrame.fromCsv(s),i=n.getCol("sequence"),o=await a.functions.call("Bio:detectMacromolecule",{col:i});o&&(i.semType=o);const r=a.shell.addTableView(n);await a.data.detectSemanticTypes(n),await(0,e.ow)((()=>r.grid.dataFrame!=n),"View grid has wrong data frame",100);const l=i.getTag(t.TAGS.CELL_RENDERER);(0,e.l_)(l,"sequence")}()})),(0,e.Bu)("rendererMacromoleculeDifference",(async()=>{await async function(){const s=t.Column.fromStrings("SequencesDiff",["meI/hHis/Aca/N/T/dK/Thr_PO3H2/Aca#D-Tyr_Et/Tyr_ab-dehydroMe/meN/E/N/dV"]);s.setTag(t.TAGS.UNITS,c.r2.SEPARATOR),s.setTag("separator","/"),s.setTag("aligned","SEQ"),s.setTag("alphabet","UN"),s.setTag(".alphabetIsMultichar","true"),s.semType=E.Of.MACROMOLECULE_DIFFERENCE;const n=t.DataFrame.fromColumns([s]),i=a.shell.addTableView(n);await a.data.detectSemanticTypes(n),await(0,e.ow)((()=>i.grid.dataFrame!=n),"View grid has wrong data frame",100);const o=s.getTag(t.TAGS.CELL_RENDERER);(0,e.l_)(o,E.Of.MACROMOLECULE_DIFFERENCE)}()})),(0,e.Bu)("afterMsa",(async()=>{await async function(){const s=await a.dapi.files.readAsText("System:AppData/Bio/data/sample_FASTA.fasta"),n=(0,l.importFasta)(s)[0],i=n.getCol("sequence"),o=await a.functions.call("Bio:detectMacromolecule",{col:i});o&&(i.semType=o);const r=a.shell.addTableView(n);await a.data.detectSemanticTypes(n),console.log("Bio: tests/renderers/afterMsa, table view"),await(0,e.ow)((()=>r.grid.dataFrame!=n),"View grid has wrong data frame",100),console.log(`Bio: tests/renderers/afterMsa, src before test semType="${i.semType}", units="${i.getTag(t.TAGS.UNITS)}", cell.renderer="${i.getTag(t.TAGS.CELL_RENDERER)}"`),(0,e.l_)(i.semType,t.SEMTYPE.MACROMOLECULE),(0,e.l_)(i.getTag(t.TAGS.UNITS),c.r2.FASTA),(0,e.l_)(i.getTag("aligned"),"SEQ"),(0,e.l_)(i.getTag("alphabet"),"PT"),(0,e.l_)(i.getTag(t.TAGS.CELL_RENDERER),"sequence");const u=await(0,w.K)({col:i});r.grid.invalidate(),await(0,e.ow)((()=>r.grid.dataFrame!=n),"View grid has wrong data frame",100),(0,e.l_)(u.semType,t.SEMTYPE.MACROMOLECULE),(0,e.l_)(u.getTag(t.TAGS.UNITS),c.r2.FASTA),(0,e.l_)(u.getTag("aligned"),"SEQ.MSA"),(0,e.l_)(u.getTag("alphabet"),"PT"),(0,e.l_)(u.getTag(t.TAGS.CELL_RENDERER),"sequence"),h.Cn.getOrCreate(u)}()})),(0,e.Bu)("afterConvert",(async()=>{await async function(){const s=await a.dapi.files.readAsText("System:AppData/Bio/data/sample_FASTA_PT.csv"),n=t.DataFrame.fromCsv(s),i=n.col("sequence"),o=await a.functions.call("Bio:detectMacromolecule",{col:i});o&&(i.semType=o);const r=a.shell.addTableView(n);await a.data.detectSemanticTypes(n);const l=await(0,x.o)(i,c.r2.SEPARATOR,"/");await(0,e.ow)((()=>r.grid.dataFrame!=n),"View grid has wrong data frame",100);const u=l.getTag(t.TAGS.CELL_RENDERER);(0,e.l_)(u,"sequence"),h.Cn.getOrCreate(l)}()})),(0,e.Bu)("selectRendererBySemType",(async()=>{await async function(){const s=t.Column.fromStrings("SequencesDiff",["meI/hHis/Aca/N/T/dK/Thr_PO3H2/Aca#D-Tyr_Et/Tyr_ab-dehydroMe/meN/E/N/dV"]);s.setTag(t.TAGS.UNITS,c.r2.SEPARATOR),s.setTag("separator","/"),s.setTag("aligned","SEQ"),s.setTag("alphabet","UN"),s.setTag(".alphabetIsMultichar","true"),s.semType=E.Of.MACROMOLECULE_DIFFERENCE;const n=t.DataFrame.fromColumns([s]);a.shell.addTableView(n),await(0,e.gw)(100);const i=s.getTag(t.TAGS.CELL_RENDERER);if("MacromoleculeDifference"!==i)throw new Error(`Units 'separator', separator '/' and semType 'MacromoleculeDifference' have been manually set on column but after df was added as table, view renderer has set to '${i}' instead of correct 'MacromoleculeDifference'.`)}()})),(0,e.Bu)("setRendererManuallyBeforeAddColumn",(async()=>{await async function(){const s=t.Column.fromStrings("SequencesDiff",["meI/hHis/Aca/N/T/dK/Thr_PO3H2/Aca#D-Tyr_Et/Tyr_ab-dehydroMe/meN/E/N/dV"]);s.setTag(t.TAGS.UNITS,c.r2.SEPARATOR),s.setTag("separator","/"),s.setTag("aligned","SEQ"),s.setTag("alphabet","UN"),s.setTag(".alphabetIsMultichar","true"),s.semType=t.SEMTYPE.MACROMOLECULE;const n="MacromoleculeDifference";s.setTag(t.TAGS.CELL_RENDERER,n);const i=t.DataFrame.fromColumns([s]);await a.data.detectSemanticTypes(i),a.shell.addTableView(i),await(0,e.ow)((()=>null!==document.querySelector("canvas")),"cannot load table",3e3);const o=s.getTag(t.TAGS.CELL_RENDERER);if(o!==n)throw new Error(`Tag 'cell.renderer' has been manually set to '${n}' for column but after df was added as table, tag 'cell.renderer' has reset to '${o}' instead of manual '${n}'.`)}()}),{skipReason:"GROK-11212"}),(0,e.Bu)("setRendererManuallyAfterAddColumn",(async()=>{await async function(){const s=t.Column.fromStrings("SequencesDiff",["meI/hHis/Aca/N/T/dK/Thr_PO3H2/Aca#D-Tyr_Et/Tyr_ab-dehydroMe/meN/E/N/dV"]);s.setTag(t.TAGS.UNITS,c.r2.SEPARATOR),s.setTag("separator","/"),s.setTag("aligned","SEQ"),s.setTag("alphabet","UN"),s.setTag(".alphabetIsMultichar","true"),s.semType=t.SEMTYPE.MACROMOLECULE;const n="MacromoleculeDifference",i=t.DataFrame.fromColumns([s]);await a.data.detectSemanticTypes(i);const o=a.shell.addTableView(i);await(0,e.ow)((()=>P()(o.root).find(".d4-grid canvas").length>0),"View grid canvas not found",200),s.setTag(t.TAGS.CELL_RENDERER,n),await(0,e.ow)((()=>P()(o.root).find(".d4-grid canvas").length>0),"View grid canvas not found",200);const r=s.getTag(t.TAGS.CELL_RENDERER);if(r!==n)throw new Error(`Tag 'cell.renderer' has been manually set to '${n}' for column but after df was added as table, tag 'cell.renderer' has reset to '${r}' instead of manual '${n}'.`)}()}),{skipReason:"GROK-11212"})}));var F=s(6414),D=s.n(F),H=s(9611);(0,e.W3)("renderers: monomerPlacer",(()=>{const s={splitter:{csv:"id,seq\nid1,m1-M-m3-mon4-mon5-N-T-MON8-N9\nid2,m1-mon2-m3-mon4-mon5-Num-MON8-N9\nid3,mon1-M-mon3-mon4-mon5-MON8-N9\n",testList:[{src:{row:0,x:-1},tgt:{pos:null}},{src:{row:1,x:0},tgt:{pos:null}},{src:{row:1,x:5},tgt:{pos:0}},{src:{row:1,x:6},tgt:{pos:0}},{src:{row:1,x:26},tgt:{pos:1}},{src:{row:1,x:160},tgt:{pos:6}},{src:{row:1,x:185},tgt:{pos:7}},{src:{row:2,x:140},tgt:{pos:5}},{src:{row:2,x:145},tgt:{pos:5}}]},splitterMsa:{csv:"id,seq\nid1,m1-M-m3-mon4-mon5-N-T-MON8-N9\nid2,m1-mon2-m3-mon4-mon5-Num--MON8-N9\nid3,\nid4,mon1-M-mon3-mon4-mon5---MON8-N9\n",testList:[{src:{row:0,x:-1},tgt:{pos:null}},{src:{row:1,x:0},tgt:{pos:null}},{src:{row:1,x:1},tgt:{pos:null}},{src:{row:1,x:4},tgt:{pos:null}},{src:{row:1,x:5},tgt:{pos:0}},{src:{row:1,x:37},tgt:{pos:0}},{src:{row:1,x:38},tgt:{pos:1}},{src:{row:1,x:170},tgt:{pos:4}},{src:{row:1,x:200},tgt:{pos:5}},{src:{row:2,x:20},tgt:{pos:null}},{src:{row:3,x:170},tgt:{pos:4}},{src:{row:3,x:200},tgt:{pos:5}},{src:{row:3,x:282},tgt:{pos:null}}]},fastaMsa:{csv:"id,seq\nid1,QQYNIYPLT\nid2,QQWSSFPYT\nid3,\nid3,QHIRE--LT\n",testList:[{src:{row:1,x:-1},tgt:{pos:null}},{src:{row:1,x:0},tgt:{pos:null}},{src:{row:1,x:1},tgt:{pos:null}},{src:{row:1,x:19},tgt:{pos:0}},{src:{row:1,x:170},tgt:{pos:8}},{src:{row:1,x:171},tgt:{pos:8}},{src:{row:2,x:5},tgt:{pos:null}},{src:{row:3,x:170},tgt:{pos:8}},{src:{row:3,x:181},tgt:{pos:null}}]}};for(const[n,i]of Object.entries(s))(0,e.Bu)(`getPosition-${n}`,(async()=>{const e=t.DataFrame.fromCsv(i.csv);await a.data.detectSemanticTypes(e);const s=e.getCol("seq"),n=new H.A(null,s,(()=>({unitsHandler:h.Cn.getOrCreate(s),monomerCharWidth:7,separatorWidth:12,monomerToShort:c.GU,monomerLengthLimit:3}))),o=i.testList;for(let t=0;t<s.length;++t)n.getCellMonomerLengths(t);const r=[];for(const[t,e]of D().enumerate(o)){const e={pos:n.getPosition(t.src.row,t.src.x)};t.tgt.pos!=e.pos&&r.push(`Test src ${JSON.stringify(t.src)} expected tgt ${JSON.stringify(t.tgt)}, but get ${JSON.stringify({res:e})}`)}if(r.length>0)throw new Error("Test failed error(s):\n"+r.join(", n"))}))})),(0,e.W3)("converters",(()=>{let s;!function(t){t.fastaPt="fastaPt",t.separatorPt="separatorPt",t.helmPt="helmPt",t.fastaDna="fastaDna",t.separatorDna="separatorDna",t.helmDna="helmDna",t.fastaRna="fastaRna",t.separatorRna="separatorRna",t.helmRna="helmRna",t.fastaGaps="fastaGaps",t.separatorGaps="separatorGaps",t.helmGaps="helmGaps",t.fastaUn="fastaUn",t.separatorUn="separatorUn",t.helmUn="helmUn",t.helmLoneDeoxyribose="helmLoneDeoxyribose",t.helmLoneRibose="helmLoneRibose",t.helmLonePhosphorus="helmLonePhosphorus",t.fastaLoneDeoxyribose="fastaLoneDeoxyribose",t.fastaLoneRibose="fastaLoneRibose",t.fastaLonePhosphorus="fastaLonePhosphorus"}(s||(s={}));const n={fastaPt:"seq\nFWPHEY\nYNRQWYV\nMKPSEYV",separatorPt:"seq\nF-W-P-H-E-Y\nY-N-R-Q-W-Y-V\nM-K-P-S-E-Y-V",helmPt:"seq\nPEPTIDE1{F.W.P.H.E.Y}$$$$\nPEPTIDE1{Y.N.R.Q.W.Y.V}$$$$\nPEPTIDE1{M.K.P.S.E.Y.V}$$$$",fastaDna:"seq\nACGTC\nCAGTGT\nTTCAAC",separatorDna:"seq\nA/C/G/T/C\nC/A/G/T/G/T\nT/T/C/A/A/C",helmDna:"seq\nRNA1{d(A)p.d(C)p.d(G)p.d(T)p.d(C)p}$$$$\nRNA1{d(C)p.d(A)p.d(G)p.d(T)p.d(G)p.d(T)p}$$$$\nRNA1{d(T)p.d(T)p.d(C)p.d(A)p.d(A)p.d(C)p}$$$$",fastaRna:"seq\nACGUC\nCAGUGU\nUUCAAC",separatorRna:"seq\nA*C*G*U*C\nC*A*G*U*G*U\nU*U*C*A*A*C",helmRna:"seq\nRNA1{r(A)p.r(C)p.r(G)p.r(U)p.r(C)p}$$$$\nRNA1{r(C)p.r(A)p.r(G)p.r(U)p.r(G)p.r(U)p}$$$$\nRNA1{r(U)p.r(U)p.r(C)p.r(A)p.r(A)p.r(C)p}$$$$",fastaGaps:"seq\nFW-PH-EYY\nFYNRQWYV-\nFKP-Q-SEYV",separatorGaps:"seq\nF/W//P/H//E/Y/Y\nF/Y/N/R/Q/W/Y/V/\nF/K/P//Q//S/E/Y/V",helmGaps:"seq\nPEPTIDE1{F.W.*.P.H.*.E.Y.Y}$$$$\nPEPTIDE1{F.Y.N.R.Q.W.Y.V.*}$$$$\nPEPTIDE1{F.K.P.*.Q.*.S.E.Y.V}$$$$",fastaUn:"seq\n[meI][hHis][Aca]NT[dE][Thr_PO3H2][Aca]D\n[meI][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2]\n[Lys_Boc][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2]",separatorUn:"seq\nmeI-hHis-Aca-N-T-dE-Thr_PO3H2-Aca-D\nmeI-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2\nLys_Boc-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2",helmUn:"seq\nPEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2}$$$$\nPEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2}$$$$",helmLoneDeoxyribose:"seq\nRNA1{d(A).d(C).d(G).d(T).d(C)}$$$$\nRNA1{d(C).d(A).d(G).d(T).d(G).d(T)p}$$$$\nRNA1{d(T).d(T).d(C).d(A).d(A).d(C)p}$$$$",helmLoneRibose:"seq\nRNA1{r(A).r(C).r(G).r(U).r(C)}$$$$\nRNA1{r(C).r(A).r(G).r(U).r(G).r(U)p}$$$$\nRNA1{r(U).r(U).r(C).r(A).r(A).r(C)p}$$$$",helmLonePhosphorus:"seq\nRNA1{p.p.r(A)p.r(C)p.r(G)p.r(U)p.r(C)p}$$$$\nRNA1{p.p.r(C)p.r(A)p.p.r(G)p.r(U)p.r(G)p.r(U)p}$$$$\nRNA1{p.r(U)p.r(U)p.r(C)p.r(A)p.r(A)p.r(C)p.p.p}$$$$"};async function i(e){const s=n[e],i=t.DataFrame.fromCsv(s);return await a.data.detectSemanticTypes(i),i}function o(s,n){if(s===c.r2.SEPARATOR&&!n)throw new Error(`Argument 'separator' is mandatory for target notation '${s.toString()}'.`);return function(i){const o=h.Cn.getOrCreate(i).convert(s,n);return(0,e.l_)(o.getTag(t.TAGS.UNITS),s),o}}async function r(t,s,n){const o=s((await i(t)).getCol("seq")),r=(await i(n)).getCol("seq");(0,e.f6)(o.toList(),r.toList()),h.Cn.getOrCreate(o)}(0,e.Bu)("testFastaPtToSeparator",(async()=>{await r(s.fastaPt,o(c.r2.SEPARATOR,"-"),s.separatorPt)})),(0,e.Bu)("testFastaDnaToSeparator",(async()=>{await r(s.fastaDna,o(c.r2.SEPARATOR,"/"),s.separatorDna)})),(0,e.Bu)("testFastaRnaToSeparator",(async()=>{await r(s.fastaRna,o(c.r2.SEPARATOR,"*"),s.separatorRna)})),(0,e.Bu)("testFastaGapsToSeparator",(async()=>{await r(s.fastaGaps,o(c.r2.SEPARATOR,"/"),s.separatorGaps)})),(0,e.Bu)("testFastaUnToSeparator",(async()=>{await r(s.fastaUn,o(c.r2.SEPARATOR,"-"),s.separatorUn)})),(0,e.Bu)("testFastaPtToHelm",(async()=>{await r(s.fastaPt,o(c.r2.HELM),s.helmPt)})),(0,e.Bu)("testFastaDnaToHelm",(async()=>{await r(s.fastaDna,o(c.r2.HELM),s.helmDna)})),(0,e.Bu)("testFastaRnaToHelm",(async()=>{await r(s.fastaRna,o(c.r2.HELM),s.helmRna)})),(0,e.Bu)("testFastaGapsToHelm",(async()=>{await r(s.fastaGaps,o(c.r2.HELM),s.helmGaps)})),(0,e.Bu)("testSeparatorPtToFasta",(async()=>{await r(s.separatorPt,o(c.r2.FASTA),s.fastaPt)})),(0,e.Bu)("testSeparatorDnaToFasta",(async()=>{await r(s.separatorDna,o(c.r2.FASTA),s.fastaDna)})),(0,e.Bu)("testSeparatorRnaToFasta",(async()=>{await r(s.separatorRna,o(c.r2.FASTA),s.fastaRna)})),(0,e.Bu)("testSeparatorGapsToFasta",(async()=>{await r(s.separatorGaps,o(c.r2.FASTA),s.fastaGaps)})),(0,e.Bu)("testSeparatorUnToFasta",(async()=>{await r(s.separatorUn,o(c.r2.FASTA),s.fastaUn)})),(0,e.Bu)("testSeparatorPtToHelm",(async()=>{await r(s.separatorPt,o(c.r2.HELM),s.helmPt)})),(0,e.Bu)("testSeparatorDnaToHelm",(async()=>{await r(s.separatorDna,o(c.r2.HELM),s.helmDna)})),(0,e.Bu)("testSeparatorRnaToHelm",(async()=>{await r(s.separatorRna,o(c.r2.HELM),s.helmRna)})),(0,e.Bu)("testSeparatorGapsToHelm",(async()=>{await r(s.separatorGaps,o(c.r2.HELM),s.helmGaps)})),(0,e.Bu)("testHelmDnaToFasta",(async()=>{await r(s.helmDna,o(c.r2.FASTA),s.fastaDna)})),(0,e.Bu)("testHelmRnaToFasta",(async()=>{await r(s.helmRna,o(c.r2.FASTA),s.fastaRna)})),(0,e.Bu)("testHelmPtToFasta",(async()=>{await r(s.helmPt,o(c.r2.FASTA),s.fastaPt)})),(0,e.Bu)("testHelmUnToFasta",(async()=>{await r(s.helmUn,o(c.r2.FASTA),s.fastaUn)})),(0,e.Bu)("testHelmDnaToSeparator",(async()=>{await r(s.helmDna,o(c.r2.SEPARATOR,"/"),s.separatorDna)})),(0,e.Bu)("testHelmRnaToSeparator",(async()=>{await r(s.helmRna,o(c.r2.SEPARATOR,"*"),s.separatorRna)})),(0,e.Bu)("testHelmPtToSeparator",(async()=>{await r(s.helmPt,o(c.r2.SEPARATOR,"-"),s.separatorPt)})),(0,e.Bu)("testHelmUnToSeparator",(async()=>{await r(s.helmUn,o(c.r2.SEPARATOR,"-"),s.separatorUn)})),(0,e.Bu)("testHelmLoneRibose",(async()=>{await r(s.helmLoneRibose,o(c.r2.FASTA),s.fastaRna)})),(0,e.Bu)("testHelmLoneDeoxyribose",(async()=>{await r(s.helmLoneDeoxyribose,o(c.r2.SEPARATOR,"/"),s.separatorDna)})),(0,e.Bu)("testHelmLonePhosphorus",(async()=>{await r(s.helmLonePhosphorus,o(c.r2.FASTA),s.fastaRna)}))}));var W=s(5226);(0,e.W3)("fastaFileHandler",(()=>{const s=["description:1","description:2","description:3","description:4"],n=(t.Column.fromStrings("description",s),["MDYKETLLMPKTDFPMRGGLPNKEPQIQEKW","MIEVFLFGIVLGLIPITLAGLFVTAYLQYRRGDQLDL","MMELVLKTIIGPIVVGVVLRIVDKWLNKDK","MDRTDEVSNHTHDKPTLTWFEEIFEEYHSPFHN"]);function i(t){const i=new W.i(t),o=i.descriptionsArray,r=i.sequencesArray;(0,e.f6)([o,r],[s,n])}(0,e.Bu)("testNormalFormatting",(async()=>{i(">description:1\nMDYKETLLMPKTDFPMRGGLPNKEPQIQEKW\n\n>description:2\nMIEVFLFGIVLGLIPITLAGLFVTAYLQYRRGDQLDL\n\n>description:3\nMMELVLKTIIGPIVVGVVLRIVDKWLNKDK\n\n>description:4\nMDRTDEVSNHTHDKPTLTWFEEIFEEYHSPFHN\n")})),(0,e.Bu)("testExtraSpaces",(async()=>{i(">description:1\n MDYKETLLMPKTDFPMRGGLPNKEPQIQEKW\n\n>description:2\nMI EVF LFGIVLGLI PITLAGLFVTAY LQYRRGDQLDL\n\n>description:3\nM MELVLKTI IGPI VVGVVLR IVDKWLNKDK\n\n>description:4\nMDR TDEVSNHTHDKP TLTWFEEIFEEYHSPFHN\n ")})),(0,e.Bu)("testExtraNewlines",(async()=>{i(">description:1\n\nMDYKETLLMPKTDFPMRGGLPNKEPQIQEKW\n\n>description:2\nMIEVF\nLFGIVLGLI\nPITLAGLFVTA\nYLQYRRGDQLDL\n\n>description:3\nM\nME\n\nLVLKTIIG\n\nPIVVGVVLRI\nVDKWLNKDK\n\n\n>description:4\n\nMDRT\n\nDEVSNHTHDKP\n\nTLTWFEEIFEE\n\n\n\nYHSPFHN\n")}))}));var k=s(9943);(0,e.W3)("fastaExport",(()=>{let s;!function(t){t.single="single",t.multi="multi"}(s||(s={}));const n={[s.single]:{src:"MDYKETLLMPKTDFPMRGGLP",tgt:["MDYKETLLMP","KTDFPMRGGL","P"]},[s.multi]:{src:"M[MeI]YKETLL[MeF]PKTDFPMRGGL[MeA]",tgt:["M[MeI]YKETLL[MeF]P","KTDFPMRGGL","[MeA]"]}};let i;!function(t){t.test1="test1",t.test2="test2"}(i||(i={}));const o={[i.test1]:{srcCsv:"id,seq\n1,MDYKETLLMP\n2,KTDFPMRGGL\n3,P",idCols:["id"],seqCol:"seq",lineWidth:10,tgtFasta:">1\nMDYKETLLMP\n>2\nKTDFPMRGGL\n>3\nP\n"},[i.test2]:{srcCsv:"id,id2,seq\n1,seqA,M[MeI]YKETLL[MeF]P\n2,seqB,KTDFPMRGGL\n3,seqC,[MeA]\n",idCols:["id2","id"],seqCol:"seq",lineWidth:5,tgtFasta:">seqA|1\nM[MeI]YKE\nTLL[MeF]P\n>seqB|2\nKTDFP\nMRGGL\n>seqC|3\n[MeA]\n"}};function r(t,s=10){const i=c.kB,o=n[t].src,r=(0,k.sK)(o,i,s),a=n[t].tgt;(0,e.f6)(r,a)}async function a(s){const n=t.DataFrame.fromCsv(s.srcCsv),i=n.getCol(s.seqCol),o=s.idCols.map((t=>n.getCol(t))),r=(0,k.i$)(o,i,s.lineWidth);(0,e.l_)(r,s.tgtFasta)}(0,e.Bu)("wrapSequenceSingle",(async()=>{r(s.single,10)})),(0,e.Bu)("wrapSequenceMulti",(async()=>{r(s.multi,10)})),(0,e.Bu)("saveAsFastaTest1",(async()=>{a(o[i.test1])})),(0,e.Bu)("saveAsFastaTest2",(async()=>{a(o[i.test2])}))}));var B=s(7331),V=s(585);(0,e.W3)("bio",(()=>{const s="seq\nACGTCT\nCAGTGT\nTTCAAC";(0,e.Bu)("testGetStatsHelm1",(async()=>{const s=t.DataFrame.fromCsv("seq\nPEPTIDE1{meI}$$$$").getCol("seq"),n=(0,V.jY)(s,1,c.gP);(0,e.Wh)(n.freq,{meI:1}),(0,e.l_)(n.sameLength,!0)})),(0,e.Bu)("testGetStatsN1",(async()=>{await async function(s){const n=t.DataFrame.fromCsv(s).col("seq"),i=(0,V.jY)(n,5,c.kB);(0,e.Wh)(i.freq,{A:4,C:5,G:3,T:6}),(0,e.l_)(i.sameLength,!0)}(s)})),(0,e.Bu)("testGetAlphabetSimilarity",(async()=>{await async function(){const t=new Set(Object.keys(r.V.Names)),s=(0,c.KX)({A:2041,C:3015,G:3015,T:2048,"-":1e3},t);(0,e.l_)(s>.6,!0)}()})),(0,e.Bu)("testPickupPaletteN1",(async()=>{await async function(s){const n=t.DataFrame.fromCsv(s).col("seq"),i=(0,c.dQ)(n);(0,e.l_)(i instanceof r.J,!0)}(s)})),(0,e.Bu)("testPickupPaletteN1e",(async()=>{await async function(s){const n=t.DataFrame.fromCsv("seq\nACGTAT\nCAGTTG\nTTCG2C").col("seq"),i=(0,c.dQ)(n);(0,e.l_)(i instanceof r.J,!0)}()})),(0,e.Bu)("testPickupPaletteAA1",(async()=>{await async function(s){const n=t.DataFrame.fromCsv("seq\nFWPHEYV\nYNRQWYV\nMKPSEYV").col("seq"),o=(0,c.dQ)(n);(0,e.l_)(o instanceof i.f,!0)}()})),(0,e.Bu)("testPickupPaletteX",(async()=>{await async function(s){const n=t.DataFrame.fromCsv("seq\nXZJ{}2\n5Z4733\n3Z6></\n675687").col("seq"),i=(0,c.dQ)(n);(0,e.l_)(i instanceof B.kQ,!0)}()}))})),(0,e.W3)("WebLogo.monomerToShort",(()=>{(0,e.Bu)("longMonomerSingle",(async()=>{(0,e.l_)((0,c.GU)("S",5),"S")})),(0,e.Bu)("longMonomerShort",(async()=>{(0,e.l_)((0,c.GU)("Short",5),"Short")})),(0,e.Bu)("longMonomerLong56",(async()=>{(0,e.l_)((0,c.GU)("Long56",6),"Long56")})),(0,e.Bu)("longMonomerComplexFirstPartShort",(async()=>{(0,e.l_)((0,c.GU)("Long-long",5),"Long…")})),(0,e.Bu)("longMonomerComplexFirstPartLong56",(async()=>{(0,e.l_)((0,c.GU)("Long56-long",6),"Long5…")})),(0,e.Bu)("monomerToShort",(async()=>{const t=[["AbC","AbC"],["AbCd","Ab…"],["ABc","ABc"],["ABcd","AB…"],["A_b","A_b"],["A_bc","A…"],["Ab_c","Ab…"],["A1_b","A1…"],["Abc_d","Ab…"],["Abcd_e","Ab…"],["A-b","A-b"],["A-bc","A…"],["Ab-c","Ab…"],["A1-b","A1…"],["Abc-d","Ab…"],["Abcd-e","Ab…"],["A","A"],["Ab","Ab"],["Abc","Abc"],["Ab…","Ab…"],["Abcd","Ab…"],["Abcde","Ab…"]],s=t.map((t=>t[0])),n=t.map((t=>t[1])),i=s.map((t=>(0,c.GU)(t,3)));(0,e.f6)(i,n)}))}));var U=s(8415);function $(t,s){(0,e.l_)(t.name,s.name),(0,e.f6)(t.getMonomers(),s.getMonomers());for(const n of t.getMonomers())(0,e.l_)(t.getFreq(n).rowCount,s.getFreq(n).rowCount)}(0,e.W3)("WebLogo-positions",(()=>{const s="seq\nATC-G-TTGC--\nATC-G-TTGC--\n-TC-G-TTGC--\n-TC-GCTTGC--\n-TC-GCTTGC--";(0,e.Bu)("allPositions",(async()=>{const n=t.DataFrame.fromCsv(s),i=a.shell.addTableView(n),o=n.getCol("seq");o.semType=t.SEMTYPE.MACROMOLECULE,o.setTag(t.TAGS.UNITS,c.r2.FASTA),o.setTag("alphabet","DNA"),o.setTag("aligned","SEQ.MSA");const r=await n.plot.fromType("WebLogo");await(0,e.zg)(r.onLayoutCalculated,(()=>{}),(()=>{i.dockManager.dock(r.root,t.DOCK_TYPE.DOWN)}),500);const l=r.positions,h=[new U.CK(0,"1",{A:new U.yW(2),"-":new U.yW(3)}),new U.CK(1,"2",{T:new U.yW(5)}),new U.CK(2,"3",{C:new U.yW(5)}),new U.CK(3,"4",{"-":new U.yW(5)}),new U.CK(4,"5",{G:new U.yW(5)}),new U.CK(5,"6",{"-":new U.yW(3),C:new U.yW(2)}),new U.CK(6,"7",{T:new U.yW(5)}),new U.CK(7,"8",{T:new U.yW(5)}),new U.CK(8,"9",{G:new U.yW(5)}),new U.CK(9,"10",{C:new U.yW(5)}),new U.CK(10,"11",{"-":new U.yW(5)}),new U.CK(11,"12",{"-":new U.yW(5)})];(0,e.l_)(l.length,h.length);for(let t=0;t<l.length;t++){(0,e.l_)(l[t].name,h[t].name);for(const s of l[t].getMonomers())(0,e.l_)(l[t].getFreq(s).rowCount,h[t].getFreq(s).rowCount)}})),(0,e.Bu)("positions with shrinkEmptyTail option true (filtered)",(async()=>{const s=t.DataFrame.fromCsv("seq\n-TC-G-TTGC--\n-TC-GCTTGC--\n-T--C-GT-\n-T--C-GT-\n-T--C-GT-\n-T--CCGT-"),n=a.shell.addTableView(s),i=s.getCol("seq");i.semType=t.SEMTYPE.MACROMOLECULE,i.setTag(t.TAGS.UNITS,c.r2.FASTA),i.setTag("alphabet","DNA"),i.setTag("aligned","SEQ"),s.filter.init((t=>t>2)),s.filter.fireChanged();const o=await s.plot.fromType("WebLogo",{shrinkEmptyTail:!0});await(0,e.zg)(o.onLayoutCalculated,(()=>{}),(()=>{n.dockManager.dock(o.root,t.DOCK_TYPE.DOWN)}),500);const r=o.positions,l=[new U.CK(0,"1",{"-":new U.yW(3)}),new U.CK(1,"2",{T:new U.yW(3)}),new U.CK(2,"3",{"-":new U.yW(3)}),new U.CK(3,"4",{"-":new U.yW(3)}),new U.CK(4,"5",{C:new U.yW(3)}),new U.CK(5,"6",{"-":new U.yW(2),C:new U.yW(1)}),new U.CK(6,"7",{G:new U.yW(3)}),new U.CK(7,"8",{T:new U.yW(3)}),new U.CK(8,"9",{"-":new U.yW(3)})];(0,e.l_)(r.length,l.length);for(let t=0;t<r.length;t++){(0,e.l_)(r[t].name,l[t].name);for(const s of r[t].getMonomers())(0,e.l_)(r[t].getFreq(s).rowCount,l[t].getFreq(s).rowCount)}})),(0,e.Bu)("positions with skipEmptyPositions option",(async()=>{const n=t.DataFrame.fromCsv(s),i=a.shell.addTableView(n),o=n.getCol("seq");o.semType=t.SEMTYPE.MACROMOLECULE,o.setTag(t.TAGS.UNITS,c.r2.FASTA),o.setTag("alphabet","DNA"),o.setTag("aligned","SEQ.MSA");const r=await n.plot.fromType("WebLogo",{skipEmptyPositions:!0});await(0,e.zg)(r.onLayoutCalculated,(()=>{}),(()=>{i.dockManager.dock(r.root,t.DOCK_TYPE.DOWN)}),500);const l=r.positions,h=[new U.CK(0,"1",{A:new U.yW(2),"-":new U.yW(3)}),new U.CK(1,"2",{T:new U.yW(5)}),new U.CK(2,"3",{C:new U.yW(5)}),new U.CK(4,"5",{G:new U.yW(5)}),new U.CK(5,"6",{"-":new U.yW(3),C:new U.yW(2)}),new U.CK(6,"7",{T:new U.yW(5)}),new U.CK(7,"8",{T:new U.yW(5)}),new U.CK(8,"9",{G:new U.yW(5)}),new U.CK(9,"10",{C:new U.yW(5)})];(0,e.l_)(l.length,h.length);for(let t=0;t<l.length;t++)$(l[t],h[t])})),(0,e.Bu)("count sequences for monomer at position",(async()=>{const n=function(e,s,n,i){const o=t.DataFrame.fromCsv(e),r=o.getCol("seq");return r.semType=t.SEMTYPE.MACROMOLECULE,r.setTag(t.TAGS.UNITS,s),r.setTag("alphabet","DNA"),r.setTag("aligned","SEQ.MSA"),o}(s,c.r2.FASTA),i=n.getCol("seq"),o=a.shell.addTableView(n),r=await n.plot.fromType("WebLogo",{startPositionName:"3",endPositionName:"7",skipEmptyPositions:!0});await(0,e.zg)(r.onLayoutCalculated,(()=>{}),(()=>{o.dockManager.dock(r.root,t.DOCK_TYPE.DOWN)}),500);const l=r.positions,u=[new U.CK(2,"3",{C:new U.yW(5)}),new U.CK(4,"5",{G:new U.yW(5)}),new U.CK(5,"6",{"-":new U.yW(3),C:new U.yW(2)}),new U.CK(6,"7",{T:new U.yW(5)})];(0,e.l_)(l.length,u.length);for(let t=0;t<l.length;t++)$(l[t],u[t]);const m=l[1],d=h.Cn.getOrCreate(i),g=(0,U.eZ)(n,d,n.filter,"G",m);(0,e.l_)(g,5)})),(0,e.Bu)("empty",(async()=>{const s=t.DataFrame.fromColumns([(()=>{const e=t.Column.fromStrings("seq",[]);return e.setTag(t.TAGS.SEMTYPE,t.SEMTYPE.MACROMOLECULE),e.setTag(t.TAGS.UNITS,c.r2.FASTA),e.setTag("alphabet","DNA"),e})()]),n=a.shell.addTableView(s),i=await s.plot.fromType("WebLogo");await(0,e.zg)(i.onLayoutCalculated,(()=>{}),(()=>{n.dockManager.dock(i.root,t.DOCK_TYPE.DOWN)}),500),i.positions}))}));var Y=s(2568);function K(t,e){let s=null;for(const n of t.viewers)n.type===e&&(s=n);return s}(0,e.W3)("checkInputColumn",(()=>{const s="seq\nseq1,\nseq2,\nseq3,\nseq4";(0,e.Bu)("testMsaPos",(async()=>{const n=t.DataFrame.fromCsv(s).getCol("seq");n.semType=t.SEMTYPE.MACROMOLECULE,n.setTag(t.TAGS.UNITS,c.r2.FASTA),n.setTag("alphabet","DNA"),n.setTag("aligned","SEQ");const[i,o]=(0,Y.l)(n,"Test",[c.r2.FASTA],["DNA","RNA","PT"]);(0,e.l_)(i,!0)})),(0,e.Bu)("testMsaNegHelm",(async()=>{const n=t.DataFrame.fromCsv(s).getCol("seq");n.semType=t.SEMTYPE.MACROMOLECULE,n.setTag(t.TAGS.UNITS,c.r2.HELM),n.setTag(".alphabetIsMultichar","true");const[i,o]=(0,Y.l)(n,"Test",[c.r2.FASTA],["DNA","RNA","PT"]);(0,e.l_)(i,!1)})),(0,e.Bu)("testMsaNegUN",(async()=>{const n=t.DataFrame.fromCsv(s).getCol("seq");n.semType=t.SEMTYPE.MACROMOLECULE,n.setTag(t.TAGS.UNITS,c.r2.FASTA),n.setTag("alphabet","UN"),n.setTag(".alphabetSize","11"),n.setTag(".alphabetIsMultichar","true"),n.setTag("aligned","SEQ");const[i,o]=(0,Y.l)(n,"Test",[c.r2.FASTA],["DNA","RNA","PT"]);(0,e.l_)(i,!1)})),(0,e.Bu)("testGetActionFunctionMeta",(async()=>{t.Func.find({package:"Bio",name:"multipleSequenceAlignmentDialog"})[0].inputs.find((t=>"sequence"==t.name))}))})),(0,e.W3)("similarity/diversity",(async()=>{(0,e.Bu)("similaritySearchViewer",(async()=>{await async function(){const s=await T("tests/sample_MSA_data.csv"),n=await s.dataFrame.plot.fromType("Sequence Similarity Search");let i=!1;if(n.computeCompleted.subscribe((t=>{t&&(i=!0)})),s.dockManager.dock(n,t.DOCK_TYPE.RIGHT,null,"Similarity"),await n.renderPromise,await(0,e.ow)((()=>void 0!==K(s,"Sequence Similarity Search")),"Sequence Similarity Search viewer has not been created",100),!n.initialized)throw new Error("The viewer is not initialized.");if(!n.moleculeColumn)throw new Error("The viewer has not molecule column (onTableAttached).");if(!n.beforeRender())throw new Error("The viewer is not able to render.");if(!n.computeRequested)throw new Error("The viewer has not compute requested even.");if(!i)throw new Error("The viewer has not compute completed.");const o=n;await(0,e.ow)((()=>0!==o.root.getElementsByClassName("d4-grid").length),"Sequence Similarity Search viewer grid has not been created",100);(0,e.l_)(o.fingerprint,"Morgan"),(0,e.l_)(o.distanceMetric,"Tanimoto"),(0,e.l_)(o.scores.get(0),t.FLOAT_NULL),(0,e.l_)(o.idxs.get(0),0),(0,e.l_)(o.molCol.get(0),"D-Tyr_Et/Tyr_ab-dehydroMe/dV/E/N/D-Orn/D-aThr//Phe_4Me"),(0,e.l_)(o.scores.get(1),.4722222089767456),(0,e.l_)(o.idxs.get(1),11),(0,e.l_)(o.molCol.get(1),"meI/hHis//Aca/meM/Tyr_ab-dehydroMe/dV/E/N/D-Orn/D-aThr//Phe_4Me"),s.dataFrame.currentRowIdx=1,await(0,e.ow)((()=>1===o.targetMoleculeIdx),"Target molecule has not been changed",5e3),await(0,e.ow)((()=>"meI/hHis/Aca/Cys_SEt/T/dK/Thr_PO3H2/Aca/Tyr_PO3H2/D-Chg/dV/Phe_ab-dehydro/N/D-Orn/D-aThr//Phe_4Me"===o.molCol.get(0)),"Incorrect first similar molecule",5e3)}()})),(0,e.Bu)("diversitySearchViewer",(async()=>{await async function(){const s=await T("tests/sample_MSA_data.csv"),n=await s.dataFrame.plot.fromType("Sequence Diversity Search");let i=!1;if(n.computeCompleted.subscribe((t=>{t&&(i=!0)})),s.dockManager.dock(n,t.DOCK_TYPE.DOWN,null,"Diversity"),await n.renderPromise,await(0,e.ow)((()=>void 0!==K(s,"Sequence Diversity Search")),"Sequence Diversity Search viewer has not been created",100),!n.initialized)throw new Error("The viewer is not initialized.");if(!n.moleculeColumn)throw new Error("The viewer has not molecule column (onTableAttached).");if(!n.beforeRender())throw new Error("The viewer is not able to render.");if(!n.computeRequested)throw new Error("The viewer has not compute requested even.");if(!i)throw new Error("The viewer has not compute completed.");const o=n;await(0,e.ow)((()=>0!==o.root.getElementsByClassName("d4-grid").length),"Sequence Diversity Search viewer grid has not been created",100),(0,e.l_)(o.fingerprint,"Morgan"),(0,e.l_)(o.distanceMetric,"Tanimoto"),(0,e.l_)(o.initialized,!0),(0,e.l_)(o.renderMolIds.length>0,!0)}()}))}));var Z=s(4413);(0,e.W3)("substructureFilters",(async()=>{let t,s;(0,e.bb)((async()=>{t=await(0,L.JN)(),s=await a.dapi.userDataStorage.get(_.RV,!0),await a.dapi.userDataStorage.post(_.RV,_.rb,!0),await t.loadLibraries(!0)})),(0,e.X5)((async()=>{await a.dapi.userDataStorage.put(_.RV,s,!0),await t.loadLibraries(!0)})),(0,e.Bu)("fasta",(async()=>{const t=await b("tests/filter_FASTA.csv"),s=new Z.ST;await a.data.detectSemanticTypes(t),s.attach(t),s.bioFilter.substructure="MD",await(0,e.gw)(100),(0,e.l_)(s.dataFrame.filter.trueCount,3),(0,e.l_)(s.dataFrame.filter.get(0),!0),(0,e.l_)(s.dataFrame.filter.get(3),!0),(0,e.l_)(s.dataFrame.filter.get(8),!0),(0,e.l_)(s.dataFrame.filter.get(1),!1)})),(0,e.Bu)("separator",(async()=>{const t=await b("tests/filter_MSA.csv"),s=new Z.ST;await a.data.detectSemanticTypes(t),s.attach(t),s.bioFilter.substructure="meI",await(0,e.gw)(100),(0,e.l_)(s.dataFrame.filter.trueCount,7),(0,e.l_)(s.dataFrame.filter.get(2),!1),s.bioFilter.substructure="/meI",await(0,e.gw)(100),(0,e.l_)(s.dataFrame.filter.trueCount,0),s.bioFilter.substructure="meI-hHis",s.bioFilter.separatorInput.value="-",await(0,e.gw)(100),(0,e.l_)(s.dataFrame.filter.trueCount,7),(0,e.l_)(s.dataFrame.filter.get(2),!1)})),(0,e.Bu)("helm",(async()=>{const t=await b("tests/filter_HELM.csv"),s=a.shell.addTableView(t),n=new Z.ST;await a.data.detectSemanticTypes(t),n.attach(t);const i=new Promise(((e,s)=>{t.onFilterChanged.subscribe((async t=>{try{e(!0)}catch(t){s(t)}}))}));n.bioFilter.helmSubstructure="PEPTIDE1{C}$$$$V2.0",n.bioFilter.onChanged.next(),await i,(0,e.l_)(n.dataFrame.filter.trueCount,2),(0,e.l_)(n.dataFrame.filter.get(0),!0),(0,e.l_)(n.dataFrame.filter.get(3),!0),n.bioFilter.helmSubstructure="PEPTIDE1{A.C}$$$$V2.0",n.bioFilter.onChanged.next(),await(0,e.gw)(100),(0,e.l_)(n.dataFrame.filter.trueCount,1),(0,e.l_)(n.dataFrame.filter.get(3),!0),s.close()}),{skipReason:"GROK-12779"})}));var q=s(8341);(0,e.W3)("PepSeA",(()=>{(0,e.Bu)("Basic alignment",(async()=>{await C();const s=t.DataFrame.fromCsv('HELM,MSA\n "PEPTIDE1{F.L.R.G.W.[MeF].Y.S.N.N.C}$$$$","F.L.R.G.W.MeF.Y..S.N.N.C"\n "PEPTIDE1{F.L.R.G.Y.[MeF].Y.W.N.C}$$$$","F.L.R.G.Y.MeF.Y.W...N.C"\n "PEPTIDE1{F.G.Y.[MeF].Y.W.S.D.N.C}$$$$","F...G.Y.MeF.Y.W.S.D.N.C"\n "PEPTIDE1{F.L.R.G.Y.[MeF].Y.W.S.N.D.C}$$$$","F.L.R.G.Y.MeF.Y.W.S.N.D.C"\n "PEPTIDE1{F.V.R.G.Y.[MeF].Y.W.S.N.C}$$$$","F.V.R.G.Y.MeF.Y.W.S..N.C"'),n=await(0,q.f)(s.getCol("HELM"),"msa(HELM)");(0,e.l_)(null!==n,!0,"PepSeA conainter has not started");const i=s.getCol("MSA");for(let t=0;t<n.length;++t)(0,e.l_)(n.get(t)==i.get(t),!0)}),{skipReason:"GROK-13221"})})),(0,e.W3)("viewers",(()=>{const s=t.Func.find({package:"Bio",tags:["viewer"]}).map((t=>t.friendlyName));for(const t of s)(0,e.Bu)(t,(async()=>{const s=await b("data/sample_FASTA_DNA.csv");await(0,e.AB)(t,s,{detectSemanticTypes:!0})}),{skipReason:{"Sequence Similarity Search":"GROK-13162","Sequence Diversity Search":"GROK-13162",WebLogo:"GROK-13162",VdRegions:"GROK-13162"}[t]})}));const z="seq\nACGTC\nCAGTGT\nTTCAAC",X="seq\nAC-GT-CT\nCAC-T-GT\nACCGTACT",j="seq\nabc-dfgg-abc1-cfr3-rty-wert\nrut12-her2-rty-wert-abc-abc1-dfgg\nrut12-rty-her2-abc-cfr3-wert-rut12";(0,e.W3)("UnitsHandler",(()=>{async function s(e){const s=t.DataFrame.fromCsv(e);await a.data.detectSemanticTypes(s);const n=h.Cn.getOrCreate(s.getCol("seq"));return[s,n]}(0,e.Bu)("Seq-Fasta",(async()=>{const[t,n]=await s(z);(0,e.l_)(n.notation,c.r2.FASTA),(0,e.l_)(n.isMsa(),!1)})),(0,e.Bu)("Seq-Fasta-MSA",(async()=>{const[t,n]=await s(X);(0,e.l_)(n.notation,c.r2.FASTA),(0,e.l_)(n.isMsa(),!0)})),(0,e.Bu)("Seq-Fasta-units",(async()=>{const[t,n]=await s(z);(0,e.l_)(n.notation,c.r2.FASTA),(0,e.l_)(n.isMsa(),!1)})),(0,e.Bu)("Seq-Fasta-MSA-units",(async()=>{const[t,n]=await s(X);(0,e.l_)(n.notation,c.r2.FASTA),(0,e.l_)(n.isMsa(),!0)})),(0,e.Bu)("Seq-Helm",(async()=>{const[t,n]=await s("seq\nPEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.Tyr_ab-dehydroMe.dV.E.N.D-Orn.D-aThr.Phe_4Me}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.D-Chg.dV.Phe_ab-dehydro.N.D-Orn.D-aThr.Phe_4Me}$$$$\nPEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.D-Chg.dV.Thr_PO3H2.N.D-Orn.D-aThr.Phe_4Me}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.D-Chg.dV.Thr_PO3H2.N.D-Orn.D-aThr.Phe_4Me}$$$$");(0,e.l_)(n.notation,c.r2.HELM),(0,e.l_)(n.isHelm(),!0)})),(0,e.Bu)("Seq-UN",(async()=>{const[t,n]=await s(j);(0,e.l_)(n.notation,c.r2.SEPARATOR),(0,e.l_)(n.separator,"-"),(0,e.l_)(n.alphabet,"UN")})),(0,e.Bu)("Seq-UN-auto",(async()=>{const[t,n]=await s(j);(0,e.l_)(n.notation,c.r2.SEPARATOR),(0,e.l_)(n.separator,"-"),(0,e.l_)(n.alphabet,"UN")}))})),(0,e.W3)("UnitsHandler",(()=>{h._9[c.r2.FASTA],h._9[c.r2.HELM];const s=h._9[c.r2.SEPARATOR],n={fasta:{src:{csv:"seq\nACGTC\nCAGTGT\nTTCAAC"},tgt:{splitted:["ACGTC","CAGTGT","TTCAAC"]}},fastaMsa:{src:{csv:"seq\nAC-GT-CT\nCAC-T-GT\nACCGTACT"},tgt:{splitted:["AC-GT-CT","CAC-T-GT","ACCGTACT"]}},separator:{src:{csv:"seq\nabc-dfgg-abc1-cfr3-rty-wert\nrut12-her2-rty-wert-abc-abc1-dfgg\nrut12-rty-her2-abc-cfr3-wert-rut12"},tgt:{splitted:[["abc","dfgg","abc1","cfr3","rty","wert"],["rut12","her2","rty","wert","abc","abc1","dfgg"],["rut12","rty","her2","abc","cfr3","wert","rut12"]]}},separatorMsa:{src:{csv:"seq\nabc-dfgg-abc1-cfr3-rty-wert\nrut12-her2-rty--abc1-dfgg\nrut12-rty-her2---wert"},tgt:{splitted:[["abc","dfgg","abc1","cfr3","rty","wert"],["rut12","her2","rty",s,"abc1","dfgg"],["rut12","rty","her2",s,s,"wert"]]}},helm:{src:{csv:"seq\nPEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca}$$$$\nPEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2}$$$$"},tgt:{splitted:[["meI","hHis","Aca","N","T","dE","Thr_PO3H2","Aca","D-Tyr_Et"],["meI","hHis","Aca","Cys_SEt","T","dK","Thr_PO3H2","Aca"],["Lys_Boc","hHis","Aca","Cys_SEt","T","dK","Thr_PO3H2","Aca"],["meI","hHis","Aca","Cys_SEt","T","dK","Thr_PO3H2"]]}}};for(const[s,i]of Object.entries(n))(0,e.Bu)(`splitted-${s}`,(async()=>{const s=t.DataFrame.fromCsv(i.src.csv).getCol("seq"),n=await a.functions.call("Bio:detectMacromolecule",{col:s});n&&(s.semType=n),(0,e.l_)(s.semType,t.SEMTYPE.MACROMOLECULE);const o=h.Cn.getOrCreate(s).splitted;(0,e.f6)(o,i.tgt.splitted)}))})),(0,e.W3)("UnitsHandler: getRegion",(()=>{const s={fastaDna:{srcCsv:"seq\nATTCGT\nACTGCTC\nATTCCGTA",startIdx:2,endIdx:4,tgtCsv:"seq\nTCG\nTGC\nTCC",units:c.r2.FASTA,alphabet:"DNA",positionNames:{tag:"a, b, c, d, e, f, g, h",start:"c",end:"e"}},separatorPt:{srcCsv:"seq\nM-D-Y-K-E-T-L\nM-I-E-V-F-L-F-G-I\nM-M-",startIdx:5,endIdx:null,tgtCsv:"seq\nT-L--\nL-F-G-I\n---",units:c.r2.SEPARATOR,alphabet:"PT",positionNames:{tag:"1, 1A, 1B, 2, 3, 4, 4A, 4A, 4C",start:"4",end:null}},helm:{srcCsv:"seq\nPEPTIDE1{[meI].[hHis].[Aca].N.T.[dE].[Thr_PO3H2].[Aca].[D-Tyr_Et].[Tyr_ab-dehydroMe].[dV].E.N.[D-Orn]}$$$$\nPEPTIDE1{[meI].[hHis].[Aca].[Cys_SEt].T.[dK].[Thr_PO3H2].[Aca].[Tyr_PO3H2].[D-Chg].[dV].[Phe_ab-dehydro]}$$$$\nPEPTIDE1{[Lys_Boc].[hHis].[Aca].[Cys_SEt].T}$$$$",startIdx:3,endIdx:6,tgtCsv:"seq\nPEPTIDE1{N.T.[dE].[Thr_PO3H2]}$$$$\nPEPTIDE1{[Cys_SEt].T.[dK].[Thr_PO3H2]}$$$$\nPEPTIDE1{[Cys_SEt].T.*.*}$$$$",units:c.r2.HELM,alphabet:null,positionNames:{tag:null,start:"4",end:"7"}}};for(const[n,i]of Object.entries(s))(0,e.Bu)(`${n}-idx`,(async()=>{const s=t.DataFrame.fromCsv(i.srcCsv).getCol("seq"),n=await a.functions.call("Bio:detectMacromolecule",{col:s});n&&(s.semType=n);const o=h.Cn.getOrCreate(s).getRegion(i.startIdx,i.endIdx,"regSeq"),r=t.DataFrame.fromCsv(i.tgtCsv).getCol("seq");(0,e.l_)(s.getTag(t.TAGS.UNITS),i.units),(0,e.l_)(o.getTag(t.TAGS.UNITS),i.units),(0,e.l_)(s.getTag("alphabet"),i.alphabet),(0,e.l_)(o.getTag("alphabet"),i.alphabet),(0,e.f6)(o.toList(),r.toList())})),i.positionNames&&(0,e.Bu)(`${n}-positionNames`,(async()=>{const s=t.DataFrame.fromCsv(i.srcCsv).getCol("seq");i.positionNames.tag&&s.setTag(".positionNames",i.positionNames.tag);const n=await a.functions.call("Bio:detectMacromolecule",{col:s});n&&(s.semType=n);const o=await a.functions.call("Bio:getRegion",{sequence:s,start:i.positionNames.start,end:i.positionNames.end}),r=t.DataFrame.fromCsv(i.tgtCsv).getCol("seq");(0,e.l_)(s.getTag(t.TAGS.UNITS),i.units),(0,e.l_)(o.getTag(t.TAGS.UNITS),i.units),(0,e.l_)(s.getTag("alphabet"),i.alphabet),(0,e.l_)(o.getTag("alphabet"),i.alphabet),(0,e.f6)(o.toList(),r.toList())}))}));var Q=s(8601);const J=new t.FileSource("System:AppData/Bio"),tt={PT:"peptides fasta",DNA:"dna fasta",MSA:"msa separator"},et={PT:"tests/to-atomic-level-peptides-fasta-input.csv",DNA:"tests/to-atomic-level-dna-fasta-input.csv",MSA:"tests/to-atomic-level-msa-separator-input.csv"},st={PT:"tests/to-atomic-level-peptides-output.csv",DNA:"tests/to-atomic-level-dna-output.csv",MSA:"tests/to-atomic-level-msa-output.csv"},nt="molfile(sequence)";async function it(t,e="seq",s){const n=t.getCol(e),i=s.getBioLib();await(0,Q.i0)(t,n,i)}(0,e.W3)("toAtomicLevel",(async()=>{const s={},n={};let i,o,r=null;async function c(t,s){const n=t.getCol("sequence");await(0,l.toAtomicLevel)(t,n,!1);const i=t.getCol(nt),o=s.getCol(nt),r=[...i.values()],a=[...o.values()];(0,e.f6)(r,a)}(0,e.bb)((async()=>{i=await(0,l.getMonomerLibHelper)(),r=await a.dapi.userDataStorage.get(_.RV,!0),await a.dapi.userDataStorage.put(_.RV,{},!0),await i.loadLibraries(!0);for(const t in tt)s[t]=await J.readCsv(et[t]),await a.data.detectSemanticTypes(s[t]),n[t]=await J.readCsv(st[t])})),(0,e.X5)((async()=>{await a.dapi.userDataStorage.put(_.RV,r,!0),await i.loadLibraries(!0)}));for(const t in tt)(0,e.Bu)(`${tt[t]}`,(async()=>{await c(s[t],n[t])}),{skipReason:"GROK-13100"});!function(t){t.fastaDna="fastaDna",t.fastaRna="fastaRna",t.fastaPt="fastaPt",t.separatorDna="separatorDna",t.separatorRna="separatorRna",t.separatorPt="separatorPt",t.separatorUn="separatorUn",t.helm="helm"}(o||(o={}));const h={[o.fastaDna]:"seq\nACGTC\nCAGTGT\nTTCAAC",[o.fastaRna]:"seq\nACGUC\nCAGUGU\nUUCAAC",[o.fastaPt]:"seq\nFWPHEY\nYNRQWYV\nMKPSEYV",[o.separatorDna]:"seq\nA/C/G/T/C\nC/A/G/T/G/T\nT/T/C/A/A/C",[o.separatorRna]:"seq\nA*C*G*U*C\nC*A*G*U*G*U\nU*U*C*A*A*C",[o.separatorPt]:"seq\nF-W-P-H-E-Y\nY-N-R-Q-W-Y-V\nM-K-P-S-E-Y-V",[o.separatorUn]:"seq\nmeI-hHis-Aca-N-T-dE-Thr_PO3H2-Aca-D\nmeI-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2\nLys_Boc-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2",[o.helm]:"seq\nPEPTIDE1{meI.D-gGlu.Aca.N.T.dE.Thr_PO3H2.Aca.D}$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2}$$$\nPEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2}$$$"};async function u(e){const s=h[e],n=t.DataFrame.fromCsv(s);return await a.data.detectSemanticTypes(n),n}(0,e.Bu)("fastaDna",(async()=>{await it(await u(o.fastaDna),"seq",i)})),(0,e.Bu)("fastaRna",(async()=>{await it(await u(o.fastaRna),"seq",i)})),(0,e.Bu)("fastaPt",(async()=>{await it(await u(o.fastaPt),"seq",i)})),(0,e.Bu)("separatorDna",(async()=>{await it(await u(o.separatorDna),"seq",i)})),(0,e.Bu)("separatorDna",(async()=>{await it(await u(o.separatorRna),"seq",i)})),(0,e.Bu)("separatorPt",(async()=>{await it(await u(o.separatorPt),"seq",i)})),(0,e.Bu)("separatorUn",(async()=>{await it(await u(o.separatorUn),"seq",i)})),(0,e.Bu)("helm",(async()=>{await it(await u(o.helm),"seq",i)}))}));var ot=s(489);async function rt(e){const s=t.DataFrame.fromCsv(e),n=s.col("seq"),i=await a.functions.call("Bio:detectMacromolecule",{col:n});return i&&(n.semType=i),await a.data.detectSemanticTypes(s),h.Cn.getOrCreate(n)}function at(t,s,n,i){const o=n(t,s);(0,e.l_)(Number(o.toFixed(3)),Number(i.toFixed(3)))}async function lt(t,s,n,i,o,r){await a.data.detectSemanticTypes(t);const c=await(0,l.activityCliffs)(t,t.getCol(n),t.getCol(i),o,s,{[`${l.BYPASS_LARGE_DATA_WARNING}`]:!0});(0,e.l_)(null!=c,!0);const h=Array.from(c.root.children).find((t=>{const e=t.className.split(" ");return["ui-btn","ui-btn-ok"].every((t=>e.includes(t)))}));(0,e.l_)(h.innerText.toLowerCase(),`${r} cliffs`)}(0,e.W3)("Distance",(async()=>{const s=[[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]],n={F:0,W:1,R:2,Y:3},i="FWRWY",o="FWRWW",r="FWY",a="FWRWY",l="FWY",c="FWRRRRY";(0,e.Bu)("protein-distance-function",(async()=>{const t=(await rt("seq\n FWRWYVKHP\n YNRWYVKHP\n MWRSWYCKHP")).getDistanceFunctionName();(0,e.l_)(t,ot.U.LEVENSHTEIN)})),(0,e.Bu)("DNA-distance-function",(async()=>{const t=(await rt("seq\n ATAACG\n ATCGA\n ATCGA")).getDistanceFunctionName();(0,e.l_)(t,ot.U.LEVENSHTEIN)})),(0,e.Bu)("MSA-distance-function",(async()=>{const t=(await rt("seq\n ATAAC\n ATCGA\n ATCGA")).getDistanceFunctionName();(0,e.l_)(t,ot.U.HAMMING)})),(0,e.Bu)("levenstein-sub",(async()=>{const t=ot.o[ot.U.LEVENSHTEIN]();at(i,o,t,.2)})),(0,e.Bu)("levenstein-del",(async()=>{const t=ot.o[ot.U.LEVENSHTEIN]();at(r,a,t,.4)})),(0,e.Bu)("hamming",(async()=>{const t=ot.o[ot.U.HAMMING]();at(r,a,t,.6)})),(0,e.Bu)("needleman-blosum62",(async()=>{const t=ot.o[ot.U.NEEDLEMANN_WUNSCH]();at(i,o,t,.205)})),(0,e.Bu)("needleman-blosum62-del",(async()=>{const t=ot.o[ot.U.NEEDLEMANN_WUNSCH]();at(r,a,t,.65)})),(0,e.Bu)("needleman-custom-sub",(async()=>{const t=ot.o[ot.U.NEEDLEMANN_WUNSCH]({scoringMatrix:s,alphabetIndexes:n,gapOpen:1,gapExtend:1});at(i,o,t,.2)})),(0,e.Bu)("needleman-custom-del",(async()=>{const t=ot.o[ot.U.NEEDLEMANN_WUNSCH]({scoringMatrix:s,alphabetIndexes:n,gapOpen:1,gapExtend:1});at(r,a,t,.8)})),(0,e.Bu)("needleman-custom-zero-extend",(async()=>{const t=ot.o[ot.U.NEEDLEMANN_WUNSCH]({scoringMatrix:s,alphabetIndexes:n,gapOpen:1,gapExtend:0});at(l,c,t,.714)})),(0,e.Bu)("needleman-custom-half-extend",(async()=>{const t=ot.o[ot.U.NEEDLEMANN_WUNSCH]({scoringMatrix:s,alphabetIndexes:n,gapOpen:2,gapExtend:1});at(l,c,t,1.286)})),(0,e.Bu)("needleman-custom-same-extend",(async()=>{const e=ot.o[ot.U.NEEDLEMANN_WUNSCH]({scoringMatrix:s,alphabetIndexes:n,gapOpen:1,gapExtend:1});t.Test.isInBenchmark?at(Array(1e4).fill("FWRY").join(""),Array(1e4).fill("FYWRRY").join(""),e,.667):at(l,c,e,1.143)}))}));var ct=s(116);async function ht(t,s,n){const i=t.getCol(n),o=await a.functions.call("Bio:detectMacromolecule",{col:i});o&&(i.semType=o);const r=await(0,l.sequenceSpaceTopMenu)(t,t.col(n),s,ot.U.LEVENSHTEIN,!0,.6,{[`${l.BYPASS_LARGE_DATA_WARNING}`]:!0});(0,e.l_)(null!=r,!0)}(0,e.W3)("activityCliffs",(async()=>{let s,n,i,o,r=[],l=[];(0,e.bb)((async()=>{r=[],l=[]})),(0,e.X5)((async()=>{})),(0,e.Bu)("activityCliffsOpens",(async()=>{n=await b(t.Test.isInBenchmark?"test/peptides_motif-with-random_10000.csv":"tests/100_3_clustests.csv"),l.push(n),s=a.shell.addTableView(n),r.push(s);const e=t.Test.isInBenchmark?6:3;await lt(n,ct.AL.UMAP,"sequence","Activity",90,e)})),(0,e.Bu)("activityCliffsWithEmptyRows",(async()=>{o=await b("tests/100_3_clustests_empty_vals.csv"),l.push(o),i=a.shell.addTableView(o),r.push(i),await lt(o,ct.AL.UMAP,"sequence","Activity",90,3)})),(0,e.Bu)("Helm",(async()=>{const t=await ut.files.readCsv("samples/sample_HELM.csv");a.shell.addTableView(t),await lt(t,ct.AL.UMAP,"HELM","Activity",90,53)}))})),(0,e.W3)("sequenceSpace",(async()=>{let s,n,i,o;(0,e.Bu)("sequenceSpaceOpens",(async()=>{s=await b(t.Test.isInBenchmark?"test/peptides_motif-with-random_10000.csv":"tests/100_3_clustests.csv"),n=a.shell.addTableView(s),await ht(s,ct.AL.UMAP,"sequence")})),(0,e.Bu)("sequenceSpaceWithEmptyRows",(async()=>{i=await b("tests/100_3_clustests_empty_vals.csv"),o=a.shell.addTableView(i),await ht(i,ct.AL.UMAP,"sequence")}))})),(0,e.W3)("Scoring",(()=>{const s="sequence",n="expected_similarity",i="expected_identity",o=t.DataFrame.fromCsv(`${s},${n},${i}\n PEPTIDE1{Aca.Orn.gGlu.Pqa.D-His_1Bn.dH.hHis.4Abz.D-Tic.D-Dap.Y.Iva.meS.F.P.F.D-1Nal}$$$$,1.0,1.0\n PEPTIDE1{Iva.Gly_allyl.gGlu.Pqa.D-Dip.dH.hHis.4Abz.D-aHyp.D-Dap.Y.Iva.I.Tyr_26diMe.P.Asu.meC}$$$$,0.68,0.53\n PEPTIDE1{[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal]}$$$$V2.0,0.34,0.0\n `),r=o.getCol(s);r.setTag(t.TAGS.UNITS,c.r2.HELM),r.semType=t.SEMTYPE.MACROMOLECULE;const a=r.get(0);(0,e.bb)((async()=>{const t=await(0,L.JN)();await t.loadLibraries(!0)})),(0,e.Bu)("Identity",(async()=>{const t=await(0,l.sequenceIdentityScoring)(o,r,a);for(let s=0;s<t.length;s++)(0,e.jh)(t.get(s),o.get(i,s),.01,`Wrong identity score for sequence at position ${s}`)})),(0,e.Bu)("Similarity",(async()=>{const t=await(0,l.sequenceSimilarityScoring)(o,r,a);for(let s=0;s<t.length;s++)(0,e.jh)(t.get(s),o.get(n,s),.01,`Wrong similarity score for sequence at position ${s}`)}))}));const ut=new t.Package;async function mt(s,n,i){const o=await(0,e.ci)({category:s,test:n,testContext:i});return t.DataFrame.fromObjects(o)}})(),bio_test=n})();
2
+ var bio_test;(()=>{var t={2012:(t,e,s)=>{"use strict";s.d(e,{f:()=>i});var n=s(9976);class i extends n.B{static get Lesk(){return void 0===this.lesk&&(this.lesk=this.makePalette([[["G","A","S","T"],"orange"],[["C","V","I","L","P","F","Y","M","W"],"all_green"],[["N","Q","H"],"magenta"],[["D","E"],"red"],[["K","R"],"all_blue"]],!1,i)),this.lesk}static get GrokGroups(){return void 0===this.grokGroups&&(this.grokGroups=this.makePalette([[["C","U"],"yellow"],[["G","P"],"red"],[["A","V","I","L","M","F","Y","W"],"all_green"],[["R","H","K"],"light_blue"],[["D","E"],"dark_blue"],[["S","T","N","Q"],"orange"]],!1,i)),this.grokGroups}static get RasMol(){return void 0===this.rasMol&&(this.rasMol=new i({D:"#E60A0A",E:"#E60A0A",C:"#E6E600",M:"#E6E600",K:"#145AFF",R:"#145AFF",S:"#FA9600",T:"#FA9600",F:"#3232AA",Y:"#3232AA",N:"#00DCDC",Q:"#00DCDC",G:"#EBEBEB",L:"#0F820F",V:"#0F820F",I:"#0F820F",A:"#C8C8C8",W:"#B45AB4",H:"#8282D2",P:"#DC9682",others:"#BEA06E"})),this.rasMol}get(t){const e=t in i.aaSynonyms?i.aaSynonyms[t]:t;return super.get(e)}}i.aaSynonyms={MeNle:"L",MeA:"A",MeG:"G",MeF:"F"};class o{static getPalette(t="grok"){switch(t){case"grok":return i.GrokGroups;case"lesk":return i.Lesk;default:throw new Error(`ChemPalette: scheme \`${t}\` does not exist`)}}static getInnerOuter(t){let e=0,s="",n="";for(const i of t)"("==i?e++:")"==i?e--:e?s+=i:n+=i;return isNaN(parseInt(s))?[n,s]:[n,""]}static getColorAAPivot(t="",e="grok"){const s=this.getPalette(e);let[n,i]=this.getInnerOuter(t);if(n=n.length>6?`${n.slice(0,3)}...`:n,i=i.length>6?`${i.slice(0,3)}...`:i,1==t.length||"("==t[1]){const e=t[0]?.toUpperCase();return e in s?[s.get(e),e,i,1]:[this.undefinedColor,n,i,1]}if("d"==t[0]&&t[1]in s&&(2==t.length||"("==t[2])){const e=t[1]?.toUpperCase();return e in s?[s.get(e),e,i,2]:[this.undefinedColor,n,i,2]}if(t.substring(0,3)in this.AAFullNames&&(3==t.length||"("==t[3])){const e=this.AAFullNames[t.substring(0,3)];return e in s?[s.get(e),e,i,3]:[this.undefinedColor,n,i,3]}if(t[0]?.toLowerCase()==t[0]&&t.substring(1,3)in this.AAFullNames&&(4==t.length||"("==t[4])){const e=this.AAFullNames[t.substring(1,3)];return e in s?[s.get(e),e,i,4]:[this.undefinedColor,n,i,4]}return[this.undefinedColor,n,i,0]}}o.SemType="Aminoacids",o.SemTypeMultipleAlignment="AminoacidsMultipleAlignment",o.undefinedColor="rgb(100,100,100)",o.Names={G:"Glycine",L:"Leucine",Y:"Tyrosine",S:"Serine",E:"Glutamic acid",Q:"Glutamine",D:"Aspartic acid",N:"Asparagine",F:"Phenylalanine",A:"Alanine",K:"Lysine",R:"Arginine",H:"Histidine",C:"Cysteine",V:"Valine",P:"Proline",W:"Tryptophan",I:"Isoleucine",M:"Methionine",T:"Threonine"},o.AASmiles={G:"NCC(=O)O",L:"N[C@H](CC(C)C)C(=O)O",Y:"NC(CC1=CC=C(O)C=C1)C(=O)O",S:"NC(CO)C(=O)O",E:"N[C@@H](CCC(O)=O)C(=O)O",Q:"N[C@@H](CCC(N)=O)C(=O)O",D:"N[C@@H](CC(O)=O)C(=O)O",N:"N[C@@H](CC(N)=O)C(=O)O",F:"NC(CC1=CC=CC=C1)C(=O)O",A:"N[C@H](C)C(=O)O",K:"NC(CCCCN)C(=O)O",R:"N[C@H](CCCNC(=N)C)C(=O)O",H:"NC(CC1=CN=C[N]1)C(=O)O",C:"N[C@@H](CS)C(=O)O",V:"NC(C(C)C)C(=O)O",P:"N(CCC1)C1C(=O)O",W:"N[C@@H](Cc1c2ccccc2n([H])c1)C(=O)O",I:"N[C@H]([C@H](C)CC)C(=O)O",M:"NC(CCSC)C(=O)O",T:"NC(C(O)C)C(=O)O"},o.AASmilesTruncated={G:"*C*",L:"CC(C)C[C@H](*)*",Y:"C1=CC(=CC=C1CC(*)*)O",S:"OCC(*)C*",E:"*[C@@H](CCC(O)=O)*",Q:"*N[C@@H](CCC(N)=O)*",D:"*[C@@H](CC(O)=O)*",N:"*[C@@H](CC(N)=O)*",F:"C1=CC=C(C=C1)CC(*)*",A:"C[C@H](*)*",K:"C(CCN)CC(*)*",R:"*[C@H](CCCNC(=N)C)*",H:"C1=C(NC=N1)CC(*)*",C:"C([C@@H](*)*)S",V:"CC(C)C(*)*",P:"C1CCN(*)C1*",W:"*[C@@H](Cc1c2ccccc2n([H])c1)*",I:"CC[C@H](C)[C@H](*)*",M:"CSCCC(*)*",T:"CC(O)C(*)*"},o.AAFullNames={Ala:"A",Arg:"R",Asn:"N",Asp:"D",Cys:"C",Gln:"Q",Glu:"E",Gly:"G",His:"H",Ile:"I",Leu:"L",Lys:"K",Met:"M",Phe:"F",Pro:"P",Ser:"S",Thr:"T",Trp:"W",Tyr:"Y",Val:"V"}},7228:(t,e,s)=>{"use strict";s.d(e,{JN:()=>h,PF:()=>m,Qx:()=>u,Xk:()=>c,Z:()=>l,eD:()=>a});var n=s(976),i=s(4469),o=s(1047),r=(s(499),s(8457));function a(t){return t.every((t=>"object"==typeof t&&Object.values(o.pn).every((e=>e in t&&"string"==typeof t[e]))))}function l(t){function e(t){const e=new RegExp("\\[r\\]","g");let s=0;return t.replace(e,(t=>(++s,`[${s}*]`)))}const s=[];return t.forEach((t=>{const i={...o.zh};Object.entries(o.pn).forEach((([e,s])=>{const n=t[s];i[e]=n}));let r="smiles";const a=t[o.pn[r]],l=e(a).replace("[1*]","[H:1]").replace("[2*]","[OH:2]");i[r]=l,r="rgroups",i[r]=o.Ei,r="molfile";const c=e(a),h=n.chem.convert(c,n.chem.Notation.Smiles,n.chem.Notation.MolBlock);i[r]=h.replace("M ISO","M RGP"),s.push(i)})),console.log("resultLib:",s),s}function c(t){const e=[];for(let s=0;s<t.rowCount;s++){const n={};Object.keys(o.K4).forEach((e=>{if("symbol"===e){const i=t.get(o.K4[e],s);n[e]="."===i?t.get(o.At,s):i}else if("rgroups"===e){const i=t.get(o.K4[e],s).split("\n"),r=[];i.forEach((t=>{const e={},s=t.substring(t.lastIndexOf("]")+1),n=t.match(/\[R(\d+)\]/)[1];e.capGroupSmiles="H"===s?`[*:${n}][H]`:`O[*:${n}]`,e.alternateId="H"===s?`R${n}-H`:`R${n}-OH`,e.capGroupName="H"===s?"H":"OH",e.label=`R${n}`,r.push(e)})),n[e]=r}else o.K4[e]&&(n[e]=t.get(o.K4[e],s))})),e.push(n)}return e}async function h(){const t=n.Func.find({package:"Bio",name:"getMonomerLibHelper"});if(0===t.length)throw new Error('Package "Bio" must be installed for MonomerLibHelper.');return(await t[0].prepare().call()).getOutputParamValue()}async function u(t,e){t instanceof n.Column&&(t=(0,r.O)(t).columns.toList());const s=(await h()).getBioLib(),o=new Array(t.length),a=t[0].length,l=new Float32Array(a);for(let r=0;r<t.length;++r){const c=e[r],h=s.getMonomer("PEPTIDE",c)?.smiles??"",u=t[r],m=u.getRawData(),d=u.categories,g=d.indexOf("");if(o[r]={categories:d,data:m,emptyIndex:g},void 0===c)continue;const p=n.Column.fromStrings("smiles",d.map((t=>s.getMonomer("PEPTIDE",t)?.smiles??""))),f=(n.DataFrame.fromColumns([p]),(await i.chem.getSimilarities(p,h)).getRawData());for(let t=0;t<a;++t){const e=m[t];l[t]+=""!==c&&e!==g?f[e]:""===c&&e===g?1:0}}for(let s=0;s<l.length;++s){let i=l[s]/e.length;for(let r=0;r<t.length;++r){const t=o[r];if(r>=e.length&&t.data[s]!==t.emptyIndex||t.data[s]===t.emptyIndex&&r<e.length){i=n.FLOAT_NULL;break}}l[s]=i}return n.Column.fromFloat32Array("Similarity",l)}async function m(t){const e=(await h()).getBioLib(),s=[],o={},r=t.map((t=>e.getMonomer("PEPTIDE",t)?.smiles??"")),a=n.Column.fromStrings("smiles",r);for(let e=0;e<r.length;++e){o[t[e]]=e;const n=r[e],l=""===n?new Array(r.length).fill(0):(await i.chem.getSimilarities(a,n)).getRawData();l[e]=1,s[e]=Array.from(l)}return{scoringMatrix:s,alphabetIndexes:o}}},8601:(t,e,s)=>{"use strict";s.d(e,{i0:()=>m});var n=s(4469),i=s(976),o=s(6414),r=s.n(o),a=s(1821),l=s(499);const c={V2K_RGP_SHIFT:8,V2K_RGP_LINE:"M RGP",V2K_A_LINE:"A ",V3K_COUNTS_SHIFT:14,V3K_IDX_SHIFT:7,V3K_HEADER_FIRST_LINE:"\nDatagrok macromolecule handler\n\n",V3K_HEADER_SECOND_LINE:" 0 0 0 0 0 0 999 V3000\n",V3K_BEGIN_CTAB_BLOCK:"M V30 BEGIN CTAB\n",V3K_END_CTAB_BLOCK:"M V30 END CTAB\n",V3K_BEGIN_COUNTS_LINE:"M V30 COUNTS ",V3K_COUNTS_LINE_ENDING:" 0 0 0\n",V3K_BEGIN_ATOM_BLOCK:"M V30 BEGIN ATOM\n",V3K_END_ATOM_BLOCK:"M V30 END ATOM\n",V3K_BEGIN_BOND_BLOCK:"M V30 BEGIN BOND\n",V3K_END_BOND_BLOCK:"M V30 END BOND\n",V3K_BOND_CONFIG:" CFG:",V3K_BEGIN_DATA_LINE:"M V30 ",V3K_END:"M END",PRECISION_FACTOR:1e4,DEOXYRIBOSE:"d",RIBOSE:"r",PHOSPHATE:"p",OXYGEN:"O",HYDROGEN:"H"};var h=s(1047);function u(t){return Math.round(c.PRECISION_FACTOR*t)/c.PRECISION_FACTOR}async function m(t,e,o){if(0===i.Func.find({package:"Chem",name:"getRdKitModule"}).length)return{col:null,warnings:['Transformation to atomic level requires the package "Chem" installed.']};if(e.semType!==i.SEMTYPE.MACROMOLECULE)return{col:null,warnings:[`Only the ${i.SEMTYPE.MACROMOLECULE} columns can be converted to atomic level, the chosen column has semType '${e.semType}'`]};let u=e;const m=l.Cn.getOrCreate(e);m.isHelm()&&(u=m.convert(a.r2.SEPARATOR,"."),u.name=e.name);const g=l.Cn.getOrCreate(u).alphabet;let p;if("PT"===g||"UN"===g)p="PEPTIDE";else{if("RNA"!==g&&"DNA"!==g)return{col:null,warnings:[`Unexpected column's '${u.name}' alphabet '${g}'.`]};p="RNA"}const f=function(t){const e=t.length,s=new Array(e),n=l.Cn.getOrCreate(t).getSplitter();for(let i=0;i<e;++i){const e=t.get(i);s[i]=e?r()(n(e)).filter((t=>""!==t)).toArray():[]}return s}(u),y=await async function(t,e,s,i){const o=function(t,e,s){const n=new Map;for(const i of t.getMonomerSymbolsByType(e)){const o=t.getMonomer(e,i);if("RNA"===e&&("Branch"===o.monomerType||"DNA"===s&&o.symbol===c.DEOXYRIBOSE||"RNA"===s&&o.symbol===c.RIBOSE||o.symbol===c.PHOSPHATE)||"PEPTIDE"===e&&"Branch"!==o.monomerType){const t={};h.rx.forEach((e=>{t[e]=o[e]})),n.set(o.symbol,t)}}return n}(e,s,i),r=new Map,a=await n.functions.call("Chem:getRdKitModule"),l={value:null};if("RNA"===s){const t="RNA"===i?[c.RIBOSE,c.PHOSPHATE]:[c.DEOXYRIBOSE,c.PHOSPHATE];for(const e of t)d(r,e,o,a,s,l)}for(let e=0;e<t.length;++e){const n=t[e];for(const t of n)if(""!==t)try{d(r,t,o,a,s,l)}catch(e){const s=e instanceof Error?e.message:e.toString(),n=e instanceof Error?e.stack:void 0;throw console.error(`bio lib: getMonomersDictFromLib() sym='${t}', error:\n${s}\n${n}`),new Error(`Can't get monomer '${t}' from library: ${s}`)}}return r}(f,o,p,g),w=u.length,{molfileList:b,molfileWarningList:T}=await async function(t,e,n,i,o){const r=Math.max(navigator.hardwareConcurrency-2,1),a=new Array(r).fill(null).map((()=>new Worker(new URL(s.p+s.u(79),s.b)))),l=o/r;let c=[],h=[];const u=new Array(r);for(let s=0;s<r;s++){const c=Math.floor(s*l),h=s===r-1?o:Math.floor((s+1)*l);a[s].postMessage({monomerSequencesArray:t,monomersDict:e,alphabet:n,polymerType:i,start:c,end:h}),u[s]=new Promise((t=>{a[s].onmessage=({data:{molfileList:e,molfileWarningList:s}})=>{t({molfileList:e,molfileWarningList:s})}}))}return(await Promise.all(u)).forEach((t=>{c=c.concat(...t.molfileList),h=h.concat(...t.molfileWarningList)})),setTimeout((()=>{a.forEach((t=>{t.terminate()}))}),0),{molfileList:c,molfileWarningList:h}}(f,y,g,p,w);if(T.length>.05*w)throw new Error("Too many errors getting molfiles.");const C=`molfile(${u.name})`,A=t.columns.getUnusedName(C),S=i.Column.fromStrings(A,b);return S.semType=i.SEMTYPE.MOLECULE,S.setTag(i.TAGS.UNITS,i.UNITS.Molecule.MOLBLOCK),{col:S,warnings:T}}function d(t,e,s,n,i,o){if(!t.has(e)){const r=function(t,e,s,n,i){if(e.has(t)){const o=e.get(t),r=function(t){const e=[];for(const s of t){let t=s.capGroupSmiles;t||(t=s.capGroupSMILES),t=t.replace(/(\[|\]|\*|:|\d)/g,""),e.push(t)}return e}(o.rgroups),a=function(t){const e=new Map;let s=t.indexOf(c.V2K_A_LINE,0),n=s;for(;-1!==s;){n=t.indexOf("\n",s);const i=parseInt(t.substring(s,n).replace(/^A\s+/,""));s=t.indexOf("R",n),n=t.indexOf("\n",s);const o=parseInt(t.substring(s,n).replace(/^R/,""));e.set(i,o),s=t.indexOf(c.V2K_A_LINE,n)}for(s=t.indexOf(c.V2K_RGP_LINE,0),n=t.indexOf("\n",s);-1!==s;){s+=c.V2K_RGP_SHIFT,n=t.indexOf("\n",s);const i=t.substring(s,n).replaceAll(/\s+/g," ").split(" ").map((t=>parseInt(t))).slice(1);for(let t=0;t<i.length;t+=2){if(e.has(i[t])&&e.get(i[t])!==i[t+1])throw new Error(`r-group index ${i[t]} has already been added with a different value`);e.set(i[t],i[t+1])}s=t.indexOf(c.V2K_RGP_LINE,n)}return e}(o.molfile),l=function(t,e){const s=e.get_mol(t),n=s.get_v3Kmolblock();return s.delete(),n}(function(t){let e=t.indexOf(c.V2K_A_LINE,0);-1===e&&(e=t.indexOf(c.V2K_RGP_LINE));const s=t.indexOf(c.V3K_END,e);return t.substring(0,e)+t.substring(s)}(o.molfile),s),h=function(t){let e=(t=t.replaceAll("\r","")).indexOf(c.V3K_BEGIN_COUNTS_LINE)+c.V3K_COUNTS_SHIFT,s=t.indexOf(" ",e+1);const n=parseInt(t.substring(e,s));return e=s+1,s=t.indexOf(" ",e+1),{atomCount:n,bondCount:parseInt(t.substring(e,s))}}(l),m=function(t,e){const s=new Array(e),n=new Float32Array(e),i=new Float32Array(e),o=new Array(e);let r=t.indexOf(c.V3K_BEGIN_ATOM_BLOCK);r=t.indexOf("\n",r);let a=r;for(let l=0;l<e;l++){r=t.indexOf(c.V3K_BEGIN_DATA_LINE,r)+c.V3K_IDX_SHIFT,a=t.indexOf(" ",r),r=a+1,a=t.indexOf(" ",r),s[l]=t.substring(r,a);const e=new Array(2);for(let s=0;s<2;++s)r=a+1,a=t.indexOf(" ",r),e[s]=parseFloat(t.substring(r,a));n[l]=e[0],i[l]=e[1],r=a,a=t.indexOf("\n",r)+1,o[l]=t.slice(r,a),r=a}return{atomTypes:s,x:n,y:i,kwargs:o}}(l,h.atomCount),d=function(t,e){const s=new Uint32Array(e),n=new Array(e),i=new Map,o=new Map;let r=t.indexOf(c.V3K_BEGIN_BOND_BLOCK);r=t.indexOf("\n",r);let a=r;for(let l=0;l<e;++l){const e=new Array(3);r=t.indexOf(c.V3K_BEGIN_DATA_LINE,a)+c.V3K_IDX_SHIFT,a=t.indexOf(" ",r);for(let s=0;s<3;++s)r=a+1,a=Math.min(t.indexOf("\n",r),t.indexOf(" ",r)),e[s]=parseInt(t.slice(r,a));s[l]=e[0],n[l]=e.slice(1);const h=t.indexOf("\n",r);let u=t.slice(a,h),m=u.indexOf(c.V3K_BOND_CONFIG);if(-1!==m){m=u.indexOf("=",m)+1;let t=u.indexOf(" ",m);-1===t&&(t=u.length);const e=parseInt(u.slice(m,t));i.set(l,e);const s=c.V3K_BOND_CONFIG+e.toString();u=u.replace(s,"")}u||o.set(l,u)}return{bondTypes:s,atomPairs:n,bondConfiguration:i,kwargs:o}}(l,h.bondCount),y={atoms:m,bonds:d,meta:g(m,d,r,a)};return"PEPTIDE"===n?function(t){const e=t.meta.terminalNodes[0]-1,s=t.meta.rNodes[0]-1,n=t.atoms.x,i=t.atoms.y;S(t,-n[e],-i[e]);const o=T(n[s],i[s]);C(t.atoms,-o),n[t.meta.rNodes[1]-1]<0&&function(t){A(t,!1)}(t);const r=function(t){const e=function(t){const e=new Map;for(const s of t.bonds.atomPairs)for(let t=0;t<2;t++){const n=s[t],i=s[(t+1)%2];e.has(n)?e.get(n)?.push(i):e.set(n,new Array(1).fill(i))}return e}(t);let s=0,n=0;for(;0===s;){const i=e.get(t.meta.terminalNodes[1])[n];t.atoms.atomTypes[i-1]===c.OXYGEN&&i!==t.meta.rNodes[1]&&(s=i),n++}return s}(t);!function(t,e){t.atoms.y[t.meta.rNodes[1]-1]<0&&t.atoms.y[e-1]<0&&(function(t){A(t,!0)}(t),C(t.atoms,-function(t,e){return T(t,e)+Math.PI/2}(t.atoms.x[t.meta.terminalNodes[1]-1],t.atoms.y[t.meta.terminalNodes[1]-1])))}(t,r),function(t,e){const s=t.atoms.x;s[t.meta.rNodes[1]-1]>s[e-1]&&function(t,e,s){const n=e-1,i=s-1,o=t.atoms.x,r=t.atoms.y,a=o[n],l=r[n];o[n]=o[i],r[n]=r[i],o[i]=a,r[i]=l}(t,e,t.meta.rNodes[1])}(t,r)}(y):t===c.RIBOSE||t===c.DEOXYRIBOSE?function(t,e){const s=t.atoms.x,n=t.atoms.y;let i=t.meta.terminalNodes[0]-1;const o=t.meta.rNodes[1]-1;S(t,-s[i],-n[i]);const r=T(s[o],n[o]);C(t.atoms,3*Math.PI/2-r),e.value=function(t){const e=t.atoms.x,s=t.atoms.y,n=t.meta.rNodes[2]-1,i=t.meta.terminalNodes[2]-1,o=e[n]-e[i],r=s[n]-s[i];return Math.atan(r/o)+Math.PI/2}(t),i=t.meta.terminalNodes[0]-1,S(t,-s[i],-n[i])}(y,i):t===c.PHOSPHATE?function(t){const e=t.meta.terminalNodes[0]-1,s=t.meta.rNodes[0]-1,n=t.atoms.x,i=t.atoms.y;S(t,-n[e],-i[e]);const o=T(n[s],i[s]);C(t.atoms,Math.PI/2-o)}(y):function(t,e){const s=t.atoms.x,n=t.atoms.y,i=t.meta.terminalNodes[0]-1,o=t.meta.rNodes[0]-1;S(t,-s[i],-n[i]);const r=T(s[o],n[o]),a=e.value;if(!a)throw new Error("The value of sugarBranchToOYAngle is null");C(t.atoms,Math.PI-r+a);const l=function(t,e){return u(Math.sqrt((t.x-e.x)**2+(t.y-e.y)**2))}({x:s[t.meta.rNodes[0]-1],y:n[t.meta.rNodes[0]-1]},{x:s[t.meta.terminalNodes[0]-1],y:n[t.meta.terminalNodes[0]-1]});if(1!=l)for(let t=0;t<s.length;++t)s[t]=u(s[t]/l),n[t]=u(n[t]/l)}(y,i),function(t,e,s){"PEPTIDE"===t?(f(e,t),w(e,e.meta.rNodes[1])):s===c.RIBOSE||s===c.DEOXYRIBOSE?(w(e,e.meta.rNodes[1]),e.meta.rNodes[1]=e.meta.terminalNodes[1],p(e.bonds,e.meta),f(e,t),w(e,e.meta.rNodes[1]),w(e,e.meta.rNodes[0]),w(e,e.meta.rNodes[2])):s===c.PHOSPHATE&&(e.meta.terminalNodes[0]=e.meta.rNodes[0],S(e,-e.atoms.x[e.meta.terminalNodes[0]-1],-e.atoms.y[e.meta.terminalNodes[0]-1]),f(e,t),w(e,e.meta.rNodes[1]))}(n,y,t),function(t){let e=0;for(;e<t.atoms.atomTypes.length;)t.atoms.atomTypes[e]===c.HYDROGEN&&(w(t,e+1),--e),++e}(y),y}return null}(e,s,n,i,o);if(!r)throw new Error(`Monomer with symbol '${e}' is absent the monomer library`);t.set(e,r)}}function g(t,e,s,n){const i={backboneShift:null,branchShift:null,terminalNodes:[],rNodes:[]};return function(t,e,s){for(const[n,i]of s)t.atomTypes[n-1]=e[i-1]}(t,s,n),function(t,e){e.rNodes=Array.from(t.keys());for(let s=0;s<e.rNodes.length;s++)for(const n of[1,2])if(t.get(e.rNodes[s])===n){const t=e.rNodes[n-1];e.rNodes[n-1]=e.rNodes[s],e.rNodes[s]=t}}(n,i),p(e,i),i}function p(t,e){const s=e.rNodes;e.terminalNodes=new Array(s.length).fill(0);const n=e.terminalNodes,i=t.atomPairs;let o=0,r=0;for(;o<i.length&&r<n.length;){for(let t=0;t<n.length;++t)for(let e=0;e<2;++e)i[o][e]===s[t]&&(n[t]=i[o][(e+1)%2],s.length,++r);++o}}function f(t,e){t.meta.rNodes.length>1&&(t.meta.backboneShift=y(t,t.meta.rNodes[1]-1,t.meta.terminalNodes[0]-1)),"RNA"===e&&t.meta.rNodes.length>2&&(t.meta.branchShift=y(t,t.meta.rNodes[2]-1,t.meta.terminalNodes[0]-1))}function y(t,e,s){return[u(t.atoms.x[e]-t.atoms.x[s]),u(t.atoms.y[e]-t.atoms.y[s])]}function w(t,e){if(void 0!==e){const s=e-1,n=t.atoms,i=t.bonds,o=t.meta;n.atomTypes.splice(s,1),n.x=b(Float32Array,n.x,s,1),n.y=b(Float32Array,n.y,s,1),n.kwargs.splice(s,1);for(let t=0;t<o.terminalNodes.length;++t)o.terminalNodes[t]>e?--o.terminalNodes[t]:o.terminalNodes[t]===e&&(o.terminalNodes[t]=-1);for(let t=0;t<o.rNodes.length;++t)o.rNodes[t]>e?--o.rNodes[t]:o.rNodes[t]===e&&(o.rNodes[t]=-1);let r=0;for(;r<i.atomPairs.length;){const t=i.atomPairs[r][0],s=i.atomPairs[r][1];t===e||s===e?(i.atomPairs.splice(r,1),i.bondTypes=b(Uint32Array,i.bondTypes,r,1),i.bondConfiguration.has(r)&&i.bondConfiguration.delete(r),i.kwargs.has(r)&&i.kwargs.delete(r),--r):(i.atomPairs[r][0]=t>e?t-1:t,i.atomPairs[r][1]=s>e?s-1:s),++r}let a=Array.from(i.bondConfiguration.keys());a.forEach((t=>{if(i.bondConfiguration.has(t)&&t>s){const e=i.bondConfiguration.get(t);i.bondConfiguration.delete(t),i.bondConfiguration.set(t-1,e)}})),a=Array.from(i.kwargs.keys()),a.forEach((t=>{if(i.kwargs.has(t)&&t>s){const e=i.kwargs.get(t);i.kwargs.delete(t),i.kwargs.set(t-1,e)}}))}}function b(t,e,s,n){const i=new t(e.length-n);let o=0,r=0;for(;o<e.length;)o===s&&(o+=n),i[r]=e[o],++r,++o;return i}function T(t,e){let s;if(0===t)s=e>0?0:Math.PI;else if(0===e)s=t>0?-Math.PI/2:Math.PI/2;else{const n=e/t,i=Math.atan(n);s=t<0?Math.PI/2+i:-Math.PI/2+i}return s}function C(t,e){if(0!==e){const s=t.x,n=t.y,i=Math.cos(e),o=Math.sin(e);for(let t=0;t<s.length;++t){const e=s[t];s[t]=u(e*i-n[t]*o),n[t]=u(e*o+n[t]*i)}}}function A(t,e){if(e){const e=t.atoms.y;for(let t=0;t<e.length;t++)e[t]=-e[t]}else{const e=t.atoms.x;for(let t=0;t<e.length;t++)e[t]=-e[t]}const s=t.bonds.bondConfiguration;for(const[t,e]of s){const n=1===e?3:1;s.set(t,n)}}function S(t,e,s){const n=t.atoms.x,i=t.atoms.y;for(let t=0;t<n.length;++t)n[t]=u(n[t]+e),void 0!==s&&(i[t]=u(i[t]+s))}},6137:(t,e,s)=>{"use strict";s.d(e,{J:()=>i,V:()=>o});var n=s(9976);class i extends n.B{static get Chromatogram(){return void 0===this.chromatogram&&(this.chromatogram=new i({A:"green",C:"blue",G:"black",T:"red",U:"red",others:"gray"})),this.chromatogram}}class o{}o.SemType="Nucleotides",o.SemTypeMultipleAlignment="NucleotidesMultipleAlignment",o.Names={A:"Adenine",C:"Cytosine",G:"Guanine",T:"Thymine",U:"Uracil"}},9976:(t,e,s)=>{"use strict";s.d(e,{B:()=>n});class n{static makePalette(t,e=!1,s=n){const i={};return t.forEach((t=>{const s=t[0],n=t[1];s.forEach(((t,s)=>{i[t]=this.colourPalette[n][e?0:s]}))})),new s(i)}constructor(t){this._palette=t}get(t){return this._palette[t]}}n.undefinedColor="rgb(100,100,100)",n.colourPalette={orange:["rgb(255,187,120)","rgb(245,167,100)","rgb(235,137,70)","rgb(205, 111, 71)"],all_green:["rgb(44,160,44)","rgb(74,160,74)","rgb(23,103,57)","rgb(30,110,96)","rgb(60,131,95)","rgb(24,110,79)","rgb(152,223,138)","rgb(182, 223, 138)","rgb(152, 193, 138)"],all_blue:["rgb(31,119,180)","rgb(23,190,207)","rgb(122, 102, 189)","rgb(158,218,229)","rgb(141, 124, 217)","rgb(31, 120, 150)"],magenta:["rgb(162,106,192)","rgb(197,165,224)","rgb(208,113,218)"],red:["rgb(214,39,40)","rgb(255,152,150)"],st_blue:["rgb(23,190,207)","rgb(158,218,229)","rgb(31,119,180)"],dark_blue:["rgb(31,119,180)","rgb(31, 120, 150)"],light_blue:["rgb(23,190,207)","rgb(158,218,229)","rgb(108, 218, 229)","rgb(23,190,227)"],lilac_blue:["rgb(124,102,211)","rgb(149,134,217)","rgb(97, 81, 150)"],dark_green:["rgb(23,103,57)","rgb(30,110,96)","rgb(60,131,95)","rgb(24,110,79)"],green:["rgb(44,160,44)","rgb(74,160,74)"],light_green:["rgb(152,223,138)","rgb(182, 223, 138)","rgb(152, 193, 138)"],st_green:["rgb(44,160,44)","rgb(152,223,138)","rgb(39, 174, 96)","rgb(74,160,74)"],pink:["rgb(247,182,210)"],brown:["rgb(140,86,75)","rgb(102, 62, 54)"],gray:["rgb(127,127,127)","rgb(199,199,199)","rgb(196,156,148)","rgb(222, 222, 180)"],yellow:["rgb(188,189,34)"],white:["rgb(230,230,230)"]}},7331:(t,e,s)=>{"use strict";s.d(e,{UE:()=>c,kQ:()=>r});var n=s(976),i=s(9976);class o{static hashCode(t){let e=0;if(0===t.length)return e;for(let s=0;s<t.length;s++)e=(e<<5)-e+t.charCodeAt(s),e|=0;return e}}class r{}class a extends r{get(t){return"#666666"}}class l extends r{static buildPalette(){return[].concat(...Object.values(i.B.colourPalette))}get(t){const e=o.hashCode(t)%l.palette.length;return function(t){if(null==t)return"rgb(100,100,100)";const e=n.Color.fromHtml(t),s=n.Color.g(e),i=n.Color.r(e),o=n.Color.b(e),r=Math.sqrt(Math.pow(0-i,2)+Math.pow(0-s,2)+Math.pow(0-o,2));return r>210?`rgb(${i/r*210},${s/r*210},${o/r*210})`:n.Color.toRgb(e)}(l.palette[e])}}l.palette=l.buildPalette();class c extends i.B{static get Gray(){return void 0===this.gray&&(this.gray=new a),this.gray}static get Color(){return void 0===this.color&&(this.color=new l),this.color}}},9611:(t,e,s)=>{"use strict";s.d(e,{A:()=>c});var n=s(4469),i=s(976),o=s(6414),r=s.n(o),a=s(8447);const l={DNA:"RNA",RNA:"RNA",PT:"PEPTIDE",UN:"PEPTIDE"};class c{get updated(){return this._updated}constructor(t,e,s){this.grid=t,this.col=e,this.propsProvider=s,this._monomerLengthList=null,this.separatorWidth=5,this._updated=!1,this._monomerLengthMap={},this._monomerStructureMap={},this.subs=[],this._splitter=(0,a.Mj)(this.col),this.props=this.propsProvider(),this._rowsProcessed=i.BitSet.create(this.col.length),this.grid&&(this.subs.push(e.dataFrame.onDataChanged.subscribe((()=>{this.props=this.propsProvider(),this._monomerLengthList=null,this._rowsProcessed=i.BitSet.create(this.col.length)}))),this.subs.push(n.events.onViewRemoved.subscribe((t=>{this.grid?.view?.id===t.id&&this.destroy()}))))}destroy(){for(const t of this.subs)t.unsubscribe()}getCellMonomerLengths(t){const e=this.props.unitsHandler.isMsa()?this.getCellMonomerLengthsForSeqMsa():this.getCellMonomerLengthsForSeq(t),s=new Array(e.length+1);s[0]=5;for(let t=1;t<s.length;t++)s[t]=s[t-1]+e[t-1];return[e,s]}getCellMonomerLengthsForSeq(t){null===this._monomerLengthList&&(this._monomerLengthList=new Array(this.col.length).fill(null),this._updated=!0);let e=this._monomerLengthList[t];if(null===e){const s=this.getSeqMonList(t);e=this._monomerLengthList[t]=new Array(s.length);for(const[t,n]of r().enumerate(s)){const s=this.props.monomerToShort(t,this.props.monomerLengthLimit),i=(this.props.unitsHandler.isSeparator()?this.separatorWidth:this.props.separatorWidth)+s.length*this.props.monomerCharWidth;e[n]=i}this._updated=!0}return e}getCellMonomerLengthsForSeqMsa(){var t;null===this._monomerLengthList&&(this._monomerLengthList=new Array(1).fill(null),this._updated=!0),(t=this._monomerLengthList)[0]??(t[0]=new Array(0));const e=this._monomerLengthList[0],s=Math.max(Math.floor((this.grid?.vertScroll.min??0)-10),0),n=Math.min(Math.ceil((this.grid?.vertScroll.max??0)+10),this.col.length);for(let t=s;t<n;t++){if(this._rowsProcessed.get(t))continue;const s=this.getSeqMonList(t);s.length>e.length&&e.push(...new Array(s.length-e.length).fill(0));for(const[t,n]of r().enumerate(s)){const s=this.props.monomerToShort(t,this.props.monomerLengthLimit),i=this.props.separatorWidth+s.length*this.props.monomerCharWidth;e[n]=Math.max(e[n]??0,i)}this._updated=!0}return e}getPosition(t,e){const[s,n]=this.getCellMonomerLengths(t),i=this.col.get(t),o=r()(this._splitter(i)).toArray();if(0===o.length)return null;let a=100,l=null,c=o.length,h=!1,u=0;if(n[0]<=e&&e<n.slice(-1)[0])for(;!h;)if(u=Math.floor((c+(l??0))/2),e>=n[u]&&e<=n[u+1]?(l=u,h=!0):e<n[u]?c=u-1:e>n[u+1]&&(l=u+1),l==c&&(h=!0),--a<=0)throw new Error(`Get position for pointer x = ${e} searching has not converged on ${JSON.stringify(n)}. `);return l}getSeqMonList(t){const e=this.col.get(t);return e?r()(this._splitter(e)).toArray():[]}getMonomer(t){const e=this.props.unitsHandler.alphabet??"UN",s=l[e];return this.props.monomerLib?.getMonomer(s,t)??null}setMonomerLengthLimit(t){this.props.monomerLengthLimit=t,this._updated=!0}setSeparatorWidth(t){this.props.separatorWidth=t,this._updated=!0}isMsa(){return this.props.unitsHandler.isMsa()}}},1047:(t,e,s)=>{"use strict";s.d(e,{$3:()=>c,At:()=>i,Ei:()=>r,K4:()=>a,pU:()=>h,pn:()=>o,rx:()=>n,zh:()=>l});const n=["symbol","molfile","rgroups","name"],i="MonomerName",o={symbol:"Short Name",name:"Medium Name",smiles:"SMILES"},r=[{capGroupSmiles:"[*:1][H]",alternateId:"R1-H",capGroupName:"H",label:"R1"},{capGroupSmiles:"O[*:2]",alternateId:"R2-OH",capGroupName:"OH",label:"R2"}],a={monomerType:null,smiles:null,name:"MonomerName",author:null,molfile:"molecule",naturalAnalog:"MonomerNaturalAnalogCode",rgroups:"MonomerCaps",createDate:null,id:null,polymerType:"MonomerType",symbol:"MonomerCode"},l={monomerType:"Backbone",smiles:"",name:"",author:"Datagrok",molfile:"",naturalAnalog:"",rgroups:[],createDate:null,id:0,polymerType:"PEPTIDE",symbol:""},c="p",h=new RegExp(`[rd]\\((\\w)\\)${c}?`,"g")},5226:(t,e,s)=>{"use strict";s.d(e,{i:()=>r});var n=s(976),i=s(499),o=s(1821);class r{get descriptionsArray(){return this._descriptionsArray}get sequencesArray(){return this._sequencesArray}parseMacromolecule(t,e){return this._fileContent.slice(t,e).split(/\s/).join("")}parseColumns(){const t=/^>(.*)$/gm;let e,s=0;for(;e=t.exec(this._fileContent);){const n=this._fileContent.substring(e.index+1,t.lastIndex);this._descriptionsArray.push(n),0!==s&&this._sequencesArray.push(this.parseMacromolecule(s,e.index)),s=t.lastIndex+1}this._sequencesArray.push(this.parseMacromolecule(s,-1))}importFasta(){const t=n.Column.fromStrings("description",this.descriptionsArray),e=n.Column.fromStrings("sequence",this.sequencesArray);return e.semType=n.SEMTYPE.MACROMOLECULE,e.setTag(n.TAGS.UNITS,o.r2.FASTA),i.Cn.getOrCreate(e),[n.DataFrame.fromColumns([t,e])]}constructor(t){this._descriptionsArray=[],this._sequencesArray=[],this._fileContent=t,this.parseColumns()}}},1821:(t,e,s)=>{"use strict";s.d(e,{BM:()=>r,CI:()=>o,XS:()=>l,r2:()=>n,se:()=>a});var n,i=s(6286);!function(t){t.FASTA="fasta",t.SEPARATOR="separator",t.HELM="helm"}(n||(n={}));const o=", ",r=/(?:\[([A-Za-z0-9_\-,()]+)\])|([A-Za-z\-])/g,a=new class{constructor(){this.fasta={peptide:new Set(["G","L","Y","S","E","Q","D","N","F","A","K","R","H","C","V","P","W","I","M","T"]),dna:new Set(["A","C","G","T"]),rna:new Set(["A","C","G","U"])}}},l=[new i.L("PT",a.fasta.peptide,.5),new i.L("DNA",a.fasta.dna,.55),new i.L("RNA",a.fasta.rna,.55)]},8447:(t,e,s)=>{"use strict";s.d(e,{CI:()=>n.CI,GU:()=>i.GU,KX:()=>i.KX,Mj:()=>i.Mj,XS:()=>n.XS,dQ:()=>i.dQ,gM:()=>i.gM,gP:()=>i.gP,kB:()=>i.kB,py:()=>i.py,r2:()=>n.r2,up:()=>i.up});var n=s(1821),i=s(585)},6286:(t,e,s)=>{"use strict";s.d(e,{L:()=>n,d:()=>i});class n{constructor(t,e,s){this.name=t,this.alphabet=e,this.cutoff=s}}class i extends n{constructor(t,e,s){super(t.name,t.alphabet,t.cutoff),this.freq=e,this.similarity=s}}},585:(t,e,s)=>{"use strict";s.d(e,{Ar:()=>y,FJ:()=>f,GU:()=>E,KX:()=>v,Mj:()=>A,dQ:()=>L,gM:()=>M,gP:()=>T,jY:()=>g,kB:()=>p,py:()=>_,up:()=>I,vU:()=>C,w4:()=>N});var n=s(976),i=s(6414),o=s.n(i),r=s(6286),a=s(1821),l=s(499),c=s(3659),h=s(850),u=s(2012),m=s(6137),d=s(7331);function g(t,e,s){return t.categories,function(t,e){const s={};let n=!0,i=null;for(const o of t)if(null==i?i=o.length:o.length!==i&&(n=!1),o.length>=e)for(const t of o)t in s||(s[t]=0),s[t]+=1;return{freq:s,sameLength:n}}(o()(t.getRawData()).map((e=>s(t.categories[e]))),e)}function p(t){return o()(t.toString().matchAll(a.BM)).map((t=>t[2]??t[1])).toArray()}function f(t){return t||[]}function y(t,e=undefined){return s=>s?s.split(t,e):[]}const w=/(PEPTIDE1|DNA1|RNA1)\{([^}]+)}/g,b=/\[([^\[\]]+)]/g;function T(t){w.lastIndex=0;const e=w.exec(t.toString()),s=e?e[2]:null;return(s?s.split("."):[]).map((t=>{b.lastIndex=0;const e=b.exec(t);return e&&e.length>=2?e[1]:t}))}function C(t,e,s=undefined){if(t.toLowerCase().startsWith(a.r2.FASTA))return p;if(t.toLowerCase().startsWith(a.r2.SEPARATOR))return y(e,s);if(t.toLowerCase().startsWith(a.r2.HELM))return T;throw new Error(`Unexpected units ${t} .`)}function A(t){return l.Cn.getOrCreate(t).getSplitter()}const S=/([^\W_]+)/g;function E(t,e){if(t.length<=e)return t;const s=t.match(S),n=t.length>e||(s?.length??0)>1,i=s?.[0]??" ";return n?i.substring(0,e-1)+"…":i}function M(t){switch(t){case"DNA":return a.se.fasta.dna;case"RNA":return a.se.fasta.rna;case"PT":return a.se.fasta.peptide;default:throw new Error(`Unsupported alphabet '${t}'.`)}}function v(t,e,s="-"){const n=new Set([...new Set(Object.keys(t)),...e]);n.delete(s);const i=[],o=[];for(const s of n)i.push(s in t?t[s]:0),o.push(e.has(s)?1:0);const r=new c.OW(i),a=new c.OW(o);return(0,h.MA)(r,a)/((0,h.$G)(r)*(0,h.$G)(a))}function N(t,e,s="-"){const n=e.map((e=>{const n=v(t,e.alphabet,s);return new r.d(e,t,n)}));let i;const o=Math.max(...n.map((t=>t.similarity>t.cutoff?t.similarity:-1)));return i=o>0?n.find((t=>t.similarity===o)).name:"UN",i}function L(t,e=5){let s;return s=t.semType==n.SEMTYPE.MACROMOLECULE?l.Cn.getOrCreate(t).alphabet:N(g(t,e,p).freq,a.XS),_(s)}function _(t){switch(t){case"PT":return u.f.GrokGroups;case"DNA":case"RNA":return m.J.Chromatogram;default:return d.UE.Color}}function I(t){const e=t.columns.bySemTypeAll(n.SEMTYPE.MACROMOLECULE);let s=e.find((t=>{const e=t.getTag(n.TAGS.UNITS);return!!e&&-1!==e.indexOf("MSA")}))??null;return!s&&e.length>0&&(s=e[0]),s}},8457:(t,e,s)=>{"use strict";s.d(e,{O:()=>a});var n=s(976),i=s(6414),o=s.n(i),r=s(585);function a(t){const e=(0,r.Mj)(t),s=t=>{const e=l.columns.addNewString((t+1).toString());return i.push(e),e},i=[],a=t.length,l=n.DataFrame.create(a);for(let n=0;n<a;++n){const r=t.get(n);if(null==r)continue;const a=e(r);for(const[t,e]of o().enumerate(a))((i[e]??null)||s(e)).set(n,t||"-",!1)}return l}},499:(t,e,s)=>{"use strict";s.d(e,{Cn:()=>d,_9:()=>m});var n=s(976),i=s(6414),o=s.n(i),r=s(8447),a=s(585),l=s(489),c=s(7228),h=s(1047);const u=new class{constructor(){this.uhTemp=`units-handler.${n.SEMTYPE.MACROMOLECULE}`}},m={[r.r2.FASTA]:"-",[r.r2.SEPARATOR]:"",[r.r2.HELM]:"*"};class d{static setUnitsToFastaColumn(t){if(t.column.semType!==n.SEMTYPE.MACROMOLECULE||t.column.getTag(n.TAGS.UNITS)!==r.r2.FASTA)throw new Error(`The column of notation '${r.r2.FASTA}' must be '${n.SEMTYPE.MACROMOLECULE}'.`);t.column.setTag(n.TAGS.UNITS,r.r2.FASTA),d.setTags(t)}static setUnitsToSeparatorColumn(t,e){if(t.column.semType!==n.SEMTYPE.MACROMOLECULE||t.column.getTag(n.TAGS.UNITS)!==r.r2.SEPARATOR)throw new Error(`The column of notation '${r.r2.SEPARATOR}' must be '${n.SEMTYPE.MACROMOLECULE}'.`);if(!e)throw new Error(`The column of notation '${r.r2.SEPARATOR}' must have the separator tag.`);t.column.setTag(n.TAGS.UNITS,r.r2.SEPARATOR),t.column.setTag("separator",e),d.setTags(t)}static setUnitsToHelmColumn(t){if(t.column.semType!==n.SEMTYPE.MACROMOLECULE)throw new Error(`The column of notation '${r.r2.HELM}' must be '${n.SEMTYPE.MACROMOLECULE}'`);t.column.setTag(n.TAGS.UNITS,r.r2.HELM),d.setTags(t)}static setTags(t){const e=t.column.getTag(n.TAGS.UNITS),s=t.stats;if(Object.keys(s.freq).some((t=>t.length>1)),[r.r2.FASTA,r.r2.SEPARATOR].includes(e)){if(!t.column.getTag("alphabet")&&0===Object.keys(s.freq).length)throw new Error("Alphabet is empty and not annotated.");let e=t.column.getTag("aligned");null===e&&(e=s.sameLength?"SEQ.MSA":"SEQ",t.column.setTag("aligned",e));let n=t.column.getTag("alphabet");if(null===n&&(n=(0,a.w4)(s.freq,r.XS),t.column.setTag("alphabet",n)),"UN"===n){const e=Object.keys(s.freq).length,n=Object.keys(s.freq).some((t=>t.length>1));t.column.setTag(".alphabetSize",e.toString()),t.column.setTag(".alphabetIsMultichar",n?"true":"false")}}}get column(){return this._column}get units(){return this._units}get notation(){return this._notation}get defaultGapSymbol(){return this._defaultGapSymbol}get separator(){const t=this.column.getTag("separator")??void 0;if(this.notation===r.r2.SEPARATOR&&void 0===t)throw new Error(`Separator is mandatory for column '${this.column.name}' of notation '${this.notation}'.`);return t}get aligned(){const t=this.column.getTag("aligned");if(!t&&(this.isFasta()||this.isSeparator()))throw new Error("Tag aligned not set");return t}get alphabet(){const t=this.column.getTag("alphabet");if(!t&&(this.isFasta()||this.isSeparator()))throw new Error("Tag alphabet not set");return t}get helmCompatible(){return this.column.getTag(".isHelmCompatible")}getAlphabetSize(){if(this.notation==r.r2.HELM||"UN"==this.alphabet){const t=this.column.getTag(".alphabetSize");let e;if(t)e=parseInt(t);else{const t=this.stats;e=Object.keys(t.freq).length}return e}switch(this.alphabet){case"PT":return 20;case"DNA":case"RNA":return 4;case"NT":return console.warn("Unexpected alphabet 'NT'."),4;default:throw new Error(`Unexpected alphabet '${this.alphabet}'.`)}}getAlphabetIsMultichar(){return this.notation===r.r2.HELM||"UN"===this.alphabet&&"true"===this.column.getTag(".alphabetIsMultichar")}get splitted(){if(null===this._splitted){const t=this.getSplitter(),e=this._column.length;this._splitted=new Array(e);const s=this._column.getRawData(),n=this._column.categories;for(let i=0;i<e;i++){const e=n[s[i]];this._splitted[i]=t(e)}}return this._splitted}get stats(){if(null===this._stats){const t={};let e=!0,s=null;for(const n of this.splitted){null==s?s=n.length:n.length!==s&&(e=!1);for(const e of n)e in t||(t[e]=0),t[e]+=1}this._stats={freq:t,sameLength:e}}return this._stats}get maxLength(){return null===this._maxLength&&(this._maxLength=0===this.splitted.length?0:Math.max(...this.splitted.map((t=>t.length)))),this._maxLength}get posList(){if(null===this._posList){const t=this.column.getTag(".positionNames");this._posList=t?t.split(r.CI).map((t=>t.trim())):o().count(1).take(this.maxLength).map((t=>t.toString())).toArray()}return this._posList}isFasta(){return this.notation===r.r2.FASTA}isSeparator(){return this.notation===r.r2.SEPARATOR}isHelm(){return this.notation===r.r2.HELM}isRna(){return"RNA"===this.alphabet}isDna(){return"DNA"===this.alphabet}isPeptide(){return"PT"===this.alphabet}isMsa(){return!!this.aligned&&this.aligned.toUpperCase().includes("MSA")}isHelmCompatible(){return"true"===this.helmCompatible}isGap(t){return!t||this.units===r.r2.FASTA&&t===m[r.r2.FASTA]||this.units===r.r2.HELM&&t===m[r.r2.HELM]}getNotation(){if(this.units.toLowerCase().startsWith(r.r2.FASTA))return r.r2.FASTA;if(this.units.toLowerCase().startsWith(r.r2.SEPARATOR))return r.r2.SEPARATOR;if(this.units.toLowerCase().startsWith(r.r2.HELM))return r.r2.HELM;throw new Error(`Column '${this.column.name}' has unexpected notation '${this.units}'.`)}getHelmWrappers(){return[this.isDna()||this.isRna()||this.isHelmCompatible()?"RNA1{":"PEPTIDE1{",this.isDna()?"d(":this.isRna()?"r(":"",this.isDna()||this.isRna()?")p":"","}$$$$"]}getNewColumn(t,e){const s=this.column,i=s.length,o=t.toLowerCase()+"("+s.name+")",a=s.dataFrame.columns.getUnusedName(o),l=n.Column.fromList("string",a,new Array(i).fill(""));if(l.semType=n.SEMTYPE.MACROMOLECULE,l.setTag(n.TAGS.UNITS,t),t===r.r2.SEPARATOR){if(!e)throw new Error(`Notation '${r.r2.SEPARATOR}' requires separator value.`);l.setTag("separator",e)}l.setTag(n.TAGS.CELL_RENDERER,"Macromolecule");const c=s.getTag("aligned");c&&l.setTag("aligned",c);const h=s.getTag("alphabet");null!=h&&l.setTag("alphabet",h);let u=s.getTag(".alphabetSize");null!=h&&u&&l.setTag(".alphabetSize",u);const m=s.getTag(".alphabetIsMultichar");return null!=h&&void 0!==m&&l.setTag(".alphabetIsMultichar",m),t==r.r2.HELM&&(u=this.getAlphabetSize().toString(),l.setTag(".alphabetSize",u)),l}static getNewColumn(t){const e=d.getOrCreate(t),s=e.notation;return e.getNewColumn(s)}static unitsStringIsValid(t){return t=t.toLowerCase(),[r.r2.FASTA,r.r2.SEPARATOR,r.r2.HELM].some((e=>t.startsWith(e.toLowerCase())))}static getNewColumnFromParams(t,e,s){if(!d.unitsStringIsValid(s))throw new Error("Invalid format of 'units' parameter");const i=n.Column.fromList("string",e,new Array(t).fill(""));return i.semType=n.SEMTYPE.MACROMOLECULE,i.setTag(n.TAGS.UNITS,s),i}getSplitter(t){if(this.units.toLowerCase().startsWith(r.r2.FASTA))return null===this.column.getTag("alphabet")||this.getAlphabetIsMultichar()?a.kB:a.FJ;if(this.units.toLowerCase().startsWith(r.r2.SEPARATOR))return(0,a.Ar)(this.separator,t);if(this.units.toLowerCase().startsWith(r.r2.HELM))return a.gP;throw new Error(`Unexpected units ${this.units} .`)}getDistanceFunctionName(){if(!this.isFasta())throw new Error("Only FASTA notation is supported");return this.isMsa()?l.U.HAMMING:(this.alphabet,l.U.LEVENSHTEIN)}getDistanceFunction(){return l.o[this.getDistanceFunctionName()]()}async checkHelmCompatibility(){if(this.column.tags.has(".isHelmCompatible"))return"true"===this.column.getTag(".isHelmCompatible");const t=(await(0,c.JN)()).getBioLib().getMonomerSymbolsByType("PEPTIDE".toString()),e=new Set(t),s=(0,a.Ar)(this.separator);for(const t of this.column.categories){const n=s(t);for(const t of n)if(!e.has(t))return this.column.setTag(".isHelmCompatible","false"),!1}return this.column.setTag(".isHelmCompatible","true"),!0}get splitter(){return null===this._splitter&&(this._splitter=(0,a.Mj)(this.column)),this._splitter}toFasta(t){return t===r.r2.FASTA}toSeparator(t){return t===r.r2.SEPARATOR}toHelm(t){return t===r.r2.HELM}convertHelmToFastaSeparator(t,e,s,n){n||(n=this.toFasta(e)?m[r.r2.FASTA]:m[r.r2.SEPARATOR]),s||(s=this.toFasta(e)?"":this.separator);const i=t.startsWith("RNA"),o=this.splitter(t),a=[];for(let t=0;t<o.length;t++){let s=o[t];if(i&&(s=s.replace(h.pU,"")),s===m[r.r2.HELM])a.push(n);else if(this.toFasta(e)&&s.length>1){const t="["+s+"]";a.push(t)}else a.push(s)}return a.join(s)}convert(t,e){const s=this.getConverter(t,e),n=this.getNewColumn(t,e);return n.init((t=>s(this.column.get(t)))),n}getRegion(t,e,s){const n=this.getNewColumn(this.notation,this.separator);n.name=s,Math.max(...this.splitted.map((t=>t.length)));const i=t??0,o=e??this.maxLength-1,a=this.getJoiner(),l=o-i+1;n.init((t=>{const e=this.splitted[t],s=new Array(l);for(let t=0;t<l;++t){const n=i+t;s[t]=n<e.length?e[n]:m[this.notation]}return a(s)}));const c=t=>{const e=t.split(",").map((t=>t.trim())),s=new Array(l);for(let t=0;t<l;++t){const n=i+t;s[t]=n<e.length?e[n]:"?"}return s.join(r.CI)},h=this.column.getTag(".positionNames");h&&n.setTag(".positionNames",c(h));const u=this.column.getTag(".positionLabels");return u&&n.setTag(".positionLabels",c(u)),n}getJoiner(){const t=this;if(this.notation===r.r2.FASTA)return function(e){return g(t,e)};if(this.notation===r.r2.SEPARATOR)return function(e){return p(t,e,t.separator)};if(this.notation===r.r2.HELM){const e="DNA"===t.alphabet||"RNA"===t.alphabet;return function(s){return f(t,s,e)}}throw new Error}getConverter(t,e=undefined){if(t===r.r2.SEPARATOR&&!e)throw new Error(`Target separator is not specified for target units '${r.r2.SEPARATOR}'.`);const s=this;if(t===r.r2.FASTA)return function(t){return function(t,e){const s=t.isHelm()?y(t,e):t.getSplitter()(e);return g(t,s)}(s,t)};if(t===r.r2.HELM)return function(t){return function(t,e){const s=e.startsWith("DNA")||e.startsWith("RNA"),n=t.getSplitter()(e);return f(t,n,s)}(s,t)};if(t===r.r2.SEPARATOR)return function(t){return function(t,e,s){const n=t.isHelm()?y(t,e):t.getSplitter()(e);return p(t,n,s)}(s,t,e)};throw new Error}constructor(t){if(this._splitter=null,this._splitted=null,this._stats=null,this._maxLength=null,this._posList=null,t.type!=n.TYPE.STRING)throw new Error(`Unexpected column type '${t.type}', must be '${n.TYPE.STRING}'.`);this._column=t;const e=this._column.getTag(n.TAGS.UNITS);if(null==e)throw new Error("Units are not specified in column");if(this._units=e,this._notation=this.getNotation(),this._defaultGapSymbol=this.isFasta()?m[r.r2.FASTA]:this.isHelm()?m[r.r2.HELM]:m[r.r2.SEPARATOR],!this.column.tags.has("aligned")||!this.column.tags.has("alphabet")||!this.column.tags.has(".alphabetIsMultichar")&&!this.isHelm()&&"UN"===this.alphabet)if(this.isFasta())d.setUnitsToFastaColumn(this);else if(this.isSeparator()){const e=t.getTag("separator");d.setUnitsToSeparatorColumn(this,e)}else{if(!this.isHelm())throw new Error(`Unexpected units '${this.column.getTag(n.TAGS.UNITS)}'.`);d.setUnitsToHelmColumn(this)}if(!this.column.tags.has(".alphabetIsMultichar"))if(this.isHelm())this.column.setTag(".alphabetIsMultichar","true");else if(["UN"].includes(this.alphabet))throw new Error(`For column '${this.column.name}' of alphabet '${this.alphabet}' tag '.alphabetIsMultichar' is mandatory.`)}static getOrCreate(t){return u.uhTemp in t.temp||(t.temp[u.uhTemp]=new d(t)),t.temp[u.uhTemp]}}function g(t,e){const s=new Array(e.length);for(const[n,i]of o().enumerate(e)){let o=n;t.isHelm()&&(o=n.replace(h.pU,"$1")),t.isGap(o)?o=m[r.r2.FASTA]:o.length>1&&(o="["+e[i]+"]"),s[i]=o}return s.join("")}function p(t,e,s){const n=new Array(e.length);for(const[s,i]of o().enumerate(e)){let e=s;t.isGap(e)&&(e=m[r.r2.SEPARATOR]),n[i]=e}return n.map((t=>t??"")).join(s)}function f(t,e,s){const[n,i,a,l]=t.getHelmWrappers();return`${n}${o()(e).map((e=>{let n=e;return n=t.isGap(n)?m[r.r2.HELM]:s?n.replace(h.pU,"$1"):1==e.length?`${i}${e}${a}`:`${i}[${e}]${a}`,n})).toArray().join(".")}${l}`}function y(t,e){const s=t.getSplitter()(e),n=new Array(s.length),i=e.startsWith("DNA"),r=e.startsWith("RNA");for(const[t,e]of o().enumerate(s)){let s=t;(i||r)&&(s=s.replace(h.pU,"$1"),s=s===h.$3?null:s),n[e]=s}return n.filter((t=>null!==t))}},9298:(t,e,s)=>{"use strict";s.d(e,{Ct:()=>l,DX:()=>n,ES:()=>i,dE:()=>a,iD:()=>r,vS:()=>h,vw:()=>o});var n,i,o,r,a,l,c=s(976);!function(t){t.tooltipWebLogo=".tooltipWebLogo"}(n||(n={})),function(t){t.Entropy="Entropy",t.full="100%"}(i||(i={})),function(t){t.TOP="top",t.MIDDLE="middle",t.BOTTOM="bottom"}(o||(o={})),function(t){t.LEFT="left",t.CENTER="center",t.RIGHT="right"}(r||(r={})),function(t){t.AUTO="auto",t.ON="on",t.OFF="off"}(a||(a={})),function(t){t.Filtered="Filtered",t.Selected="Selected"}(l||(l={}));const h=new class{constructor(){this.sequenceColumnName=null,this.valueAggrType=c.AGG.TOTAL_COUNT,this.valueColumnName="Activity",this.startPositionName=null,this.endPositionName=null,this.skipEmptySequences=!0,this.skipEmptyPositions=!1,this.shrinkEmptyTail=!0,this.backgroundColor=4294967295,this.positionHeight=i.Entropy,this.positionWidth=16,this.verticalAlignment=o.MIDDLE,this.horizontalAlignment=r.CENTER,this.fixWidth=!1,this.fitArea=!0,this.minHeight=50,this.maxHeight=100,this.showPositionLabels=!0,this.positionMarginState=a.AUTO,this.positionMargin=0,this.filterSource=l.Filtered}}},922:(t,e,s)=>{"use strict";s.d(e,{_:()=>l});class n{constructor(t){this.init(t)}init(t){this.fileContent=t.replace(/\r/g,""),this._atomCount=void 0,this._atomTypes=void 0,this._bondCount=void 0,this._bondTypes=void 0,this.xyzAtomCoordinates=void 0,this._pairsOfBondedAtoms=void 0}get atomCount(){return void 0===this._atomCount&&this.setAtomAndBondCounts(),this._atomCount}get bondCount(){return void 0===this._bondCount&&this.setAtomAndBondCounts(),this._bondCount}get x(){var t;return null!==(t=this.xyzAtomCoordinates)&&void 0!==t||(this.xyzAtomCoordinates=this.parseAtomCoordinates()),this.xyzAtomCoordinates.x}get y(){var t;return null!==(t=this.xyzAtomCoordinates)&&void 0!==t||(this.xyzAtomCoordinates=this.parseAtomCoordinates()),this.xyzAtomCoordinates.y}get z(){var t;return null!==(t=this.xyzAtomCoordinates)&&void 0!==t||(this.xyzAtomCoordinates=this.parseAtomCoordinates()),this.xyzAtomCoordinates.z}get atomTypes(){var t;return null!==(t=this._atomTypes)&&void 0!==t||(this._atomTypes=this.parseAtomTypes()),this._atomTypes}get pairsOfBondedAtoms(){var t;return null!==(t=this._pairsOfBondedAtoms)&&void 0!==t||(this._pairsOfBondedAtoms=this.parseBondedAtomPairs()),this._pairsOfBondedAtoms}get bondTypes(){var t;return null!==(t=this._bondTypes)&&void 0!==t||(this._bondTypes=this.parseBondTypes()),this._bondTypes}setAtomAndBondCounts(){const{atomCount:t,bondCount:e}=this.parseAtomAndBondCounts();this._atomCount=t,this._bondCount=e}getNextColumnIdx(t){for(;!this.isWhitespace(t);)++t;for(;this.isWhitespace(t);)++t;return t}shiftIdxToSpecifiedColumn(t,e){let s=t;const n=this.isWhitespace(s)?e:e-1;for(let t=0;t<n;t++)s=this.getNextColumnIdx(s);return s}parseAtomTypes(){const t=this.atomCount,e=new Array(t);let s=this.getAtomBlockIdx();for(let n=0;n<t;n++)s=this.shiftIdxToAtomType(s),e[n]=this.parseAtomType(s),s=this.getNextLineIdx(s);return e}parseAtomCoordinates(){const t=new Float32Array(this.atomCount),e=new Float32Array(this.atomCount),s=new Float32Array(this.atomCount);let n=this.getAtomBlockIdx();for(let i=0;i<this.atomCount;i++){n=this.shiftIdxToXColumn(n);for(const o of[t,e,s])o[i]=this.parseFloatValue(n),n=this.getNextColumnIdx(n);n=this.getNextLineIdx(n)}return{x:t,y:e,z:s}}parseBondedAtomPairs(){const t=new Array(this.bondCount);let e=this.getBondBlockIdx();for(let s=0;s<this.bondCount;s++){e=this.shiftIdxToBondedAtomsPair(e);const n=new Uint16Array(2);n[0]=this.parseIntValue(e),e=this.getNextColumnIdx(e),n[1]=this.parseIntValue(e),t[s]=n,e=this.getNextLineIdx(e)}return t}parseBondTypes(){const t=this.bondCount,e=new Uint16Array(t);let s=this.getBondBlockIdx();for(let n=0;n<t;n++)s=this.shiftIdxToBondType(s),e[n]=this.parseIntValue(s),s=this.getNextLineIdx(s);return e}isWhitespace(t){const e=this.fileContent[t];return" "===e||"\t"===e}getNextLineIdx(t){return"\n"!==this.fileContent[t]?this.fileContent.indexOf("\n",t)+1:t+1}parseFloatValue(t){return this.parseNumericValue(parseFloat,t)}parseIntValue(t){return this.parseNumericValue(parseInt,t)}parseNumericValue(t,e){let s=e+1;for(;!this.isWhitespace(s);)++s;return t(this.fileContent.substring(e,s))}}class i extends n{constructor(t){super(t),this.init(t)}init(t){super.init(t)}parseAtomType(t){let e=t,s=e;return this.isQuote(e)?(s=this.getNextIdenticalChar(e),e++):s=this.fileContent.indexOf(" ",s),this.fileContent.substring(e,s)}isQuote(t){const e=this.fileContent[t].charCodeAt(0);return 39===e||34===e}getNextIdenticalChar(t){const e=this.fileContent[t];return e?this.fileContent.indexOf(e,t+1):-1}isQuery(){return this.isQueryOrFragment(((t,e)=>{return 39===t||34===t||76===t&&!((s=this.fileContent.charCodeAt(e+1))>64&&s<91||s>96&&s<123);var s}))}isFragment(){return this.isQueryOrFragment((t=>82===t||42===t))}isQueryOrFragment(t){const e=this.atomCount;let s=this.getAtomBlockIdx();for(let n=0;n<e;n++){if(s=this.shiftIdxToAtomType(s),t(this.fileContent.charCodeAt(s),s))return!0;s=this.getNextLineIdx(s)}return!1}}var o;!function(t){t.HEADER="V2000",t[t.NUM_OF_HEADER_LINES=3]="NUM_OF_HEADER_LINES",t[t.NUM_OF_COUNTS_DIGITS=3]="NUM_OF_COUNTS_DIGITS",t[t.ATOM_TYPE_COL=4]="ATOM_TYPE_COL",t[t.FIRST_BONDED_ATOM_COL=1]="FIRST_BONDED_ATOM_COL",t[t.BOND_TYPE_COL=3]="BOND_TYPE_COL",t[t.RGP_SHIFT=8]="RGP_SHIFT",t.RGP_LINE="M RGP",t.A_LINE="A ",t.END="M END"}(o||(o={}));class r extends i{constructor(t){super(t)}static validate(t){return-1!==t.indexOf(o.HEADER)&&-1!==t.indexOf(o.END)}shiftIdxToAtomType(t){return this.shiftIdxToSpecifiedColumn(t,o.ATOM_TYPE_COL)}getCountsLineIdx(){let t=0;for(let e=0;e<o.NUM_OF_HEADER_LINES;++e)t=this.getNextLineIdx(t);return t}getAtomBlockIdx(){let t=this.getCountsLineIdx();return t=this.getNextLineIdx(t),t}shiftIdxToXColumn(t){return this.getNextColumnIdx(t)}shiftIdxToBondedAtomsPair(t){return this.shiftIdxToSpecifiedColumn(t,o.FIRST_BONDED_ATOM_COL)}shiftIdxToBondType(t){return this.shiftIdxToSpecifiedColumn(t,o.BOND_TYPE_COL)}getBondBlockIdx(){let t=this.getAtomBlockIdx();for(let e=0;e<this.atomCount;e++)t=this.getNextLineIdx(t);return t}parseAtomAndBondCounts(){let t=this.getCountsLineIdx(),e=t+o.NUM_OF_COUNTS_DIGITS;const s=parseInt(this.fileContent.substring(t,e));return t=e,e+=o.NUM_OF_COUNTS_DIGITS,{atomCount:s,bondCount:parseInt(this.fileContent.substring(t,e))}}}class a extends i{constructor(t){super(t),this.init(t)}shiftIdxToAtomType(t){return this.shiftIdxToSpecifiedColumn(t,4)}getCountsLineIdx(){return this.fileContent.indexOf("M V30 COUNTS ")}getAtomBlockIdx(){let t=this.fileContent.indexOf("M V30 BEGIN ATOM");return t=this.getNextLineIdx(t),t}shiftIdxToXColumn(t){let e=this.shiftIdxToAtomType(t);return this.isQuote(e)?(e=this.getNextIdenticalChar(e),e=this.getNextColumnIdx(e),e):this.shiftIdxToSpecifiedColumn(t,5)}shiftIdxToBondedAtomsPair(t){return this.shiftIdxToSpecifiedColumn(t,5)}shiftIdxToBondType(t){return this.shiftIdxToSpecifiedColumn(t,4)}getBondBlockIdx(){return this.getNextLineIdx(this.fileContent.indexOf("M V30 BEGIN BOND"))}static validate(t){return-1!==t.indexOf("V3000")&&-1!==t.indexOf("M END")}parseAtomAndBondCounts(){let t=this.fileContent.indexOf("M V30 COUNTS ")+14,e=this.fileContent.indexOf(" ",t+1);const s=parseInt(this.fileContent.substring(t,e));return t=e+1,e=this.fileContent.indexOf(" ",t+1),{atomCount:s,bondCount:parseInt(this.fileContent.substring(t,e))}}}class l{constructor(){}static getInstance(t){if(r.validate(t))return new r(t);if(a.validate(t))return new a(t);throw new Error("Malformed molfile")}}},2669:(t,e,s)=>{"use strict";s.d(e,{m:()=>n});class n{constructor(t=!0,e=!0){const n=navigator.hardwareConcurrency;this._workerCount=t?Math.max(n-2,1):1,this._workers=new Array(this._workerCount).fill(null).map((()=>new Worker(new URL(s.p+s.u(868),s.b)))),this._terminateOnComplete=e}async calc(t,e,s=!0,n){return new Promise((async(i,o)=>{try{const o=t.length,r=new Array(this._workerCount),a=o*(o-1)/2;this._workerCount=Math.min(this._workerCount,a);const l=a/this._workerCount,c=new Float32Array(a);let h=0,u=1,m=0,d=Number.MIN_VALUE;for(let s=0;s<this._workerCount;s++){const i=Math.floor(s*l),g=s===this._workerCount-1?a:Math.floor((s+1)*l),p=h,f=u;s!==this._workerCount-1&&(h=o-2-Math.floor(Math.sqrt(-8*g+4*o*(o-1)-7)/2-.5),u=g-o*h+Math.floor((h+1)*(h+2)/2)),this._workers[s].postMessage({values:t,fnName:e,startRow:p,startCol:f,chunckSize:g-i,opts:n}),r[s]=new Promise(((t,e)=>{this._workers[s].onmessage=({data:{error:n,distanceMatrixData:o,min:r,max:a}})=>{this._terminateOnComplete&&this._workers[s].terminate(),n?e(n):(c.set(o,i),r<m&&(m=r),a>d&&(d=a),t())}}))}await Promise.all(r),s&&c.forEach(((t,e)=>{c[e]=(t-m)/(d-m)})),i(c)}catch(t){o(t)}}))}terminate(){this._workers.forEach((t=>t.terminate()))}}},3914:(t,e,s)=>{"use strict";s.d(e,{H:()=>i});var n=s(6814);class i{get data(){return this._data}get size(){return this._size}constructor(t,e){if(null==e){if(null==t)throw new Error("Arguments error: data or size is required.");if(this._data=t,this._size=(1+Math.sqrt(1+8*this._data.length))/2,this._size!=Math.floor(this._size))throw new Error(`Invalid data length ${this._data.length} leads to non integer size ${this._size}`)}else{this._size=e;const s=e*(e-1)/2;if(t){if(t.length!=s)throw new Error(`Invalid data length. Observations size ${e} requires data length ${s}.`);this._data=t}else this._data=new Float32Array(s)}}_linearizeIJ(t,e){if(!(t<e))throw new Error("i must be less than j");return this._size*t+e-Math.floor((t+2)*(t+1)/2)}get(t,e){return t==e?0:t<e?this._data[this._linearizeIJ(t,e)]:this._data[this._linearizeIJ(e,t)]}set(t,e,s){this._data[this._linearizeIJ(t,e)]=s}static calc(t,e){const s=t.length,o=new i(void 0,s);for(let i=0;i<s;i++)for(let r=i+1;r<s;r++)o.set(i,r,(0,n.k)(t[i])||(0,n.k)(t[r])?1:e(t[i],t[r]));return o}square(){for(let t=0;t<this._data.length;t++)this._data[t]=this._data[t]**2}add(t){if(this._size!==t._size)throw new Error(`Matrices must have the same size. This size: ${this._size}, other size: ${t._size}`);for(let e=0;e<this._data.length;e++)this._data[e]+=t._data[e]}sqrt(){for(let t=0;t<this._data.length;t++)this._data[t]=Math.sqrt(this._data[t])}normalize(){let t=0,e=this._data[0];for(let s=0;s<this._data.length;s++)this._data[s]<t&&(t=this._data[s]),this._data[s]>e&&(e=this._data[s]);const s=e-t;for(let n=0;n<this._data.length;n++)this._data[n]=0===s?this._data[n]-t:(this._data[n]-t)/(e-t)}}},6254:(t,e,s)=>{"use strict";function n(t,e){const s=i(e);function n(t,e){const n=Number(t),i=Number(e);return s(n,i)}const o={get:(t,s,i)=>"length"===s?e:new Proxy(t,function(t){return{get:(e,s,i)=>t===s?0:e[Number(t)>Number(s)?n(s,t):n(t,s)]}}(s))};return new Proxy(t,o)}function i(t){return(e,s)=>t*e+s-Math.floor((e+2)*(e+1)/2)}s.d(e,{_:()=>n,y:()=>i})},2590:(t,e,s)=>{"use strict";s.d(e,{_:()=>r});var n=s(5697),i=s(6361),o=s(6814);class r{constructor(){this._workerCount=Math.max(navigator.hardwareConcurrency-2,1)}async calc(t,e,n,i={}){const o=t.length*(t.length-1)/2,r=Math.floor(o/this._workerCount),a=await this.getMinimalThreshold(t,e,i);n<a&&(console.log(`using threshold ${a}`),n=a),i.threshold=n;const l=new Array(this._workerCount),c=new Array(this._workerCount).fill(null).map((()=>new Worker(new URL(s.p+s.u(381),s.b))));for(let s=0;s<this._workerCount;s++)l[s]=new Promise(((a,l)=>{const h=s*r,u=s===this._workerCount-1?o:(s+1)*r;u<=h&&a({i:new Int32Array(0),j:new Int32Array(0),distance:new Float32Array(0),idx:s}),c[s].postMessage({values:t,startIdx:h,endIdx:u,threshold:n,fnName:e,opts:i}),c[s].onmessage=({data:{error:t,i:e,j:n,distance:i}})=>{t?(c[s].terminate(),l(t)):(c[s].terminate(),a({i:e,j:n,distance:i,idx:s}))}}));const h=await Promise.all(l),u=h.reduce(((t,e)=>t+e.i.length),0),m=new Int32Array(u),d=new Int32Array(u),g=new Float32Array(u);let p=0;for(const t of h)m.set(t.i,p),d.set(t.j,p),g.set(t.distance,p),p+=t.i.length;return{i:m,j:d,distance:g}}async getMinimalThreshold(t,e,n={}){const i=new Array(this._workerCount).fill(null).map((()=>new Worker(new URL(s.p+s.u(770),s.b)))),o=t.slice();for(let t=o.length-1;t>0;t--){const e=Math.floor(Math.random()*(t+1));[o[t],o[e]]=[o[e],o[t]]}try{const s=t.length*(t.length-1)/2,r=Math.floor(s/this._workerCount),a=Math.floor(Math.min(s/1e3,1e6)/this._workerCount),l=new Array(this._workerCount);for(let t=0;t<this._workerCount;t++)l[t]=new Promise(((l,c)=>{const h=t*r,u=t===this._workerCount-1?s:(t+1)*r;i[t].postMessage({values:o,startIdx:h,endIdx:u,sampleLength:a,fnName:e,opts:n}),i[t].onmessage=({data:{error:e,distance:s}})=>{i[t].terminate(),e?c(e):l({distance:s})}}));const c=await Promise.all(l),h=c.reduce(((t,e)=>t+e.distance.length),0),u=new Float32Array(h);let m=0;for(const t of c)u.set(t.distance,m),m+=t.distance.length;u.sort();let d=1-u[Math.floor(7e7/s*u.length)];return d=Math.min(Math.max(d,.3),.9),d}catch(t){return i?.forEach((t=>t?.terminate())),console.error(t),.5}}static calcSync(t,e,s,r){const a=[],l=[],c=[];let h=0,u=0,m=0;const d=t.length*(t.length-1)/2;for(;h<d;){const d=(0,o.k)(t[u])||(0,o.k)(t[m])?1:s(t[u],t[m]);(Object.values(i.gk).some((t=>t===e))?(0,n.Om)(d):1-d)>=r&&(a.push(u),l.push(m),c.push(d)),h++,m++,m===t.length&&(u++,m=u+1)}return{i:new Int32Array(a),j:new Int32Array(l),distance:new Float32Array(c)}}}},6814:(t,e,s)=>{"use strict";s.d(e,{k:()=>n});const n=t=>null==t},5697:(t,e,s)=>{"use strict";s.d(e,{Dz:()=>w,FV:()=>c,KR:()=>l,MI:()=>T,NB:()=>g,Om:()=>C,UX:()=>d,WI:()=>m,Zd:()=>u,_h:()=>h,aW:()=>f,bX:()=>S,fX:()=>b,kg:()=>r,s:()=>p,yU:()=>y});var n=s(9657),i=s(1040),o=s(489);i.gk.Tanimoto,i.gk.Dice,i.gk.Asymmetric,i.gk.BraunBlanquet,i.gk.Cosine,i.gk.Kulczynski,i.gk.McConnaughey,i.gk.RogotGoldberg,i.gk.Russel,i.gk.Sokal,i.gk.Hamming,i.gk.Euclidean,i.gk.Tanimoto,i.gk.Dice,i.gk.Asymmetric,i.gk.BraunBlanquet,i.gk.Cosine,i.gk.Kulczynski,i.gk.McConnaughey,i.gk.RogotGoldberg,i.gk.Russel,i.gk.Sokal,i.gk.Hamming,i.gk.Euclidean;const r=[i.gk.Tanimoto,i.gk.Dice,i.gk.Cosine];function a(t,e){const s=t.trueCount()+e.trueCount();if(0==s)return 1;const n=t.andWithCountBits(e,!0);return n/(s-n)}function l(t,e){return A(a(t,e))}function c(t,e){return A(a(new n.Z(t,32*t.length),new n.Z(e,32*e.length)))}function h(t,e){return A(function(t,e){const s=t.trueCount()+e.trueCount();return 0==s?0:2*t.andWithCountBits(e,!0)/s}(t,e))}function u(t,e){return A(function(t,e){const s=t.trueCount()*e.trueCount();return 0==s?0:t.andWithCountBits(e,!0)/Math.sqrt(s)}(t,e))}function m(t,e){return Math.sqrt(t.trueCount()+e.trueCount()-2*t.andWithCountBits(e,!0))}function d(t,e){return t.trueCount()+e.trueCount()-2*t.andWithCountBits(e,!0)}function g(t,e){return A(function(t,e){const s=t.trueCount()+e.trueCount(),n=t.andWithCountBits(e,!0);return n/(2*s-3*n)}(t,e))}function p(t,e){return A(function(t,e){const s=t.trueCount()+e.trueCount(),n=t.trueCount()*e.trueCount();return 0==n?0:t.andWithCountBits(e,!0)*s/(2*n)}(t,e))}function f(t,e){return A(function(t,e){const s=t.trueCount()+e.trueCount(),n=t.trueCount()*e.trueCount();return 0==n?0:(t.andWithCountBits(e,!0)*s-n)/n}(t,e))}function y(t,e){return A(function(t,e){const s=Math.min(t.trueCount(),e.trueCount());return 0==s?0:t.andWithCountBits(e,!0)/s}(t,e))}function w(t,e){return A(function(t,e){const s=Math.max(t.trueCount(),e.trueCount());return 0==s?0:t.andWithCountBits(e,!0)/s}(t,e))}function b(t,e){return A(function(t,e){return 0==t.length?0:t.andWithCountBits(e,!0)/t.length}(t,e))}function T(t,e){return A(function(t,e){const s=t.andWithCountBits(e,!0),n=t.countBits(!0)+e.countBits(!0),i=t.length,o=i-n+s;return s==i||o==i?1:s/n+o/(2*i-n)}(t,e))}function C(t){return 1/(1+t)}function A(t){return 0===t?3402823e32:1/t-1}function S(t,e){return Math.abs(t-e)}i.gk.Tanimoto,i.gk.Asymmetric,i.gk.Cosine,i.gk.Sokal,o.U.HAMMING,o.U.LEVENSHTEIN,o.U.MONOMER_CHEMICAL_DISTANCE},779:(t,e,s)=>{"use strict";function n(t={}){const e=function(){if(!t||!t.scoringMatrix||!t.alphabetIndexes)return(t,e)=>t===e?0:1;if(t.scoringMatrix.length!==Object.keys(t.alphabetIndexes).length)throw new Error("Scoring matrix and alphabet indexes should have the same length");const e=t.alphabetIndexes,s=t.scoringMatrix,n=Math.min(...Object.keys(e).map((t=>t.charCodeAt(0))))+1,i=new Float32Array((s.length+n)*(s.length+n));return Object.entries(e).forEach((([t,n])=>{const o=s[n];Object.entries(e).forEach((([e,n])=>{i[t.charCodeAt(0)*s.length+e.charCodeAt(0)]=o[n]}))})),(t,e)=>i[t.charCodeAt(0)*s.length+e.charCodeAt(0)]}(),s=t?.threshold??0;return(t,n)=>{let i=0;const o=t.length,r=n.length,a=Math.max(o,r)*(1-s);o!==r&&(i=Math.abs(o-r));let l=0;for(let s=0;s<Math.min(o,r);s++)if(t[s]!==n[s]&&(l+=e(t[s],n[s]),l>a))return 1;return l+=i,l/=Math.max(o,r),l}}s.d(e,{j:()=>n})},489:(t,e,s)=>{"use strict";s.d(e,{U:()=>n.U,o:()=>n.o});var n=s(5540)},458:(t,e,s)=>{"use strict";s.d(e,{r:()=>i});var n=s(1811);function i(){return(t,e)=>(0,n.T)(t,e)/Math.max(t.length,e.length)}},5540:(t,e,s)=>{"use strict";s.d(e,{U:()=>n,o:()=>a});var n,i=s(779),o=s(458),r=s(6683);!function(t){t.HAMMING="Hamming",t.LEVENSHTEIN="Levenshtein",t.NEEDLEMANN_WUNSCH="Needlemann-Wunsch",t.MONOMER_CHEMICAL_DISTANCE="Monomer chemical distance"}(n||(n={}));const a={[n.HAMMING]:i.j,[n.LEVENSHTEIN]:o.r,[n.NEEDLEMANN_WUNSCH]:r.n,[n.MONOMER_CHEMICAL_DISTANCE]:i.j}},6683:(t,e,s)=>{"use strict";s.d(e,{n:()=>i});const n={gapOpen:8,gapExtend:2,scoringMatrix:[[4,-1,-2,-2,0,-1,-1,0,-2,-1,-1,-1,-1,-2,-1,1,0,-3,-2,0,-2,-1,0,-4],[-1,5,0,-2,-3,1,0,-2,0,-3,-2,2,-1,-3,-2,-1,-1,-3,-2,-3,-1,0,-1,-4],[-2,0,6,1,-3,0,0,0,1,-3,-3,0,-2,-3,-2,1,0,-4,-2,-3,3,0,-1,-4],[-2,-2,1,6,-3,0,2,-1,-1,-3,-4,-1,-3,-3,-1,0,-1,-4,-3,-3,4,1,-1,-4],[0,-3,-3,-3,9,-3,-4,-3,-3,-1,-1,-3,-1,-2,-3,-1,-1,-2,-2,-1,-3,-3,-2,-4],[-1,1,0,0,-3,5,2,-2,0,-3,-2,1,0,-3,-1,0,-1,-2,-1,-2,0,3,-1,-4],[-1,0,0,2,-4,2,5,-2,0,-3,-3,1,-2,-3,-1,0,-1,-3,-2,-2,1,4,-1,-4],[0,-2,0,-1,-3,-2,-2,6,-2,-4,-4,-2,-3,-3,-2,0,-2,-2,-3,-3,-1,-2,-1,-4],[-2,0,1,-1,-3,0,0,-2,8,-3,-3,-1,-2,-1,-2,-1,-2,-2,2,-3,0,0,-1,-4],[-1,-3,-3,-3,-1,-3,-3,-4,-3,4,2,-3,1,0,-3,-2,-1,-3,-1,3,-3,-3,-1,-4],[-1,-2,-3,-4,-1,-2,-3,-4,-3,2,4,-2,2,0,-3,-2,-1,-2,-1,1,-4,-3,-1,-4],[-1,2,0,-1,-3,1,1,-2,-1,-3,-2,5,-1,-3,-1,0,-1,-3,-2,-2,0,1,-1,-4],[-1,-1,-2,-3,-1,0,-2,-3,-2,1,2,-1,5,0,-2,-1,-1,-1,-1,1,-3,-1,-1,-4],[-2,-3,-3,-3,-2,-3,-3,-3,-1,0,0,-3,0,6,-4,-2,-2,1,3,-1,-3,-3,-1,-4],[-1,-2,-2,-1,-3,-1,-1,-2,-2,-3,-3,-1,-2,-4,7,-1,-1,-4,-3,-2,-2,-1,-2,-4],[1,-1,1,0,-1,0,0,0,-1,-2,-2,0,-1,-2,-1,4,1,-3,-2,-2,0,0,0,-4],[0,-1,0,-1,-1,-1,-1,-2,-2,-1,-1,-1,-1,-2,-1,1,5,-2,-2,0,-1,-1,0,-4],[-3,-3,-4,-4,-2,-2,-3,-2,-2,-3,-2,-3,-1,1,-4,-3,-2,11,2,-3,-4,-3,-2,-4],[-2,-2,-2,-3,-2,-1,-2,-3,2,-1,-1,-2,-1,3,-3,-2,-2,2,7,-1,-3,-2,-1,-4],[0,-3,-3,-3,-1,-2,-2,-3,-3,3,1,-2,1,-1,-2,-2,0,-3,-1,4,-3,-2,-1,-4],[-2,-1,3,4,-3,0,1,-1,0,-3,-4,0,-3,-3,-2,0,-1,-4,-3,-3,4,1,-1,-4],[-1,0,0,1,-3,3,4,-2,0,-3,-3,1,-1,-3,-1,0,-1,-3,-2,-2,1,4,-1,-4],[0,-1,-1,-1,-2,-1,-1,-1,-1,-1,-1,-1,-1,-1,-2,0,0,-2,-1,-1,-1,-1,-1,-4],[-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,1]],alphabetIndexes:{A:0,R:1,N:2,D:3,C:4,Q:5,E:6,G:7,H:8,I:9,L:10,K:11,M:12,F:13,P:14,S:15,T:16,W:17,Y:18,V:19,B:20,Z:21,X:22,"*":23}};function i(t){return(e,s)=>{const{gapOpen:i,gapExtend:o,scoringMatrix:r,alphabetIndexes:a}={...n,...t},l=[new Array(e.length+1).fill(0),new Array(e.length+1).fill(0)],c=new Array(e.length+1).fill(!1),h=new Array(e.length+1).fill(!1);let u=0,m=1;for(let t=1;t<e.length+1;t++)l[0][t]=-i-(t-1)*o;for(let t=1;t<s.length+1;t++){l[m][0]=-i-(t-1)*o;for(let n=1;n<e.length+1;n++){const d=l[u][n-1]+r[a[e[n-1]]][a[s[t-1]]],g=l[u][n]-(c[n]?o:i),p=l[m][n-1]-(h[n-1]?o:i);l[m][n]=Math.max(d,p,g),l[m][n]===d?(c[n]=!1,h[n]=!1):l[m][n]===p?(c[n]=!1,h[n]=!0):(c[n]=!0,h[n]=!1)}u=m,m=(m+1)%2}const d=e.split("").map((t=>r[a[t]][a[t]])).reduce(((t,e)=>t+e),0),g=s.split("").map((t=>r[a[t]][a[t]])).reduce(((t,e)=>t+e),0),p=Math.max(d,g);return(p-l[u][e.length])/p}}},116:(t,e,s)=>{"use strict";var n;s.d(e,{AL:()=>n}),s(7659),s(3659),s(850),s(9006),s(7861),s(9657),s(1729),s(2669),s(3914),s(6254),s(2590),s(952),function(t){t.UMAP="UMAP",t.T_SNE="t-SNE"}(n||(n={}))},9006:(t,e,s)=>{"use strict";s.d(e,{Ek:()=>l,a1:()=>a,nR:()=>c});var n=s(850),i=s(4588),o=s(6254),r=s(2669);class a{constructor(t){this.steps=t?.steps??0,this.cycles=t?.cycles??1e6,this.cutoff=t?.cutoff??0,this.lambda=t?.lambda??2,this.dlambda=t?.dlambda??.01,this.lambda2=this.lambda/2,this.dlambda2=this.dlambda/2,this.epsilon=t?.epsilon??1e-10,this.distanceFunction=t?.distance??n.dP,this.distance=new Float32Array,this.distanceFunctionName=t?.distanceFunctionName}async initDistance(t){this.dmIndexFunct=(0,o.y)(t.length);const e=new r.m(!0,!1);this.distance=await e.calc(t,this.distanceFunctionName),e.terminate()}calcDistance(t,e,s){return this.distance[this.dmIndexFunct(e,s)]}async embed(t){const e=t.length,s=(0,n.kO)(e,a.dimension,40);let o=this.lambda2;0===this.steps&&(this.steps=t.length-1),await this.initDistance(t);for(let r=0;r<this.cycles;++r){for(let r=0;r<this.steps;++r){const r=(0,i.I)(e);let a=(0,i.I)(e);for(;r==a;)a=(0,i.I)(e);const l=s[r],c=s[a],h=this.calcDistance(t,r,a),u=(0,n.dP)(l,c);if(0==this.cutoff||h<=this.cutoff||u<h){const t=o*(h-u)/(u+this.epsilon),e=(0,n.On)(l,c,-1);s[r]=(0,n.On)(l,e,t),s[a]=(0,n.On)(c,e,-t)}}if(o-=this.dlambda2,o<=0)break}return s}}a.dimension=2;class l extends a{async embed(t){const e=t.length,s=(0,n.kO)(e,l.dimension,40);let o=this.lambda;await this.initDistance(t);for(let r=0;r<this.cycles;++r){const r=(0,i.I)(e),a=s[r];for(let i=0;i<e;++i){if(r==i)continue;const e=s[i],l=this.calcDistance(t,r,i),c=(0,n.dP)(a,e);if(0==this.cutoff||l<=this.cutoff||c<l){const t=o*(l-c)/(c+this.epsilon),r=(0,n.On)(a,e,-1);s[i]=(0,n.On)(e,r,-t)}}if(o-=this.dlambda,o<=0)break}return s}}class c extends a{constructor(t){super(t),this.cycles=t?.cycles??1e3,this.steps=t?.steps??1e5,this.radiusPercent=t?.radiusPercent??1,this.maxDistance=t?.maxDistance??null,this.maxDistanceSteps=t?.maxDistanceSteps??null}async embed(t){const e=t.length,s=(0,n.kO)(e,c.dimension,40);if(await this.initDistance(t),null===this.maxDistanceSteps&&(this.maxDistanceSteps=e*Math.floor((e-1)/2)),null===this.maxDistance){this.maxDistance=-1e37;for(let s=0;s<this.maxDistanceSteps;s++){const s=(0,i.I)(e);let n=(0,i.I)(e);for(;s==n;)n=(0,i.I)(e);const o=this.calcDistance(t,s,n);o>this.maxDistance&&(this.maxDistance=o)}}let o=this.lambda;const r=0==this.radiusPercent?this.maxDistance:this.maxDistance*this.radiusPercent;for(let a=0;a<this.cycles;++a){for(let a=0;a<this.steps;++a){const a=(0,i.I)(e);let l=(0,i.I)(e);for(;a==l;)l=(0,i.I)(e);const c=s[a],h=s[l],u=this.calcDistance(t,a,l),m=(0,n.dP)(c,h);if(u<=r||m<u){const t=.5*o*(u-m)/(m+this.epsilon),e=(0,n.On)(c,h,-1);s[a]=(0,n.On)(c,e,t),s[l]=(0,n.On)(h,e,-t)}}if(o-=(this.lambda-this.dlambda)/(this.cycles-1),o<this.dlambda)break}return s}}},1040:(t,e,s)=>{"use strict";var n,i,o,r,a,l;s.d(e,{CF:()=>i,Qe:()=>a,W:()=>n,Yc:()=>l,gd:()=>r,gk:()=>o}),function(t){t.Levenshtein="Levenshtein",t.JaroWinkler="Jaro-Winkler",t.Manhattan="Manhattan"}(n||(n={})),function(t){t.Euclidean="Euclidean"}(i||(i={})),function(t){t.Tanimoto="Tanimoto",t.Dice="Dice",t.Asymmetric="Asymmetric",t.BraunBlanquet="Braun-Blanquet",t.Cosine="Cosine",t.Kulczynski="Kulczynski",t.McConnaughey="Mc-Connaughey",t.RogotGoldberg="Rogot-Goldberg",t.Russel="Russel",t.Sokal="Sokal",t.Hamming="Hamming",t.Euclidean="Euclidean"}(o||(o={})),function(t){t.TanimotoIntArray="TanimotoIntArray"}(r||(r={})),function(t){t.Vector="Vector",t.String="String",t.BitArray="BitArray",t.MacroMolecule="MacroMolecule",t.Number="Number",t.IntArray="IntArray"}(a||(a={})),function(t){t.NumericDistance="NumericDistance"}(l||(l={}))},6361:(t,e,s)=>{"use strict";s.d(e,{gk:()=>n.gk});var n=s(1040);s(7861)},7861:(t,e,s)=>{"use strict";var n=s(1811),i=s(3979),o=s(5697),r=s(850),a=s(489),l=s(1040);const c={[l.CF.Euclidean]:r.dP},h={[l.W.Levenshtein]:n.T,[l.W.JaroWinkler]:i.H$,[l.W.Manhattan]:function(t,e){if(t.length!==e.length)return 1;{let s=0;for(let n=1;n<t.length;n++)s+=t[n]==e[n]?0:1;return s/t.length}}},u={[l.gk.Tanimoto]:o.KR,[l.gk.Dice]:o._h,[l.gk.Asymmetric]:o.yU,[l.gk.BraunBlanquet]:o.Dz,[l.gk.Cosine]:o.Zd,[l.gk.Kulczynski]:o.s,[l.gk.McConnaughey]:o.aW,[l.gk.RogotGoldberg]:o.MI,[l.gk.Russel]:o.fX,[l.gk.Sokal]:o.NB,[l.gk.Hamming]:o.UX,[l.gk.Euclidean]:o.WI},m={[l.gd.TanimotoIntArray]:o.FV},d={[l.Yc.NumericDistance]:o.bX},g={[l.Qe.Vector]:{[l.CF.Euclidean]:c[l.CF.Euclidean]},[l.Qe.String]:{[l.W.Levenshtein]:h[l.W.Levenshtein],[l.W.JaroWinkler]:h[l.W.JaroWinkler],[l.W.Manhattan]:h[l.W.Manhattan]},[l.Qe.BitArray]:{[l.gk.Tanimoto]:u[l.gk.Tanimoto],[l.gk.Dice]:u[l.gk.Dice],[l.gk.Asymmetric]:u[l.gk.Asymmetric],[l.gk.BraunBlanquet]:u[l.gk.BraunBlanquet],[l.gk.Cosine]:u[l.gk.Cosine],[l.gk.Kulczynski]:u[l.gk.Kulczynski],[l.gk.McConnaughey]:u[l.gk.McConnaughey],[l.gk.RogotGoldberg]:u[l.gk.RogotGoldberg],[l.gk.Russel]:u[l.gk.Russel],[l.gk.Sokal]:u[l.gk.Sokal]},[l.Qe.MacroMolecule]:{[a.U.HAMMING]:a.o[a.U.HAMMING],[a.U.LEVENSHTEIN]:a.o[a.U.LEVENSHTEIN],[a.U.NEEDLEMANN_WUNSCH]:a.o[a.U.NEEDLEMANN_WUNSCH],[a.U.MONOMER_CHEMICAL_DISTANCE]:a.o[a.U.MONOMER_CHEMICAL_DISTANCE]},[l.Qe.Number]:{[l.Yc.NumericDistance]:d[l.Yc.NumericDistance]},[l.Qe.IntArray]:{[l.gd.TanimotoIntArray]:m[l.gd.TanimotoIntArray]}};Object.keys(g).reduce(((t,e)=>{for(const s of Object.keys(g[e]))t[s]=e;return t}),{})},6490:(t,e,s)=>{"use strict";s.d(e,{M6:()=>o,SB:()=>l,Sr:()=>a,VA:()=>i,XV:()=>r,oi:()=>c,w5:()=>u});var n=s(9533);function i(t,e){const s=s=>n.cS(t).map((()=>n.VI(e,s))),i=[];return i.push(s(-1)),i.push(s(1/0)),i.push(s(0)),i}function o(t,e,s){const i=n.ll(t);for(let o=0;o<t;o++){let t=!0,r=0;for(;t;){r=n.AH(e,s);let a=!1;for(let t=0;t<o;t++)if(r===i[t]){a=!0;break}a||(t=!1)}i[o]=r}return i}function r(t,e,s,n,i){e=Math.floor(e);const o=t[0][e],r=t[1][e];if(t[2][e],s>=r[0])return 0;for(let t=0;t<o.length;t++)if(n===o[t])return 0;return a(t,e,s,n,i)}function a(t,e,s,n,i){const o=t[0][e],r=t[1][e],a=t[2][e];if(s>=r[0])return 0;r[0]=s,o[0]=n,a[0]=i;let l=0,c=0;for(;;){const e=2*l+1,n=e+1,i=t[0][0].length;if(e>=i)break;if(n>=i){if(!(r[e]>s))break;c=e}else if(r[e]>=r[n]){if(!(s<r[e]))break;c=e}else{if(!(s<r[n]))break;c=n}r[l]=r[c],o[l]=o[c],a[l]=a[c],l=c}return r[l]=s,o[l]=n,a[l]=i,1}function l(t,e,s,o,a){const l=i(e,o);for(let i=0;i<e;i++)for(let e=0;e<s;e++){if(t[0][i][e]<0)continue;const s=t[0][i][e],o=t[2][i][e],c=n.mH(a);r(l,i,c,s,o),r(l,s,c,i,o),t[2][i][e]=0}return l}function c(t){const e=t[0],s=t[1];for(let t=0;t<e.length;t++){const n=e[t],i=s[t];for(let t=0;t<n.length-1;t++){const e=n.length-t-1,s=i.length-t-1,o=n[0];n[0]=n[e],n[e]=o;const r=i[0];i[0]=i[s],i[s]=r,h(i,n,s,0)}}return{indices:e,weights:s}}function h(t,e,s,n){for(;2*n+1<s;){const i=2*n+1,o=i+1;let r=n;if(t[r]<t[i]&&(r=i),o<s&&t[r]<t[o]&&(r=o),r===n)break;{const s=t[n];t[n]=t[r],t[r]=s;const i=e[n];e[n]=e[r],e[r]=i,n=r}}}function u(t,e){const s=t[0][e],n=t[1][e],i=t[2][e];let o=1/0,r=-1;for(let t=0;t>s.length;t++)1===i[t]&&n[t]<o&&(o=n[t],r=t);return r>=0?(i[r]=0,Math.floor(s[r])):-1}},1729:(t,e,s)=>{"use strict";s.d(e,{u:()=>n.uB});var n=s(3585)},952:(t,e,s)=>{"use strict";function n(t,e,s,n,i){function o(t,e,s,n){if(s>t[t.length-1])return;let i=t.length-2;for(i=t.length-2;i>=0&&!(s>t[i]);i--);t.splice(t.length-1,1),t.splice(i+1,0,s),e.splice(e.length-1,1),e.splice(i+1,0,n)}console.time("knnGraph");const r=new Array(i).fill(null).map((()=>new Array(n).fill(1))),a=new Array(i).fill(null).map((()=>new Array(n).fill(1)));for(let n=0;n<t.length;n++)o(a[t[n]],r[t[n]],s[n],e[n]),o(a[e[n]],r[e[n]],s[n],t[n]);return console.timeEnd("knnGraph"),{knnIndexes:r,knnDistances:a}}s.d(e,{J:()=>n})},6802:(t,e,s)=>{"use strict";s.d(e,{$X:()=>l,A7:()=>i,Fv:()=>m,Hp:()=>p,IH:()=>a,NT:()=>r,RH:()=>u,cf:()=>h,gW:()=>c,p4:()=>o});var n=s(9533);class i{constructor(t,e,s,n){if(this.entries=new Map,this.nRows=0,this.nCols=0,t.length!==e.length||t.length!==s.length)throw new Error("rows, cols and values arrays must all have the same length");this.nRows=n[0],this.nCols=n[1];for(let n=0;n<s.length;n++){const i=t[n],o=e[n];this.checkDims(i,o);const r=this.makeKey(i,o);this.entries.set(r,{value:s[n],row:i,col:o})}}makeKey(t,e){return`${t}:${e}`}checkDims(t,e){if(!(t<this.nRows&&e<this.nCols))throw new Error("row and/or col specified outside of matrix dimensions")}set(t,e,s){this.checkDims(t,e);const n=this.makeKey(t,e);this.entries.has(n)?this.entries.get(n).value=s:this.entries.set(n,{value:s,row:t,col:e})}get(t,e,s=0){const n=this.makeKey(t,e);return this.entries.has(n)?this.entries.get(n).value:s}getAll(t=!0){const e=new Array(this.entries.size).fill(null);let s=0;return this.entries.forEach((t=>{e[s++]=t})),t&&e.sort(((t,e)=>t.row===e.row?t.col-e.col:t.row-e.row)),e}getDims(){return[this.nRows,this.nCols]}getRows(){return Array.from(this.entries,(([t,e])=>e.row))}getCols(){return Array.from(this.entries,(([t,e])=>e.col))}getValues(){return Array.from(this.entries,(([t,e])=>e.value))}forEach(t){this.entries.forEach((e=>t(e.value,e.row,e.col)))}map(t){const e=new Float32Array(this.entries.size);let s=0;this.entries.forEach((n=>{e[s++]=t(n.value,n.row,n.col)}));const n=[this.nRows,this.nCols];return new i(this.getRows(),this.getCols(),e,n)}toArray(){const t=n.cS(this.nRows).map((()=>n.ll(this.nCols)));return this.entries.forEach((e=>{t[e.row][e.col]=e.value})),t}}function o(t){const e=t.getRows(),s=t.getCols(),n=t.getValues(),o=s.length,r=new Int32Array(o),a=new Int32Array(o),l=new Float32Array(o);r.set(e),a.set(s),l.set(n);const c=[t.nCols,t.nRows];return new i(a,r,l,c)}function r(t,e){return g(t,e,((t,e)=>t*e))}function a(t,e){return g(t,e,((t,e)=>t+e))}function l(t,e){return g(t,e,((t,e)=>t-e))}function c(t,e){return g(t,e,((t,e)=>t>e?t:e))}function h(t,e){return t.map((t=>t*e))}function u(t){const e=new Set,s=t.getValues(),n=t.getRows(),o=t.getCols();for(let t=0;t<s.length;t++)0===s[t]&&e.add(t);const r=(t,s)=>!e.has(s),a=s.filter(r),l=n.filter(r),c=o.filter(r);return new i(l,c,a,t.getDims())}function m(t,e="l2"){const s=d[e],n=new Map;t.forEach(((t,e,s)=>{const i=n.get(e)||[];i.push(s),n.set(e,i)}));const o=new i([],[],[],t.getDims());for(let e of n.keys()){const i=n.get(e).sort(),r=s(i.map((s=>t.get(e,s))));for(let t=0;t<r.length;t++)o.set(e,i[t],r[t])}return o}const d={max:t=>{let e=-1/0;for(let s=0;s<t.length;s++)e=t[s]>e?t[s]:e;return t.map((t=>t/e))},l1:t=>{let e=0;for(let s=0;s<t.length;s++)e+=t[s];return t.map((t=>t/e))},l2:t=>{let e=0;for(let s=0;s<t.length;s++)e+=t[s]**2;return t.map((t=>Math.sqrt(t**2/e)))}};function g(t,e,s){const n=new Set,o=[],r=[],a=[],l=(n,i)=>{o.push(n),r.push(i);const l=s(t.get(n,i),e.get(n,i));a.push(l)},c=t.getValues(),h=t.getRows(),u=t.getCols();for(let t=0;t<c.length;t++){const e=h[t],s=u[t],i=`${e}:${s}`;n.add(i),l(e,s)}const m=e.getValues(),d=e.getRows(),g=e.getCols();for(let t=0;t<m.length;t++){const e=d[t],s=g[t],i=`${e}:${s}`;n.has(i)||l(e,s)}const p=[t.nRows,t.nCols];return new i(o,r,a,p)}function p(t){const e=[];t.forEach(((t,s,n)=>{e.push({value:t,row:s,col:n})})),e.sort(((t,e)=>t.row===e.row?t.col-e.col:t.row-e.row));const s=[],n=[],i=[];let o=-1;for(let t=0;t<e.length;t++){const{row:r,col:a,value:l}=e[t];r!==o&&(o=r,i.push(t)),s.push(a),n.push(l)}return{indices:s,values:n,indptr:i}}},1595:(t,e,s)=>{"use strict";s.d(e,{WX:()=>a,gK:()=>h,n_:()=>c,vF:()=>l});var n=s(6490),i=s(6802),o=s(4972),r=s(9533);function a(t,e){return function(s,i,o,a=10,l=50,c=.001,h=.5,u=!0){const m=s.length,d=n.VA(s.length,o);for(let i=0;i<s.length;i++){const r=n.M6(o,s.length,e);for(let e=0;e<r.length;e++){const o=t(s[i],s[r[e]]);n.XV(d,i,o,r[e],1),n.XV(d,r[e],o,i,1)}}if(u)for(let e=0;e<i.length;e++)for(let o=0;o<i[e].length&&!(i[e][o]<0);o++)for(let r=o+1;r<i[e].length&&!(i[e][r]<0);r++){const a=t(s[i[e][o]],s[i[e][r]]);n.XV(d,i[e][o],a,i[e][r],1),n.XV(d,i[e][r],a,i[e][o],1)}for(let i=0;i<a;i++){const i=n.SB(d,m,o,l,e);let a=0;for(let o=0;o<m;o++)for(let c=0;c<l;c++){let u=Math.floor(i[0][o][c]);if(!(u<0||r.mH(e)<h))for(let e=0;e<l;e++){const r=Math.floor(i[0][o][e]),l=i[2][o][c],h=i[2][o][e];if(r<0||!l&&!h)continue;const m=t(s[u],s[r]);a+=n.XV(d,u,m,r,1),a+=n.XV(d,r,m,u,1)}}if(a<=c*o*s.length)break}return n.oi(d)}}function l(t){return{initFromRandom:function(e,s,i,o,a){for(let l=0;l<i.length;l++){const c=r.M6(e,s.length,a);for(let e=0;e<c.length;e++){if(c[e]<0)continue;const r=t(s[c[e]],i[l]);n.XV(o,l,r,c[e],1)}}},initFromTree:function(e,s,i,r,a){for(let l=0;l<i.length;l++){const c=o.ii(i[l],e,a);for(let e=0;e<c.length;e++){if(c[e]<0)return;const o=t(s[c[e]],i[l]);n.XV(r,l,o,c[e],1)}}}}}function c(t){return function(e,s,o,r){const{indices:a,indptr:l}=i.Hp(s);for(let s=0;s<r.length;s++){const i=new Set(o[0][s]);for(;;){const c=n.w5(o,s);if(-1===c)break;const h=a.slice(l[c],l[c+1]);for(const a of h){if(a===c||-1===a||i.has(a))continue;const l=t(e[a],r[s]);n.Sr(o,s,l,a,1),i.add(a)}}}return o}}function h(t,e,s,i,o,r,a){const l=n.VA(s.length,i);if(o(i,e,s,l,a),t)for(let n of t)r(n,e,s,l,a);return l}},4972:(t,e,s)=>{"use strict";s.d(e,{HO:()=>h,Zv:()=>o,ii:()=>m});var n=s(9533);class i{constructor(t,e,s,n){this.hyperplanes=t,this.offsets=e,this.children=s,this.indices=n}}function o(t,e,s,o){const h=Math.max(10,e),u=n.w6(s).map(((e,s)=>function(t,e=30,s,i){return r(t,n.w6(t.length),e,s,i)}(t,h,s,o))),m=u.map((t=>function(t,e){const s=l(t),o=c(t),r=n.w6(s).map((()=>t.hyperplane?1:0)),h=n.ll(s),u=n.w6(s).map((()=>[-1,-1])),m=n.w6(o).map((()=>n.w6(e).map((()=>-1))));return a(t,r,h,u,m,0,0),new i(r,h,u,m)}(t,h)));return m}function r(t,e,s=30,i,o){if(e.length>s){const a=function(t,e,s){let i=n.AH(e.length,s),o=n.AH(e.length,s);o+=i===o?1:0,o%=e.length;const r=e[i],a=e[o];let l=0,c=0;c=t[r]-t[a],l-=c*(t[r]+t[a])/2;let h=0,u=0;const m=n.ll(e.length);for(let i=0;i<e.length;i++){let o=l;o+=c*t[e[i]],0===o?(m[i]=n.AH(2,s),0===m[i]?h+=1:u+=1):o>0?(m[i]=0,h+=1):(m[i]=1,u+=1)}const d=n.ll(h),g=n.ll(u);h=0,u=0;for(let t=0;t<m.length;t++)0===m[t]?(d[h]=e[t],h+=1):(g[u]=e[t],u+=1);return{indicesLeft:d,indicesRight:g,hyperplane:c,offset:l}}(t,e,o),{indicesLeft:l,indicesRight:c,hyperplane:h,offset:u}=a;return{leftChild:r(t,l,s,i+1,o),rightChild:r(t,c,s,i+1,o),isLeaf:!1,hyperplane:h,offset:u}}return{indices:e,isLeaf:!0}}function a(t,e,s,n,i,o,r){if(t.isLeaf)return n[o][0]=-r,i[r].splice(0,t.indices.length,...t.indices),{nodeNum:o,leafNum:r+=1};{e[o]=t.hyperplane,s[o]=t.offset,n[o][0]=o+1;const l=o;let c=a(t.leftChild,e,s,n,i,o+1,r);return o=c.nodeNum,r=c.leafNum,n[l][1]=o+1,c=a(t.rightChild,e,s,n,i,o+1,r),{nodeNum:c.nodeNum,leafNum:c.leafNum}}}function l(t){return t.isLeaf?1:1+l(t.leftChild)+l(t.rightChild)}function c(t){return t.isLeaf?1:c(t.leftChild)+c(t.rightChild)}function h(t){if(t.length>0){const e=[];for(let s of t)e.push(...s.indices);return e}return[[-1]]}function u(t,e,s,i){let o=e;return o+=t*s,0===o?n.AH(2,i):o>0?0:1}function m(t,e,s){let n=0;for(;e.children[n][0]>0;)n=0===u(e.hyperplanes[n],e.offsets[n],t,s)?e.children[n][0]:e.children[n][1];const i=-1*e.children[n][0];return e.indices[i]}},3585:(t,e,s)=>{"use strict";s.d(e,{uB:()=>u});var n=s(6490),i=s(6802),o=s(1595),r=s(4972),a=s(9533),l=s(3107);const c=1e-5,h=.001;class u{get neighbors(){return this.nNeighbors}constructor(t={}){this.learningRate=1,this.localConnectivity=1,this.minDist=.1,this.nComponents=2,this.nEpochs=0,this.nNeighbors=15,this.negativeSampleRate=5,this.random=Math.random,this.repulsionStrength=1,this.setOpMixRatio=1,this.spread=1,this.transformQueueSize=4,this.targetMetric="categorical",this.targetWeight=.5,this.targetNNeighbors=this.nNeighbors,this.distanceFn=m,this.isInitialized=!1,this.rpForest=[],this.embedding=[],this.optimizationState=new d;const e=e=>{void 0!==t[e]&&(this[e]=t[e])};e("distanceFn"),e("learningRate"),e("localConnectivity"),e("minDist"),e("nComponents"),e("nEpochs"),e("nNeighbors"),e("negativeSampleRate"),e("random"),e("repulsionStrength"),e("setOpMixRatio"),e("spread"),e("transformQueueSize")}fit(t){return this.initializeFit(t),this.optimizeLayout(),this.embedding}async fitAsync(t,e=(()=>!0)){return this.initializeFit(t),await this.optimizeLayoutAsync(e),this.embedding}setSupervisedProjection(t,e={}){this.Y=t,this.targetMetric=e.targetMetric||this.targetMetric,this.targetWeight=e.targetWeight||this.targetWeight,this.targetNNeighbors=e.targetNNeighbors||this.targetNNeighbors}setPrecomputedKNN(t,e){this.knnIndices=t,this.knnDistances=e}initializeFit(t){if(t.length<=this.nNeighbors)throw new Error(`Not enough data points (${t.length}) to create nNeighbors: ${this.nNeighbors}. Add more data points or adjust the configuration.`);if(this.X===t&&this.isInitialized)return this.getNEpochs();if(this.X=t,!this.knnIndices&&!this.knnDistances){const e=this.nearestNeighbors(t);this.knnIndices=e.knnIndices,this.knnDistances=e.knnDistances}this.graph=this.fuzzySimplicialSet(t,this.nNeighbors,this.setOpMixRatio),this.makeSearchFns(),this.searchGraph=this.makeSearchGraph(t),this.processGraphForSupervisedProjection();const{head:e,tail:s,epochsPerSample:n}=this.initializeSimplicialSetEmbedding();return this.optimizationState.head=e,this.optimizationState.tail=s,this.optimizationState.epochsPerSample=n,this.initializeOptimization(),this.prepareForOptimizationLoop(),this.isInitialized=!0,this.getNEpochs()}makeSearchFns(){const{initFromTree:t,initFromRandom:e}=o.vF(this.distanceFn);this.initFromTree=t,this.initFromRandom=e,this.search=o.n_(this.distanceFn)}makeSearchGraph(t){const e=this.knnIndices,s=this.knnDistances,n=[t.length,t.length],o=new i.A7([],[],[],n);for(let t=0;t<e.length;t++){const n=e[t],i=s[t];for(let e=0;e<n.length;e++){const s=n[e],r=i[e];r>0&&o.set(t,s,r)}}const r=i.p4(o);return i.gW(o,r)}transform(t){const e=this.X;if(void 0===e||0===e.length)throw new Error("No data has been fit.");let s=Math.floor(this.nNeighbors*this.transformQueueSize);s=Math.min(e.length,s);const r=o.gK(this.rpForest,e,t,s,this.initFromRandom,this.initFromTree,this.random),l=this.search(e,this.searchGraph,r,t);let{indices:c,weights:h}=n.oi(l);c=c.map((t=>t.slice(0,this.nNeighbors))),h=h.map((t=>t.slice(0,this.nNeighbors)));const u=Math.max(0,this.localConnectivity-1),{sigmas:m,rhos:d}=this.smoothKNNDistance(h,this.nNeighbors,u),{rows:g,cols:p,vals:f}=this.computeMembershipStrengths(c,h,m,d),y=[t.length,e.length];let w=new i.A7(g,p,f,y);const b=i.Fv(w,"l1"),T=i.Hp(b),C=t.length,A=function(t,e,s){const n=a.ll(t.length).map((t=>a.ll(s[0].length)));for(let i=0;i<t.length;i++)for(let o=0;o<t[0].length;o++)for(let r=0;r<s[0].length;r++){const a=t[i][o];n[i][r]+=e[i][o]*s[a][r]}return n}(a.HU(T.indices,C,this.nNeighbors),a.HU(T.values,C,this.nNeighbors),this.embedding),S=this.nEpochs?this.nEpochs/3:w.nRows<=1e4?100:30,E=w.getValues().reduce(((t,e)=>e>t?e:t),0);w=w.map((t=>t<E/S?0:t)),w=i.RH(w);const M=this.makeEpochsPerSample(w.getValues(),S),v=w.getRows(),N=w.getCols();return this.assignOptimizationStateParameters({headEmbedding:A,tailEmbedding:this.embedding,head:v,tail:N,currentEpoch:0,nEpochs:S,nVertices:w.getDims()[1],epochsPerSample:M}),this.prepareForOptimizationLoop(),this.optimizeLayout()}processGraphForSupervisedProjection(){const{Y:t,X:e}=this;if(t){if(t.length!==e.length)throw new Error("Length of X and y must be equal");if("categorical"===this.targetMetric){const e=this.targetWeight<1?1/(1-this.targetWeight)*2.5:1e12;this.graph=this.categoricalSimplicialSetIntersection(this.graph,t,e)}}}step(){const{currentEpoch:t}=this.optimizationState;return t<this.getNEpochs()&&this.optimizeLayoutStep(t),this.optimizationState.currentEpoch}getEmbedding(){return this.embedding}nearestNeighbors(t){const{distanceFn:e,nNeighbors:s}=this,n=o.WX(e,this.random),i=5+Math.floor(.5==(a=t.length**.5/20)?0:Math.round(a));var a;const l=Math.max(5,Math.floor(Math.round((t=>Math.log(t)/Math.log(2))(t.length))));this.rpForest=r.Zv(t,s,i,this.random);const c=r.HO(this.rpForest),{indices:h,weights:u}=n(t,c,s,l);return{knnIndices:h,knnDistances:u}}fuzzySimplicialSet(t,e,s=1){const{knnIndices:n=[],knnDistances:o=[],localConnectivity:r}=this,{sigmas:a,rhos:l}=this.smoothKNNDistance(o,e,r),{rows:c,cols:h,vals:u}=this.computeMembershipStrengths(n,o,a,l),m=[t.length,t.length],d=new i.A7(c,h,u,m),g=i.p4(d),p=i.NT(d,g),f=i.$X(i.IH(d,g),p),y=i.cf(f,s),w=i.cf(p,1-s);return i.IH(y,w)}categoricalSimplicialSetIntersection(t,e,s,n=1){let o=function(t,e,s=1,n=5){return t.map(((t,i,o)=>-1===e[i]||-1===e[o]?t*Math.exp(-s):e[i]!==e[o]?t*Math.exp(-n):t))}(t,e,n,s);return o=i.RH(o),function(t){t=i.Fv(t,"max");const e=i.p4(t),s=i.NT(e,t);return t=i.IH(t,i.$X(e,s)),i.RH(t)}(o)}smoothKNNDistance(t,e,s=1,n=64,i=1){const o=Math.log(e)/Math.log(2)*i,r=a.ll(t.length),l=a.ll(t.length);for(let e=0;e<t.length;e++){let i=0,u=1/0,m=1;const d=t[e],g=d.filter((t=>t>0));if(g.length>=s){let t=Math.floor(s),n=s-t;t>0?(r[e]=g[t-1],n>c&&(r[e]+=n*(g[t]-g[t-1]))):r[e]=n*g[0]}else g.length>0&&(r[e]=a.Fp(g));for(let s=0;s<n;s++){let s=0;for(let n=1;n<t[e].length;n++){const i=t[e][n]-r[e];s+=i>0?Math.exp(-i/m):1}if(Math.abs(s-o)<c)break;s>o?(u=m,m=(i+u)/2):(i=m,u===1/0?m*=2:m=(i+u)/2)}if(l[e]=m,r[e]>0){const t=a.J6(d);l[e]<h*t&&(l[e]=h*t)}else{const s=a.J6(t.map(a.J6));l[e]<h*s&&(l[e]=h*s)}}return{sigmas:l,rhos:r}}computeMembershipStrengths(t,e,s,n){const i=t.length,o=t[0].length,r=a.ll(i*o),l=a.ll(i*o),c=a.ll(i*o);for(let a=0;a<i;a++)for(let i=0;i<o;i++){let h=0;-1!==t[a][i]&&(h=t[a][i]===a?0:e[a][i]-n[a]<=0?1:Math.exp(-(e[a][i]-n[a])/s[a]),r[a*o+i]=a,l[a*o+i]=t[a][i],c[a*o+i]=h)}return{rows:r,cols:l,vals:c}}initializeSimplicialSetEmbedding(){const t=this.getNEpochs(),{nComponents:e}=this,s=this.graph.getValues();let n=0;for(let t=0;t<s.length;t++){const e=s[t];n<s[t]&&(n=e)}const i=this.graph.map((e=>e<n/t?0:e));this.embedding=a.ll(i.nRows).map((()=>a.ll(e).map((()=>20*a.mH(this.random)-10))));const o=[],r=[],l=[],c=i.getAll();for(let t=0;t<c.length;t++){const e=c[t];e.value&&(o.push(e.value),l.push(e.row),r.push(e.col))}return{head:r,tail:l,epochsPerSample:this.makeEpochsPerSample(o,t)}}makeEpochsPerSample(t,e){const s=a.VI(t.length,-1),n=a.Fp(t),i=t.map((t=>t/n*e));return i.forEach(((t,n)=>{t>0&&(s[n]=e/i[n])})),s}assignOptimizationStateParameters(t){Object.assign(this.optimizationState,t)}prepareForOptimizationLoop(){const{repulsionStrength:t,learningRate:e,negativeSampleRate:s}=this,{epochsPerSample:n,headEmbedding:i,tailEmbedding:o}=this.optimizationState,r=i[0].length,a=i.length===o.length,l=n.map((t=>t/s)),c=[...l],h=[...n];this.assignOptimizationStateParameters({epochOfNextSample:h,epochOfNextNegativeSample:c,epochsPerNegativeSample:l,moveOther:a,initialAlpha:e,alpha:e,gamma:t,dim:r})}initializeOptimization(){const t=this.embedding,e=this.embedding,{head:s,tail:n,epochsPerSample:i}=this.optimizationState,o=this.getNEpochs(),r=this.graph.nCols,{a:c,b:h}=function(t,e){const s=a.GE(0,3*t,300).map((t=>t<e?1:t)),n=a.ll(s.length).map(((n,i)=>s[i]>=e?Math.exp(-(s[i]-e)/t):n)),i={x:s,y:n},{parameterValues:o}=(0,l.Z)(i,(([t,e])=>s=>1/(1+t*s**(2*e))),{damping:1.5,initialValues:[.5,.5],gradientDifference:.1,maxIterations:100,errorTolerance:.01}),[r,c]=o;return{a:r,b:c}}(this.spread,this.minDist);this.assignOptimizationStateParameters({headEmbedding:t,tailEmbedding:e,head:s,tail:n,epochsPerSample:i,a:c,b:h,nEpochs:o,nVertices:r})}optimizeLayoutStep(t){const{optimizationState:e}=this,{head:s,tail:n,headEmbedding:i,tailEmbedding:o,epochsPerSample:r,epochOfNextSample:l,epochOfNextNegativeSample:c,epochsPerNegativeSample:h,moveOther:u,initialAlpha:m,alpha:d,gamma:f,a:y,b:w,dim:b,nEpochs:T,nVertices:C}=e;for(let e=0;e<r.length;e++){if(l[e]>t)continue;const m=s[e],T=n[e],A=i[m],S=o[T],E=p(A,S);let M=0;E>0&&(M=-2*y*w*Math.pow(E,w-1),M/=y*Math.pow(E,w)+1);for(let t=0;t<b;t++){const e=g(M*(A[t]-S[t]),4);A[t]+=e*d,u&&(S[t]+=-e*d)}l[e]+=r[e];const v=Math.floor((t-c[e])/h[e]);for(let t=0;t<v;t++){const t=a.AH(C,this.random),e=o[t],s=p(A,e);let n=0;if(s>0)n=2*f*w,n/=(.001+s)*(y*Math.pow(s,w)+1);else if(m===t)continue;for(let t=0;t<b;t++){let s=4;n>0&&(s=g(n*(A[t]-e[t]),4)),A[t]+=s*d}}c[e]+=v*h[e]}return e.alpha=m*(1-t/T),e.currentEpoch+=1,i}optimizeLayoutAsync(t=(()=>!0)){return new Promise(((e,s)=>{const n=async()=>{try{const{nEpochs:s,currentEpoch:i}=this.optimizationState;this.embedding=this.optimizeLayoutStep(i);const o=this.optimizationState.currentEpoch,r=!1===t(o),a=o===s;if(r||a)return e(a);setTimeout((()=>n()),0)}catch(t){s(t)}};setTimeout((()=>n()),0)}))}optimizeLayout(t=(()=>!0)){let e=!1,s=[];for(;!e;){const{nEpochs:n,currentEpoch:i}=this.optimizationState;s=this.optimizeLayoutStep(i);const o=this.optimizationState.currentEpoch,r=!1===t(o);e=o===n||r}return s}getNEpochs(){const t=this.graph;if(this.nEpochs>0)return this.nEpochs;if(!t)return 200;const e=t.nRows;return e<=2500?500:e<=5e3?400:e<=7500?300:200}}function m(t,e){return Math.abs(t-e)}class d{constructor(){this.currentEpoch=0,this.headEmbedding=[],this.tailEmbedding=[],this.head=[],this.tail=[],this.epochsPerSample=[],this.epochOfNextSample=[],this.epochOfNextNegativeSample=[],this.epochsPerNegativeSample=[],this.moveOther=!0,this.initialAlpha=1,this.alpha=1,this.gamma=1,this.a=1.5769434603113077,this.b=.8950608779109733,this.dim=2,this.nEpochs=500,this.nVertices=0}}function g(t,e){return t>e?e:t<-e?-e:t}function p(t,e){let s=0;for(let n=0;n<t.length;n++)s+=Math.pow(t[n]-e[n],2);return s}},9533:(t,e,s)=>{"use strict";function n(t,e){return Math.floor(e()*t)}function i(t){return t()}function o(t){const e=[];for(let s=0;s<t;s++)e.push(void 0);return e}function r(t){return o(t).map(((t,e)=>e))}function a(t,e){return o(t).map((()=>e))}function l(t){return a(t,0)}function c(t,e,s){return o(s).map(((n,i)=>t+i*((e-t)/(s-1))))}function h(t){return function(t){return t.reduce(((t,e)=>t+e))}(t)/t.length}function u(t){let e=0;for(let s=0;s<t.length;s++)e=t[s]>e?t[s]:e;return e}function m(t,e,s){const i=l(t);for(let o=0;o<t;o++){let t=!0;for(;t;){const r=n(e,s);let a=!1;for(let t=0;t<o;t++)if(r===i[t]){a=!0;break}a||(t=!1),i[o]=r}}return i}function d(t,e,s){const n=[];let i=0,o=0;if(t.length!==e*s)throw new Error("Array dimensions must match input length.");for(let r=0;r<e;r++){const e=[];for(let n=0;n<s;n++)e.push(t[o]),o+=1;n.push(e),i+=1}return n}s.d(e,{AH:()=>n,Fp:()=>u,GE:()=>c,HU:()=>d,J6:()=>h,M6:()=>m,VI:()=>a,cS:()=>o,ll:()=>l,mH:()=>i,w6:()=>r})},9657:(t,e,s)=>{"use strict";s.d(e,{Z:()=>n});class n{constructor(t,e=!1){if(this._length=0,this._version=0,this._updateLevel=0,this._selectedCount=0,this._selectedCountVersion=-1,this._selectedIndexesVersion=-1,this._versionedName="",this._versionedNameVersion=-1,this.SHRINK_THRESHOLD=256,"number"==typeof t){const s=t,i=n._createBuffer(s);if(e)for(let t=0;t<i.length;t++)i[t]=-1;this._data=i,this._length=s}else{if(!(t instanceof Uint32Array))throw new Error("Invalid constructor");this._data=t,this._length=e}}getRawData(){return this._data}assureGoez(t,e){if(t<0)throw new Error(`${e} should be greater than zero`)}assureInRange(t,e,s,n){if(t<e||t>s)throw new Error(`Argument ${n} (${t}) out of range (${e}, ${s})`)}copy(t,e,s){for(let n=0;n<s;n++)e[n]=t[n]}copyFrom(t){if(this._length!=t._length)throw new Error(`Lengths differ (${this._length} != ${t._length})`);this.copy(t._data,this._data,this.lengthInInts),this._version++}get length(){return this._length}get buffer(){return this._data}set buffer(t){this._data=t,this._version++}get version(){return this._version}set version(t){this._version=t}incrementVersion(t=!0){this._version++}get lengthInInts(){return Math.floor((this._length+31)/32)}get versionedName(){return this._version==this._versionedNameVersion?this._versionedName:""}set versionedName(t){this._versionedName=t,this._versionedNameVersion=this._version}get self(){return this}setLength(t){if(t<0)throw new Error("should be >= 0");if(t==this._length)return;const e=Math.floor((t+31)/32);if(e>this._data.length||e+this.SHRINK_THRESHOLD<this._data.length){const t=new Uint32Array(e);this.copy(this._data,t,e>this._data.length?this._data.length:e),this._data=t}t>this._length&&(this._length%32>0&&(this._data[this.lengthInInts-1]&=(1<<(this._length%32&31))-1),this._data.fill(0,this.lengthInInts,e)),this._length=t,this._version++}static fromAnd(t,e){if(t._length!=e._length)throw new Error(`Lengths differ (${t._length} != ${e._length})`);const s=new n(t._length);s._length=t._length,s._data=n._createBuffer(s._length),s._version=0;const i=t.lengthInInts;for(let n=0;n<i;n++)s._data[n]=t._data[n]&e._data[n];return s}static _createBuffer(t){return new Uint32Array(Math.floor((t+31)/32))}static fromValues(t){const e=new n(t.length);e._version=0;for(let s=0;s<e._length;s++)t[s]&&(e._data[Math.floor(s/32)]|=1<<(s%32&31));return e}static fromSeq(t,e){const s=new n(t);for(let n=0;n<t;++n)s.setBit(n,e(n));return s._version=0,s}static fromString(t){return n.fromSeq(t.length,(e=>"1"==t.charAt(e)))}static fromUint32Array(t,e){const s=new n(t);return s._data=e,s}static fromBytes(t){const e=t.length,s=new n(8*e);s._data=new Uint32Array(Math.floor((e+3)/4)),s._length=8*e;let i=0,o=0;for(;e-o>=4;)s._data[i++]=255&t[o]|(255&t[o+1])<<8|(255&t[o+2])<<16|(255&t[o+3])<<24,o+=4;return e-o==3&&(s._data[i]=(255&t[o+2])<<16),e-o==2&&(s._data[i]|=(255&t[o+1])<<8),e-o==1&&(s._data[i]|=255&t[o]),s._version=0,s}toString(){return`${this._length} bits, ${this.countBits(!0)} set`}equals(t){if(this==t)return!0;if(null==t)return!1;if(this._length!=t._length)return!1;if(0==this._length)return!0;for(let e=0;e<this._data.length-1;e++)if(this._data[e]!=t._data[e])return!1;for(let e=8*(this._data.length-1);e<this._length;e++)if(this.getBit(e)!=t.getBit(e))return!1;return!0}clone(){const t=new n(0,!1);return t._data=Uint32Array.from(this._data),t._length=this._length,t._version=this._version,t}init(t,e){this.setAll(!1,!1);for(let e=0;e<this._length;e++)t(e)&&(this._data[Math.floor(e/32)]|=1<<(e%32&31));return this.incrementVersion(e),this}invert(t=!0){for(let t=0;t<this._data.length;t++)this._data[t]^=-1;this.incrementVersion(t)}setAll(t,e=!1){const s=t?-1:0,n=this.lengthInInts;for(let t=0;t<n;t++)this._data[t]=s;this.incrementVersion(e)}setIndexes(t,e=!0,s=!0,n=!0){s&&this.setAll(!e,!1);for(const s of t)this.setFast(s,e);this.incrementVersion(n)}everyIndex(t,e=!0){for(const s of t)if(this.getBit(s)!=e)return!1;return!0}anyIndex(t,e=!0){for(const s of t)if(this.getBit(s)==e)return!0;return!1}setWhere(t,e=!0,s=!0,n=!0,i=!0){if(s&&i&&this.setAll(!e,!1),i)for(let s=0;s<this._length;s++)t(s)&&this.setFast(s,e);else for(let s=0;s<this._length;s++)this.setFast(s,t(s)?e:!e);this.incrementVersion(n)}getRange(t,e){this.assureInRange(t,0,this._length-1,"from"),this.assureInRange(e,0,this._length,"to");const s=[];for(let n=t;n<e;++n)s.push(this.getBit(n));return n.fromValues(s)}getRangeAsList(t,e){this.assureInRange(t,0,this._length-1,"from"),this.assureInRange(e,0,this._length,"to");const s=[];for(let n=t;n<e;++n)s.push(this.getBit(n));return s}setRange(t,e,s,n=!0){this.assureInRange(t,0,this._length-1,"from"),this.assureInRange(e,0,this._length-1,"to");const i=Math.min(t,e),o=Math.max(t,e);if(s)for(let t=i;t<=o;t++)this.setTrue(t);else for(let t=i;t<=o;t++)this.setFalse(t);return this.incrementVersion(n),this}setRandom(t,e,s=!0){if(t<0||t>this._length)throw new Error("n must be >= 0 && <= Count");t>this._length/2&&this.setRandom(this._length-t,!e),this.setAll(!e);for(let s=0;s<t;){const t=Math.floor(Math.random()*this._length);this.getBit(t)!=e&&(this.setFast(t,e),s++)}this.incrementVersion(s)}and(t,e=!0){if(this._length!=t._length)throw new Error("Array lengths differ.");for(let e=0,s=this.lengthInInts;e<s;e++)this._data[e]&=t._data[e];return this.incrementVersion(e),this}andNot(t,e=!0){if(this._length!=t._length)throw new Error("Array lengths differ.");const s=this.lengthInInts;for(let e=0;e<s;e++)this._data[e]&=~t._data[e];return this.incrementVersion(e),this}notAnd(t,e=!0){if(this._length!=t._length)throw new Error("Array lengths differ.");for(let e=0,s=this.lengthInInts;e<s;e++)this._data[e]=~this._data[e]&t._data[e];return this.incrementVersion(e),this}not(t=!0){for(let t=0,e=this.lengthInInts;t<e;t++)this._data[t]=~this._data[t];return this.incrementVersion(t),this}or(t,e=!0){if(this._length!=t._length)throw new Error("Array lengths differ.");for(let e=0,s=this.lengthInInts;e<s;e++)this._data[e]|=t._data[e];return this.incrementVersion(e),this}xor(t,e=!0){if(this._length!=t._length)throw new Error("Array lengths differ.");for(let e=0,s=this.lengthInInts;e<s;e++)this._data[e]^=t._data[e];return this.incrementVersion(e),this}insertAt(t,e,s=!1){if(this.assureInRange(t,0,this._length,"pos"),0==e)return;const n=this._length;this.setLength(this._length+e);for(let s=n-1;s>=t;s--)this.setBit(s+e,this.getBit(s));for(let n=t;n<t+e;n++)this.setBit(n,s)}removeAt(t,e=1){if(e<0)throw new Error("n cannot be negative");if(this.assureInRange(t,0,this._length-e,"pos"),this.contains(!0))for(let s=t;s<this._length-e;s++)this.setBit(s,this.getBit(s+e));this.setLength(this._length-e)}removeByMask(t,e=!0){if(this._length!=t.length)throw new Error("length != mask.length");if(t==this)this.setLength(t.countBits(!e)),this.setAll(!e);else{let s=0;for(let n=-1;-1!=(n=t.findNext(n,!e));)this.setFast(s++,this.getBit(n));this._length=s,this._version++}return this}getBit(t){return 0!=(this._data[Math.floor(t/32)]&1<<(31&t))}setBit(t,e,s=!0){this.setFast(t,e),this._version++}setFast(t,e){e?this._data[Math.floor(t/32)]|=1<<(31&t):this._data[Math.floor(t/32)]&=~(1<<(31&t))}setTrue(t){this._data[Math.floor(t/32)]|=1<<(31&t)}setFalse(t){this._data[Math.floor(t/32)]&=~(1<<(31&t))}trueCount(){return this.countBits(!0)}falseCount(){return this.countBits(!1)}countBits(t){if(0==this._length)return 0;if(this._selectedCountVersion!=this._version){this._selectedCount=0;const t=this.lengthInInts;let e=0;for(;e<t-1;e++)for(let t=this._data[e];0!=t;t>>>=8)this._selectedCount+=n._onBitCount[255&t];let s=this._data[e];const i=31&this._length;for(0!=i&&(s&=~(4294967295<<i));0!=s;s>>>=8)this._selectedCount+=n._onBitCount[255&s];this._selectedCountVersion=this._version}return t?this._selectedCount:this._length-this._selectedCount}countWhere(t){let e=0;if(this.trueCount()==this._length)for(let s=0;s<this._length;s++)e+=t(s)?1:0;else for(let s=-1;-1!=(s=this.findNext(s,!0));)e+=t(s)?1:0;return e}andWithCountBits(t,e){if(0==this._length)return 0;let s=0;const i=this.lengthInInts;let o=0;for(;o<i-1;o++)for(let e=this._data[o]&t._data[o];0!=e;e>>>=8)s+=n._onBitCount[255&e];let r=this._data[o]&t._data[o];const a=31&this._length;for(0!=a&&(r&=~(4294967295<<a));0!=r;r>>>=8)s+=n._onBitCount[255&r];return e?s:this._length-s}clear(){this.setLength(0)}contains(t){return this.findNext(-1,t)>=0}get allTrue(){return this.countBits(!0)==this._length}get allFalse(){return this.countBits(!1)==this._length}get anyTrue(){return this.countBits(!0)>0}get anyFalse(){return this.countBits(!1)>0}findNext(t,e=!0){if(this.assureInRange(t,-1,this._length,"index"),t>=this._length-1)return-1;let s=31&(t=t<0?0:t+1);const i=this.lengthInInts;for(let o=Math.floor(t/32);o<i;o++){let i=e?this._data[o]:~this._data[o];if(0!=s)i&=4294967295<<s&4294967295,s=0;else if(!e&&-4294967296==i)continue;for(let e=0;0!=i;e+=8,i>>>=8){const s=n._firstOnBit[255&i];if(s>=0)return(t=s+32*o+e)>=this._length?-1:t}}return-1}findPrev(t,e=!0){if(0==t)return-1;this.assureInRange(t,-1,this._length,"index");let s=1+(t=t<0?this._length-1:t-1)&31;for(let i=Math.floor(t/32);i>=0;i--){let t=e?this._data[i]:~this._data[i];0!=s&&(t&=~(4294967295<<s),s=0);for(let e=24;0!=t;e-=8,t<<=8){const s=n._lastOnBit[t>>>24];if(s>=0)return s+32*i+e}}return-1}}n._onBitCount=Int8Array.from([0,1,1,2,1,2,2,3,1,2,2,3,2,3,3,4,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,1,2,2,3,2,3,3,4,2,3,3,4,3,4,4,5,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,2,3,3,4,3,4,4,5,3,4,4,5,4,5,5,6,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,3,4,4,5,4,5,5,6,4,5,5,6,5,6,6,7,4,5,5,6,5,6,6,7,5,6,6,7,6,7,7,8]),n._firstOnBit=Int8Array.from([-1,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,6,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,7,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,6,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,5,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0,4,0,1,0,2,0,1,0,3,0,1,0,2,0,1,0]),n._lastOnBit=Int8Array.from([-1,0,1,1,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7])},4588:(t,e,s)=>{"use strict";function n(t){return Math.random()*t}function i(t){return Math.floor(n(t))}s.d(e,{I:()=>i,t:()=>n})},1061:(t,e,s)=>{"use strict";s.d(e,{AB:()=>I,Bu:()=>f,QK:()=>l,W3:()=>C,Wh:()=>b,X5:()=>S,bb:()=>A,ci:()=>M,f6:()=>T,gw:()=>N,jh:()=>w,l_:()=>y,ow:()=>L,zg:()=>p});var n=s(4469),i=s(976),o=function(t,e,s,n){return new(s||(s=Promise))((function(i,o){function r(t){try{l(n.next(t))}catch(t){o(t)}}function a(t){try{l(n.throw(t))}catch(t){o(t)}}function l(t){var e;t.done?i(t.value):(e=t.value,e instanceof s?e:new s((function(t){t(e)}))).then(r,a)}l((n=n.apply(t,e||[])).next())}))};const r=3e4,a=108e5,l={},c="Auto Tests",h={};let u;var m;!function(t){t.notNull=function(t,e){if(null==t)throw new Error(`${null==e?"Value":e} not defined`)}}(m||(m={}));class d{constructor(t,e){this.catchUnhandled=!0,this.report=!1,void 0!==t&&(this.catchUnhandled=t),void 0!==e&&(this.report=e)}}class g{constructor(t,e,s,n){var i;this.category=t,this.name=e,null!=n||(n={}),null!==(i=n.timeout)&&void 0!==i||(n.timeout=r),this.options=n,this.test=()=>o(this,void 0,void 0,(function*(){return new Promise(((t,e)=>o(this,void 0,void 0,(function*(){let n="";try{n=yield s()}catch(t){e(t)}t(n)}))))}))}}function p(t,e,s,n=0){return o(this,void 0,void 0,(function*(){let i;return new Promise(((o,r)=>{i=t.subscribe((t=>{try{e(t)}catch(t){r(t)}i.unsubscribe(),o("OK")})),setTimeout((()=>{i.unsubscribe(),r("timeout")}),n),s()}))}))}function f(t,e,s){null==l[u]&&(l[u]={}),null==l[u].tests&&(l[u].tests=[]),l[u].tests.push(new g(u,t,e,s))}function y(t,e=!0,s){if(s=s?`${s}, `:"",t!==e)throw new Error(`${s}Expected "${e}", got "${t}"`)}function w(t,e,s=.001,n){if(t===Number.POSITIVE_INFINITY&&e===Number.POSITIVE_INFINITY||t===Number.NEGATIVE_INFINITY&&e===Number.NEGATIVE_INFINITY||t===Number.NaN&&e===Number.NaN||isNaN(t)&&isNaN(e))return;const i=Math.abs(t-e)<s;if(y(i,!0,`${null!=n?n:""} (tolerance = ${s})`),!i)throw new Error(`Expected ${e}, got ${t} (tolerance = ${s})`)}function b(t,e){for(const[s,n]of Object.entries(e)){if(!t.hasOwnProperty(s))throw new Error(`Expected property "${s}" not found`);const e=t[s];if(e instanceof Array&&n instanceof Array)T(e,n);else if(e instanceof Object&&n instanceof Object)b(e,n);else if(Number.isFinite(e)&&Number.isFinite(n))w(e,n);else if(e!=n)throw new Error(`Expected (${n}) for key '${s}', got (${e})`)}}function T(t,e){const s=t.length,n=e.length;if(s!=n)throw new Error(`Arrays are of different length: actual array length is ${s} and expected array length is ${n}`);for(let n=0;n<s;n++)if(t[n]instanceof Array&&e[n]instanceof Array)T(t[n],e[n]);else if(t[n]instanceof Object&&e[n]instanceof Object)b(t[n],e[n]);else if(t[n]!=e[n])throw new Error(`Expected ${e[n]} at position ${n}, got ${t[n]}`)}function C(t,e,s){var n;u=t,e(),l[u]&&(l[u].clear=null===(n=null==s?void 0:s.clear)||void 0===n||n,l[u].timeout=null==s?void 0:s.timeout)}function A(t){null==l[u]&&(l[u]={}),l[u].before=t}function S(t){null==l[u]&&(l[u]={}),l[u].after=t}function E(t,e){return t.replace(new RegExp(e.name,"gi"),e.nqName)}function M(t){var e,s,r,a,u;return o(this,void 0,void 0,(function*(){const m=null===(s=null===(e=n.functions.getCurrentCall())||void 0===e?void 0:e.func)||void 0===s?void 0:s.package;yield function(t,e){return o(this,void 0,void 0,(function*(){if(h[t])return;const e=l;if(void 0!==e[c]||Object.keys(e).find((t=>t.startsWith(c))))return void(h[t]=!0);const s=[],i=yield n.dapi.functions.filter(`package.id = "${t}"`).list(),r=new RegExp(/skip:\s*([^,\s]+)|wait:\s*(\d+)|cat:\s*([^,\s]+)/g);for(const t of i){const i=t.options.test;if(i&&Array.isArray(i)&&i.length)for(let a=0;a<i.length;a++){const l=i[a].matchAll(r),h={};Array.from(l).forEach((t=>{t[0].startsWith("skip")?h.skip=t[1]:t[0].startsWith("wait")?h.wait=parseInt(t[2]):t[0].startsWith("cat")&&(h.cat=t[3])}));const u=new g(c,1===i.length?t.name:`${t.name} ${a+1}`,(()=>o(this,void 0,void 0,(function*(){const e=yield n.functions.eval(E(i[a],t));if(h.wait&&(yield N(h.wait)),"boolean"==typeof e&&!e)throw`Failed: ${i[a]}, expected true, got ${e}`}))),{skipReason:h.skip});if(h.cat){const t=c+": "+h.cat;u.category=t,void 0===e[t]&&(e[t]={tests:[],clear:!0}),e[t].tests.push(u)}else s.push(u)}}h[t]=!0,s.length&&(e[c]={tests:s,clear:!0})}))}(m.id);const p=[];console.log("Running tests"),null!=t||(t={}),null!==(r=(u=t).testContext)&&void 0!==r||(u.testContext=new d),n.shell.lastError="";for(const[e,s]of Object.entries(l)){if(null!=(null==t?void 0:t.category)&&!e.toLowerCase().startsWith(null==t?void 0:t.category.toLowerCase()))continue;console.log(`Started ${e} category`);try{s.before&&(yield s.before())}catch(t){s.beforeStatus=t.toString()}const o=null!==(a=s.tests)&&void 0!==a?a:[],r=[];if(s.clear)for(let e=0;e<o.length;e++)r.push(yield v(o[e],null==t?void 0:t.test,s.timeout,m.name)),n.shell.closeAll(),i.Balloon.closeAll();else for(let e=0;e<o.length;e++)r.push(yield v(o[e],null==t?void 0:t.test,s.timeout,m.name));const l=(yield Promise.all(r)).filter((t=>"skipped"!=t.result));try{s.after&&(yield s.after())}catch(t){s.afterStatus=t.toString()}s.afterStatus&&l.push({category:e,name:"init",result:s.afterStatus,success:!1,ms:0,skipped:!1}),s.beforeStatus&&l.push({category:e,name:"init",result:s.beforeStatus,success:!1,ms:0,skipped:!1}),p.push(...l)}if(t.testContext.catchUnhandled&&(yield N(1e3),n.shell.lastError.length>0&&p.push({category:"Unhandled exceptions",name:"exceptions",result:n.shell.lastError,success:!1,ms:0,skipped:!1})),t.testContext.report){const t=new i.Logger,e=p.filter((t=>t.success)).length,s=p.filter((t=>t.skipped)).length,n=p.filter((t=>!t.success)),o="Package @package tested: @successful successful, @skipped skipped, @failed failed tests",r={successful:e,skipped:s,failed:n.length,package:m};for(const t of n)Object.assign(r,{[`${t.category} | ${t.name}`]:t.result});t.log(o,r,"package-tested")}return p}))}function v(t,e,s,l){var c,h,u,m,d;return o(this,void 0,void 0,(function*(){let o;const g=null!=e&&t.name.toLowerCase()!==e.toLowerCase(),p=(null===(c=t.options)||void 0===c?void 0:c.skipReason)||g,f=g?"skipped":null===(h=t.options)||void 0===h?void 0:h.skipReason;p||console.log(`Started ${t.category} ${t.name}`);const y=new Date;try{if(p)o={success:!0,result:f,ms:0,skipped:!0};else{let e=(null===(u=t.options)||void 0===u?void 0:u.timeout)===r&&s?s:null===(m=t.options)||void 0===m?void 0:m.timeout;e=i.Test.isInBenchmark&&e===r?a:e,o={success:!0,result:null!==(d=yield _(t.test,e))&&void 0!==d?d:"OK",ms:0,skipped:!1}}}catch(t){o={success:!1,result:t.toString(),ms:0,skipped:!1}}const w=new Date;if(o.ms=w-y,p||console.log(`Finished ${t.category} ${t.name} for ${o.ms} ms`),o.category=t.category,o.name=t.name,!g){let e={success:o.success,result:o.result,ms:o.ms,skipped:o.skipped,type:"package",packageName:l,category:t.category,test:t.name};if(o.result.constructor==Object){const t=Object.keys(o.result).reduce(((t,e)=>Object.assign(Object.assign({},t),{["result."+e]:o.result[e]})),{});e=Object.assign(Object.assign({},e),t)}n.log.usage(`${l}: ${t.category}: ${t.name}`,e,`test-package ${l}: ${t.category}: ${t.name}`)}return o}))}function N(t){return o(this,void 0,void 0,(function*(){yield new Promise((e=>setTimeout(e,t)))}))}function L(t,e="Timeout exceeded",s=500,n=50){return o(this,void 0,void 0,(function*(){return new Promise(((i,o)=>{setTimeout((()=>{clearInterval(r),o(new Error(e))}),s);const r=setInterval((()=>{t()&&(clearInterval(r),i())}),n)}))}))}function _(t,e){return o(this,void 0,void 0,(function*(){let s=null;const n=new Promise(((t,n)=>{s=setTimeout((()=>{n("EXECUTION TIMEOUT")}),e)}));try{return yield Promise.race([t(),n])}finally{s&&clearTimeout(s)}}))}function I(t,e,s){var r;return o(this,void 0,void 0,(function*(){(null==s?void 0:s.detectSemanticTypes)&&(yield n.data.detectSemanticTypes(e));const o=n.shell.addTableView(e),a=`[name=viewer-${t.replace(/\s+/g,"-")} i]`;let l=`${a} canvas,${a} svg,${a} img,\n ${a} input,${a} h1,${a} a`;const c=[];try{let n=o.addViewer(t);yield L((()=>null!==document.querySelector(l)),"cannot load viewer",3e3);const i=null===(r=document.querySelector(l))||void 0===r?void 0:r.tagName;if(c.push(Array.from(o.viewers).length),!(null==s?void 0:s.readOnly)){Array.from(e.row(0).cells).forEach((t=>t.value=null));const t=e.rowCount<20?Math.floor(e.rowCount/2):10;e.rows.select((e=>e.idx>=0&&e.idx<t)),yield N(50);for(let s=t;s<2*t;s++)e.filter.set(s,!1);yield N(50),e.currentRowIdx=1;const s=e.clone();e.columns.names().slice(0,Math.ceil(e.columns.length/2)).forEach((t=>e.columns.remove(t))),yield N(100),o.dataFrame=s}const h=n.getOptions(!0).look,u=n.getProperties(),m={};Object.keys(h).filter((t=>"boolean"==typeof h[t])).forEach((t=>m[t]=!h[t])),u.filter((t=>null!==t.choices)).forEach((t=>m[t.name]=t.choices.find((e=>e!==h[t.name])))),n.setOptions(m),yield N(300);const d=o.saveLayout(),g=n.getOptions().look;o.resetLayout(),c.push(Array.from(o.viewers).length),o.loadLayout(d),l=`${a} ${i}`,yield L((()=>null!==document.querySelector(l)),"cannot load viewer from layout",3e3),c.push(Array.from(o.viewers).length),n=Array.from(o.viewers).find((t=>"Grid"!==t.type)),T(c,[2,1,2]),y(JSON.stringify(n.getOptions().look),JSON.stringify(g))}finally{o.close(),n.shell.closeTable(e),i.Balloon.closeAll()}}))}},3659:(t,e,s)=>{"use strict";s.d(e,{OW:()=>n});class n extends Float32Array{}},850:(t,e,s)=>{"use strict";s.d(e,{$G:()=>a,Fv:()=>u,MA:()=>l,On:()=>r,dP:()=>h,hu:()=>o,kO:()=>c});var n=s(3659),i=s(4588);function o(t=!1,e="Assertion error."){if(!t)throw new Error(e)}function r(t,e,s=1){const i=t.length;o(i==e.length,"Vector lengths do not match.");const r=new n.OW(i);for(let n=0;n<t.length;++n)r[n]=t[n]+s*e[n];return r}function a(t){let e=0;for(let s=0;s<t.length;s++)e+=t[s]*t[s];return Math.sqrt(e)}function l(t,e){if(t.length!=e.length)throw new Error("The dimensionality of the vectors must match");let s=0;for(let n=0;n<t.length;n++)s+=t[n]*e[n];return s}function c(t,e,s=1){const o=function(t,e,s=0){return new Array(t).fill(s).map((()=>new n.OW(e).fill(s)))}(t,e);for(let n=0;n<t;++n)for(let t=0;t<e;++t)o[n][t]=(0,i.t)(s);return o}function h(t,e){const s=function(t){let e=0;for(let s=0;s<t.length;++s)e+=t[s];return e}(function(t){const e=t.length,s=new n.OW(e);for(let e=0;e<t.length;++e)s[e]=t[e]*t[e];return s}(r(t,e,-1)));return Math.sqrt(s)}function u(t){let e=0,s=0;for(let s=0;s<t.length;++s)e+=t[s];e/=t.length;for(let n=0;n<t.length;++n)s+=(t[n]-e)*(t[n]-e);s=Math.sqrt(s/t.length);for(let n=0;n<t.length;++n)t[n]=(t[n]-e)/s;return t}},7659:(t,e,s)=>{"use strict";e.Z=void 0;var n=s(6215);Object.defineProperty(e,"Z",{enumerable:!0,get:function(){return n.TSNE}})},6215:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.TSNE=void 0,e.TSNE=class{constructor(t){this.returnV=!1,this.vValue=0,this.iter=0,t=t||{},this.perplexity=this.getopt(t,"perplexity",30),this.dim=this.getopt(t,"dim",2),this.epsilon=this.getopt(t,"epsilon",10)}assert(t,e){if(!t)throw e||"Assertion failed"}getopt(t,e,s){return t.hasOwnProperty(e)?t[e]:s}gaussRandom(){if(this.returnV)return this.returnV=!1,this.vValue;const t=2*Math.random()-1,e=2*Math.random()-1,s=t*t+e*e;if(0===s||s>1)return this.gaussRandom();const n=Math.sqrt(-2*Math.log(s)/s);return this.vValue=e*n,this.returnV=!0,t*n}randn(t,e){return t+this.gaussRandom()*e}zeros(t){if(void 0===t||isNaN(t))return[];if("undefined"==typeof ArrayBuffer){const e=new Array(t);for(let s=0;s<t;s++)e[s]=0;return e}return new Float64Array(t)}randn2d(t,e,s){const n=void 0!==s,i=[];for(let o=0;o<t;o++){const t=[];for(let i=0;i<e;i++)n?t.push(s):t.push(this.randn(0,1e-4));i.push(t)}return i}L2(t,e){const s=t.length;let n=0;for(let i=0;i<s;i++){const s=t[i],o=e[i];n+=(s-o)*(s-o)}return n}xtod(t){const e=t.length,s=this.zeros(e*e);for(let n=0;n<e;n++)for(let i=n+1;i<e;i++){const o=this.L2(t[n],t[i]);s[n*e+i]=o,s[i*e+n]=o}return s}d2p(t,e,s){const n=Math.sqrt(t.length),i=Math.floor(n);this.assert(i===n,"D should have square number of elements.");const o=Math.log(e),r=this.zeros(i*i),a=this.zeros(i);for(let e=0;e<i;e++){let n=-1/0,l=1/0,c=1,h=!1;const u=50;let m=0;for(;!h;){let r=0;for(let s=0;s<i;s++){let n=Math.exp(-t[e*i+s]*c);e===s&&(n=0),a[s]=n,r+=n}let d=0;for(let t=0;t<i;t++){let e;e=0===r?0:a[t]/r,a[t]=e,e>1e-7&&(d-=e*Math.log(e))}d>o?(n=c,l===1/0?c*=2:c=(c+l)/2):(l=c,n===-1/0?c/=2:c=(c+n)/2),m++,Math.abs(d-o)<s&&(h=!0),m>=u&&(h=!0)}for(let t=0;t<i;t++)r[e*i+t]=a[t]}const l=this.zeros(i*i),c=2*i;for(let t=0;t<i;t++)for(let e=0;e<i;e++)l[t*i+e]=Math.max((r[t*i+e]+r[e*i+t])/c,1e-100);return l}sign(t){return t>0?1:t<0?-1:0}initDataRaw(t){const e=t.length,s=t[0].length;this.assert(e>0," X is empty? You must have some data!"),this.assert(s>0," X[0] is empty? Where is the data?");const n=this.xtod(t);this.P=this.d2p(n,this.perplexity,1e-4),this.N=e,this.initSolution()}initDataDist(t){const e=t.length;this.assert(e>0," X is empty? You must have some data!");const s=this.zeros(e*e);for(let n=0;n<e;n++)for(let i=n+1;i<e;i++){const o=t[n][i];s[n*e+i]=o,s[i*e+n]=o}this.P=this.d2p(s,this.perplexity,1e-4),this.N=e,this.initSolution()}initSolution(){this.Y=this.randn2d(this.N,this.dim),this.gains=this.randn2d(this.N,this.dim,1),this.ystep=this.randn2d(this.N,this.dim,0),this.iter=0}getSolution(){return this.Y}step(){this.iter+=1;const t=this.N,e=this.costGrad(this.Y),s=e.cost,n=e.grad,i=this.zeros(this.dim);for(let e=0;e<t;e++)for(let t=0;t<this.dim;t++){const s=n[e][t],o=this.ystep[e][t],r=this.gains[e][t];let a=this.sign(s)===this.sign(o)?.8*r:r+.2;a<.01&&(a=.01),this.gains[e][t]=a;const l=(this.iter<250?.5:.8)*o-this.epsilon*a*n[e][t];this.ystep[e][t]=l,this.Y[e][t]+=l,i[t]+=this.Y[e][t]}for(let e=0;e<t;e++)for(let s=0;s<this.dim;s++)this.Y[e][s]-=i[s]/t;return s}debugGrad(){const t=this.N,e=this.costGrad(this.Y),s=(e.cost,e.grad),n=1e-5;for(let e=0;e<t;e++)for(let t=0;t<this.dim;t++){const i=this.Y[e][t];this.Y[e][t]=i+n;const o=this.costGrad(this.Y);this.Y[e][t]=i-n;const r=this.costGrad(this.Y),a=s[e][t],l=(o.cost-r.cost)/(2*n);console.log(e+","+t+": gradcheck analytic: "+a+" vs. numerical: "+l),this.Y[e][t]=i}}costGrad(t){const e=this.N,s=this.dim,n=this.P,i=this.iter<100?4:1,o=this.zeros(e*e);let r=0;for(let n=0;n<e;n++)for(let i=n+1;i<e;i++){let a=0;for(let e=0;e<s;e++){const s=t[n][e]-t[i][e];a+=s*s}const l=1/(1+a);o[n*e+i]=l,o[i*e+n]=l,r+=2*l}const a=e*e,l=this.zeros(a);for(let t=0;t<a;t++)l[t]=Math.max(o[t]/r,1e-100);let c=0;const h=[];for(let r=0;r<e;r++){const a=new Array(s);for(let t=0;t<s;t++)a[t]=0;for(let h=0;h<e;h++){c+=-n[r*e+h]*Math.log(l[r*e+h]);const u=4*(i*n[r*e+h]-l[r*e+h])*o[r*e+h];for(let e=0;e<s;e++)a[e]+=u*(t[r][e]-t[h][e])}h.push(a)}return{cost:c,grad:h}}}},5362:(t,e,s)=>{"use strict";s.d(e,{Z:()=>a});var n=s(7537),i=s.n(n),o=s(3645),r=s.n(o)()(i());r.push([t.id,".macromolecule-cell-comp-analysis-host{\n max-height: 250px;\n overflow-y: scroll;\n}\n\n.macromolecule-cell-comp-analysis-bar{\n height: inherit;\n display: block;\n margin-top: 1.5px;\n margin-bottom: 1.5px;\n margin-right: 3px;\n}\n\n.macromolecule-cell-comp-analysis-value{\n display: flex;\n}","",{version:3,sources:["webpack://./css/composition-analysis.css"],names:[],mappings:"AAAA;IACI,iBAAiB;IACjB,kBAAkB;AACtB;;AAEA;IACI,eAAe;IACf,cAAc;IACd,iBAAiB;IACjB,oBAAoB;IACpB,iBAAiB;AACrB;;AAEA;IACI,aAAa;AACjB",sourcesContent:[".macromolecule-cell-comp-analysis-host{\n max-height: 250px;\n overflow-y: scroll;\n}\n\n.macromolecule-cell-comp-analysis-bar{\n height: inherit;\n display: block;\n margin-top: 1.5px;\n margin-bottom: 1.5px;\n margin-right: 3px;\n}\n\n.macromolecule-cell-comp-analysis-value{\n display: flex;\n}"],sourceRoot:""}]);const a=r},9564:(t,e,s)=>{"use strict";s.d(e,{Z:()=>a});var n=s(7537),i=s.n(n),o=s(3645),r=s.n(o)()(i());r.push([t.id,".kalign-version {\n margin-bottom: 0;\n text-align: end;\n font-size: 12px;\n opacity: 0.8;\n}\nbutton.msa-params-button.ui-btn {\n justify-content: end;\n}","",{version:3,sources:["webpack://./css/msa.css"],names:[],mappings:"AAAA;IACI,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,YAAY;AAChB;AACA;IACI,oBAAoB;AACxB",sourcesContent:[".kalign-version {\n margin-bottom: 0;\n text-align: end;\n font-size: 12px;\n opacity: 0.8;\n}\nbutton.msa-params-button.ui-btn {\n justify-content: end;\n}"],sourceRoot:""}]);const a=r},9414:(t,e,s)=>{"use strict";s.d(e,{Z:()=>a});var n=s(7537),i=s.n(n),o=s(3645),r=s.n(o)()(i());r.push([t.id,".scatter_plot_link {\n position: absolute!important;\n right: 10px;\n}\n\n.cliffs_grid {\n top: 10px;\n}\n\n.show_only_cliffs {\n top: 30px;\n}\n\n.ml-dim-reduction-settings-input i.grok-icon.grok-font-icon-settings {\n font-size: 18px;\n position: absolute;\n height: 28px;\n}\n","",{version:3,sources:["webpack://./node_modules/@datagrok-libraries/ml/css/styles.css"],names:[],mappings:"AAAA;IACI,4BAA4B;IAC5B,WAAW;AACf;;AAEA;IACI,SAAS;AACb;;AAEA;IACI,SAAS;AACb;;AAEA;IACI,eAAe;IACf,kBAAkB;IAClB,YAAY;AAChB",sourcesContent:[".scatter_plot_link {\n position: absolute!important;\n right: 10px;\n}\n\n.cliffs_grid {\n top: 10px;\n}\n\n.show_only_cliffs {\n top: 30px;\n}\n\n.ml-dim-reduction-settings-input i.grok-icon.grok-font-icon-settings {\n font-size: 18px;\n position: absolute;\n height: 28px;\n}\n"],sourceRoot:""}]);const a=r},3645:t=>{"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var s="",n=void 0!==e[5];return e[4]&&(s+="@supports (".concat(e[4],") {")),e[2]&&(s+="@media ".concat(e[2]," {")),n&&(s+="@layer".concat(e[5].length>0?" ".concat(e[5]):""," {")),s+=t(e),n&&(s+="}"),e[2]&&(s+="}"),e[4]&&(s+="}"),s})).join("")},e.i=function(t,s,n,i,o){"string"==typeof t&&(t=[[null,t,void 0]]);var r={};if(n)for(var a=0;a<this.length;a++){var l=this[a][0];null!=l&&(r[l]=!0)}for(var c=0;c<t.length;c++){var h=[].concat(t[c]);n&&r[h[0]]||(void 0!==o&&(void 0===h[5]||(h[1]="@layer".concat(h[5].length>0?" ".concat(h[5]):""," {").concat(h[1],"}")),h[5]=o),s&&(h[2]?(h[1]="@media ".concat(h[2]," {").concat(h[1],"}"),h[2]=s):h[2]=s),i&&(h[4]?(h[1]="@supports (".concat(h[4],") {").concat(h[1],"}"),h[4]=i):h[4]="".concat(i)),e.push(h))}},e}},7537:t=>{"use strict";t.exports=function(t){var e=t[1],s=t[3];if(!s)return e;if("function"==typeof btoa){var n=btoa(unescape(encodeURIComponent(JSON.stringify(s)))),i="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(n),o="/*# ".concat(i," */");return[e].concat([o]).join("\n")}return[e].join("\n")}},9133:function(t,e,s){var n;!function(e,i){var o={};!function(t){"use strict";t.__esModule=!0,t.digestLength=32,t.blockSize=64;var e=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]);function s(t,s,n,i,o){for(var r,a,l,c,h,u,m,d,g,p,f,y,w;o>=64;){for(r=s[0],a=s[1],l=s[2],c=s[3],h=s[4],u=s[5],m=s[6],d=s[7],p=0;p<16;p++)f=i+4*p,t[p]=(255&n[f])<<24|(255&n[f+1])<<16|(255&n[f+2])<<8|255&n[f+3];for(p=16;p<64;p++)y=((g=t[p-2])>>>17|g<<15)^(g>>>19|g<<13)^g>>>10,w=((g=t[p-15])>>>7|g<<25)^(g>>>18|g<<14)^g>>>3,t[p]=(y+t[p-7]|0)+(w+t[p-16]|0);for(p=0;p<64;p++)y=(((h>>>6|h<<26)^(h>>>11|h<<21)^(h>>>25|h<<7))+(h&u^~h&m)|0)+(d+(e[p]+t[p]|0)|0)|0,w=((r>>>2|r<<30)^(r>>>13|r<<19)^(r>>>22|r<<10))+(r&a^r&l^a&l)|0,d=m,m=u,u=h,h=c+y|0,c=l,l=a,a=r,r=y+w|0;s[0]+=r,s[1]+=a,s[2]+=l,s[3]+=c,s[4]+=h,s[5]+=u,s[6]+=m,s[7]+=d,i+=64,o-=64}return i}var n=function(){function e(){this.digestLength=t.digestLength,this.blockSize=t.blockSize,this.state=new Int32Array(8),this.temp=new Int32Array(64),this.buffer=new Uint8Array(128),this.bufferLength=0,this.bytesHashed=0,this.finished=!1,this.reset()}return e.prototype.reset=function(){return this.state[0]=1779033703,this.state[1]=3144134277,this.state[2]=1013904242,this.state[3]=2773480762,this.state[4]=1359893119,this.state[5]=2600822924,this.state[6]=528734635,this.state[7]=1541459225,this.bufferLength=0,this.bytesHashed=0,this.finished=!1,this},e.prototype.clean=function(){for(var t=0;t<this.buffer.length;t++)this.buffer[t]=0;for(t=0;t<this.temp.length;t++)this.temp[t]=0;this.reset()},e.prototype.update=function(t,e){if(void 0===e&&(e=t.length),this.finished)throw new Error("SHA256: can't update because hash was finished.");var n=0;if(this.bytesHashed+=e,this.bufferLength>0){for(;this.bufferLength<64&&e>0;)this.buffer[this.bufferLength++]=t[n++],e--;64===this.bufferLength&&(s(this.temp,this.state,this.buffer,0,64),this.bufferLength=0)}for(e>=64&&(n=s(this.temp,this.state,t,n,e),e%=64);e>0;)this.buffer[this.bufferLength++]=t[n++],e--;return this},e.prototype.finish=function(t){if(!this.finished){var e=this.bytesHashed,n=this.bufferLength,i=e/536870912|0,o=e<<3,r=e%64<56?64:128;this.buffer[n]=128;for(var a=n+1;a<r-8;a++)this.buffer[a]=0;this.buffer[r-8]=i>>>24&255,this.buffer[r-7]=i>>>16&255,this.buffer[r-6]=i>>>8&255,this.buffer[r-5]=i>>>0&255,this.buffer[r-4]=o>>>24&255,this.buffer[r-3]=o>>>16&255,this.buffer[r-2]=o>>>8&255,this.buffer[r-1]=o>>>0&255,s(this.temp,this.state,this.buffer,0,r),this.finished=!0}for(a=0;a<8;a++)t[4*a+0]=this.state[a]>>>24&255,t[4*a+1]=this.state[a]>>>16&255,t[4*a+2]=this.state[a]>>>8&255,t[4*a+3]=this.state[a]>>>0&255;return this},e.prototype.digest=function(){var t=new Uint8Array(this.digestLength);return this.finish(t),t},e.prototype._saveState=function(t){for(var e=0;e<this.state.length;e++)t[e]=this.state[e]},e.prototype._restoreState=function(t,e){for(var s=0;s<this.state.length;s++)this.state[s]=t[s];this.bytesHashed=e,this.finished=!1,this.bufferLength=0},e}();t.Hash=n;var i=function(){function t(t){this.inner=new n,this.outer=new n,this.blockSize=this.inner.blockSize,this.digestLength=this.inner.digestLength;var e=new Uint8Array(this.blockSize);if(t.length>this.blockSize)(new n).update(t).finish(e).clean();else for(var s=0;s<t.length;s++)e[s]=t[s];for(s=0;s<e.length;s++)e[s]^=54;for(this.inner.update(e),s=0;s<e.length;s++)e[s]^=106;for(this.outer.update(e),this.istate=new Uint32Array(8),this.ostate=new Uint32Array(8),this.inner._saveState(this.istate),this.outer._saveState(this.ostate),s=0;s<e.length;s++)e[s]=0}return t.prototype.reset=function(){return this.inner._restoreState(this.istate,this.inner.blockSize),this.outer._restoreState(this.ostate,this.outer.blockSize),this},t.prototype.clean=function(){for(var t=0;t<this.istate.length;t++)this.ostate[t]=this.istate[t]=0;this.inner.clean(),this.outer.clean()},t.prototype.update=function(t){return this.inner.update(t),this},t.prototype.finish=function(t){return this.outer.finished?this.outer.finish(t):(this.inner.finish(t),this.outer.update(t,this.digestLength).finish(t)),this},t.prototype.digest=function(){var t=new Uint8Array(this.digestLength);return this.finish(t),t},t}();function o(t){var e=(new n).update(t),s=e.digest();return e.clean(),s}function r(t,e){var s=new i(t).update(e),n=s.digest();return s.clean(),n}function a(t,e,s,n){var i=n[0];if(0===i)throw new Error("hkdf: cannot expand more");e.reset(),i>1&&e.update(t),s&&e.update(s),e.update(n),e.finish(t),n[0]++}t.HMAC=i,t.hash=o,t.default=o,t.hmac=r;var l=new Uint8Array(t.digestLength);t.hkdf=function(t,e,s,n){void 0===e&&(e=l),void 0===n&&(n=32);for(var o=new Uint8Array([1]),c=r(e,t),h=new i(c),u=new Uint8Array(h.digestLength),m=u.length,d=new Uint8Array(n),g=0;g<n;g++)m===u.length&&(a(u,h,s,o),m=0),d[g]=u[m++];return h.clean(),u.fill(0),o.fill(0),d},t.pbkdf2=function(t,e,s,n){for(var o=new i(t),r=o.digestLength,a=new Uint8Array(4),l=new Uint8Array(r),c=new Uint8Array(r),h=new Uint8Array(n),u=0;u*r<n;u++){var m=u+1;a[0]=m>>>24&255,a[1]=m>>>16&255,a[2]=m>>>8&255,a[3]=m>>>0&255,o.reset(),o.update(e),o.update(a),o.finish(c);for(var d=0;d<r;d++)l[d]=c[d];for(d=2;d<=s;d++){o.reset(),o.update(c).finish(c);for(var g=0;g<r;g++)l[g]^=c[g]}for(d=0;d<r&&u*r+d<n;d++)h[u*r+d]=l[d]}for(u=0;u<r;u++)l[u]=c[u]=0;for(u=0;u<4;u++)a[u]=0;return o.clean(),h}}(o);var r=o.default;for(var a in o)r[a]=o[a];"object"==typeof t.exports?t.exports=r:void 0===(n=function(){return r}.call(o,s,o,t))||(t.exports=n)}()},1811:(t,e,s)=>{"use strict";s.d(e,{T:()=>i});const n=new Uint32Array(65536),i=(t,e)=>{if(t.length<e.length){const s=e;e=t,t=s}return 0===e.length?t.length:t.length<=32?((t,e)=>{const s=t.length,i=e.length,o=1<<s-1;let r=-1,a=0,l=s,c=s;for(;c--;)n[t.charCodeAt(c)]|=1<<c;for(c=0;c<i;c++){let t=n[e.charCodeAt(c)];const s=t|a;t|=(t&r)+r^r,a|=~(t|r),r&=t,a&o&&l++,r&o&&l--,a=a<<1|1,r=r<<1|~(s|a),a&=s}for(c=s;c--;)n[t.charCodeAt(c)]=0;return l})(t,e):((t,e)=>{const s=e.length,i=t.length,o=[],r=[],a=Math.ceil(s/32),l=Math.ceil(i/32);for(let t=0;t<a;t++)r[t]=-1,o[t]=0;let c=0;for(;c<l-1;c++){let a=0,l=-1;const h=32*c,u=Math.min(32,i)+h;for(let e=h;e<u;e++)n[t.charCodeAt(e)]|=1<<e;for(let t=0;t<s;t++){const s=n[e.charCodeAt(t)],i=r[t/32|0]>>>t&1,c=o[t/32|0]>>>t&1,h=s|a,u=((s|c)&l)+l^l|s|c;let m=a|~(u|l),d=l&u;m>>>31^i&&(r[t/32|0]^=1<<t),d>>>31^c&&(o[t/32|0]^=1<<t),m=m<<1|i,d=d<<1|c,l=d|~(h|m),a=m&h}for(let e=h;e<u;e++)n[t.charCodeAt(e)]=0}let h=0,u=-1;const m=32*c,d=Math.min(32,i-m)+m;for(let e=m;e<d;e++)n[t.charCodeAt(e)]|=1<<e;let g=i;for(let t=0;t<s;t++){const s=n[e.charCodeAt(t)],a=r[t/32|0]>>>t&1,l=o[t/32|0]>>>t&1,c=s|h,m=((s|l)&u)+u^u|s|l;let d=h|~(m|u),p=u&m;g+=d>>>i-1&1,g-=p>>>i-1&1,d>>>31^a&&(r[t/32|0]^=1<<t),p>>>31^l&&(o[t/32|0]^=1<<t),d=d<<1|a,p=p<<1|l,u=p|~(c|d),h=d&c}for(let e=m;e<d;e++)n[t.charCodeAt(e)]=0;return g})(t,e)}},7531:(t,e,s)=>{"use strict";s.d(e,{Z:()=>i});const n=Object.prototype.toString;function i(t){return n.call(t).endsWith("Array]")}},3979:(t,e)=>{"use strict";e.H$=void 0,e.H$=function(t,e,s){var n=function(t,e,s){if(0===t.length||0===e.length)return 0;if(s&&!s.caseSensitive&&(t=t.toUpperCase(),e=e.toUpperCase()),t===e)return 1;for(var n=0,i=t.length,o=e.length,r=Math.floor(Math.max(i,o)/2)-1,a=new Array(i),l=new Array(o),c=0;c<i;c++)for(var h=Math.max(0,c-r);h<=Math.min(o,c+r+1);h++)if(!a[c]&&!l[h]&&t[c]===e[h]){++n,a[c]=l[h]=!0;break}if(0===n)return 0;var u=0,m=0;for(c=0;c<i;c++)if(a[c]){for(;!l[m];)m++;t.charAt(c)!==e.charAt(m++)&&u++}return(n/i+n/o+(n-(u/=2))/n)/3}(t,e,s),i=0;if(n>.7){for(var o=Math.min(t.length,e.length),r=0;t[r]===e[r]&&r<4&&r<o;)++i,r++;n+=.1*i*(1-n)}return n}},5111:(t,e,s)=>{"use strict";s.d(e,{Z:()=>i});var n=s(6044);function i(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!(0,n.N)(t))throw new TypeError("input must be an array");if(0===t.length)throw new TypeError("input must not be empty");var s=e.fromIndex,i=void 0===s?0:s,o=e.toIndex,r=void 0===o?t.length:o;if(i<0||i>=t.length||!Number.isInteger(i))throw new Error("fromIndex must be a positive integer smaller than length");if(r<=i||r>t.length||!Number.isInteger(r))throw new Error("toIndex must be an integer greater than fromIndex and at most equal to length");for(var a=t[i],l=i+1;l<r;l++)t[l]>a&&(a=t[l]);return a}},6044:(t,e,s)=>{"use strict";s.d(e,{N:()=>i});const n=Object.prototype.toString;function i(t){return n.call(t).endsWith("Array]")}},1772:(t,e,s)=>{"use strict";s.d(e,{Z:()=>i});var n=s(994);function i(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!(0,n.N)(t))throw new TypeError("input must be an array");if(0===t.length)throw new TypeError("input must not be empty");var s=e.fromIndex,i=void 0===s?0:s,o=e.toIndex,r=void 0===o?t.length:o;if(i<0||i>=t.length||!Number.isInteger(i))throw new Error("fromIndex must be a positive integer smaller than length");if(r<=i||r>t.length||!Number.isInteger(r))throw new Error("toIndex must be an integer greater than fromIndex and at most equal to length");for(var a=t[i],l=i+1;l<r;l++)t[l]<a&&(a=t[l]);return a}},994:(t,e,s)=>{"use strict";s.d(e,{N:()=>i});const n=Object.prototype.toString;function i(t){return n.call(t).endsWith("Array]")}},5408:(t,e,s)=>{"use strict";s.d(e,{Z:()=>r});var n=s(6241),i=s(5111),o=s(1772);function r(t){var e,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!(0,n.N)(t))throw new TypeError("input must be an array");if(0===t.length)throw new TypeError("input must not be empty");if(void 0!==s.output){if(!(0,n.N)(s.output))throw new TypeError("output option must be an array if specified");e=s.output}else e=new Array(t.length);var r=(0,o.Z)(t),a=(0,i.Z)(t);if(r===a)throw new RangeError("minimum and maximum input values are equal. Cannot rescale a constant array");var l=s.min,c=void 0===l?s.autoMinMax?r:0:l,h=s.max,u=void 0===h?s.autoMinMax?a:1:h;if(c>=u)throw new RangeError("min option must be smaller than max option");for(var m=(u-c)/(a-r),d=0;d<t.length;d++)e[d]=(t[d]-r)*m+c;return e}},6241:(t,e,s)=>{"use strict";s.d(e,{N:()=>i});const n=Object.prototype.toString;function i(t){return n.call(t).endsWith("Array]")}},1353:(t,e,s)=>{"use strict";function n(t,e,s){let n=0;const i=s(e);for(let e=0;e<t.x.length;e++)n+=Math.abs(t.y[e]-i(t.x[e]));return n}s.d(e,{Z:()=>n})},3107:(t,e,s)=>{"use strict";s.d(e,{Z:()=>r});var n=s(7531),i=s(1353),o=s(8188);function r(t,e,s={}){let{maxIterations:r=100,gradientDifference:a=.1,damping:l=0,errorTolerance:c=.01,minValues:h,maxValues:u,initialValues:m}=s;if(l<=0)throw new Error("The damping option must be a positive number");if(!t.x||!t.y)throw new Error("The data parameter must have x and y elements");if(!(0,n.Z)(t.x)||t.x.length<2||!(0,n.Z)(t.y)||t.y.length<2)throw new Error("The data parameter elements must be an array with more than 2 points");if(t.x.length!==t.y.length)throw new Error("The data parameter elements must have the same size");let d=m||new Array(e.length).fill(1),g=d.length;if(u=u||new Array(g).fill(Number.MAX_SAFE_INTEGER),h=h||new Array(g).fill(Number.MIN_SAFE_INTEGER),u.length!==h.length)throw new Error("minValues and maxValues must be the same size");if(!(0,n.Z)(d))throw new Error("initialValues must be an array");let p,f=(0,i.Z)(t,d,e),y=f<=c;for(p=0;p<r&&!y;p++){d=(0,o.Z)(t,d,l,a,e);for(let t=0;t<g;t++)d[t]=Math.min(Math.max(h[t],d[t]),u[t]);if(f=(0,i.Z)(t,d,e),isNaN(f))break;y=f<=c}return{parameterValues:d,parameterError:f,iterations:p}}},8188:(t,e,s)=>{"use strict";s.d(e,{Z:()=>o});var n=s(1174),i=s(8345);function o(t,e,s,o,r){let a=s*o*o,l=n.Z.eye(e.length,e.length,a);const c=r(e);let h=new Float64Array(t.x.length);for(let e=0;e<t.x.length;e++)h[e]=c(t.x[e]);let u=function(t,e,s,i,o){const r=s.length,a=t.x.length;let l=new Array(r);for(let n=0;n<r;n++){l[n]=new Array(a);let r=s.slice();r[n]+=i;let c=o(r);for(let s=0;s<a;s++)l[n][s]=e[s]-c(t.x[s])}return new n.Z(l)}(t,h,e,o,r),m=function(t,e){const s=t.x.length;let i=new Array(s);for(let n=0;n<s;n++)i[n]=[t.y[n]-e[n]];return new n.Z(i)}(t,h),d=(0,i.S)(l.add(u.mmul(u.transpose())));return(e=(e=new n.Z([e])).sub(d.mmul(u).mmul(m).mul(o).transpose())).to1DArray()}},5776:(t,e,s)=>{"use strict";s.d(e,{N:()=>i});const n=Object.prototype.toString;function i(t){return n.call(t).endsWith("Array]")}},2313:(t,e,s)=>{"use strict";s.d(e,{Z:()=>o});var n=s(1174),i=s(8353);class o{constructor(t){let e,s,n,o,r,a,l,c,h,u=(t=i.Z.checkMatrix(t)).clone(),m=u.rows,d=u.columns,g=new Float64Array(m),p=1;for(e=0;e<m;e++)g[e]=e;for(c=new Float64Array(m),s=0;s<d;s++){for(e=0;e<m;e++)c[e]=u.get(e,s);for(e=0;e<m;e++){for(h=Math.min(e,s),r=0,n=0;n<h;n++)r+=u.get(e,n)*c[n];c[e]-=r,u.set(e,s,c[e])}for(o=s,e=s+1;e<m;e++)Math.abs(c[e])>Math.abs(c[o])&&(o=e);if(o!==s){for(n=0;n<d;n++)a=u.get(o,n),u.set(o,n,u.get(s,n)),u.set(s,n,a);l=g[o],g[o]=g[s],g[s]=l,p=-p}if(s<m&&0!==u.get(s,s))for(e=s+1;e<m;e++)u.set(e,s,u.get(e,s)/u.get(s,s))}this.LU=u,this.pivotVector=g,this.pivotSign=p}isSingular(){let t=this.LU,e=t.columns;for(let s=0;s<e;s++)if(0===t.get(s,s))return!0;return!1}solve(t){t=n.Z.checkMatrix(t);let e=this.LU;if(e.rows!==t.rows)throw new Error("Invalid matrix dimensions");if(this.isSingular())throw new Error("LU matrix is singular");let s,i,o,r=t.columns,a=t.subMatrixRow(this.pivotVector,0,r-1),l=e.columns;for(o=0;o<l;o++)for(s=o+1;s<l;s++)for(i=0;i<r;i++)a.set(s,i,a.get(s,i)-a.get(o,i)*e.get(s,o));for(o=l-1;o>=0;o--){for(i=0;i<r;i++)a.set(o,i,a.get(o,i)/e.get(o,o));for(s=0;s<o;s++)for(i=0;i<r;i++)a.set(s,i,a.get(s,i)-a.get(o,i)*e.get(s,o))}return a}get determinant(){let t=this.LU;if(!t.isSquare())throw new Error("Matrix must be square");let e=this.pivotSign,s=t.columns;for(let n=0;n<s;n++)e*=t.get(n,n);return e}get lowerTriangularMatrix(){let t=this.LU,e=t.rows,s=t.columns,i=new n.Z(e,s);for(let n=0;n<e;n++)for(let e=0;e<s;e++)n>e?i.set(n,e,t.get(n,e)):n===e?i.set(n,e,1):i.set(n,e,0);return i}get upperTriangularMatrix(){let t=this.LU,e=t.rows,s=t.columns,i=new n.Z(e,s);for(let n=0;n<e;n++)for(let e=0;e<s;e++)n<=e?i.set(n,e,t.get(n,e)):i.set(n,e,0);return i}get pivotPermutationVector(){return Array.from(this.pivotVector)}}},7072:(t,e,s)=>{"use strict";s.d(e,{Z:()=>r});var n=s(1174),i=s(8353),o=s(6310);class r{constructor(t){let e,s,n,r,a=(t=i.Z.checkMatrix(t)).clone(),l=t.rows,c=t.columns,h=new Float64Array(c);for(n=0;n<c;n++){let t=0;for(e=n;e<l;e++)t=(0,o.G)(t,a.get(e,n));if(0!==t){for(a.get(n,n)<0&&(t=-t),e=n;e<l;e++)a.set(e,n,a.get(e,n)/t);for(a.set(n,n,a.get(n,n)+1),s=n+1;s<c;s++){for(r=0,e=n;e<l;e++)r+=a.get(e,n)*a.get(e,s);for(r=-r/a.get(n,n),e=n;e<l;e++)a.set(e,s,a.get(e,s)+r*a.get(e,n))}}h[n]=-t}this.QR=a,this.Rdiag=h}solve(t){t=n.Z.checkMatrix(t);let e=this.QR,s=e.rows;if(t.rows!==s)throw new Error("Matrix row dimensions must agree");if(!this.isFullRank())throw new Error("Matrix is rank deficient");let i,o,r,a,l=t.columns,c=t.clone(),h=e.columns;for(r=0;r<h;r++)for(o=0;o<l;o++){for(a=0,i=r;i<s;i++)a+=e.get(i,r)*c.get(i,o);for(a=-a/e.get(r,r),i=r;i<s;i++)c.set(i,o,c.get(i,o)+a*e.get(i,r))}for(r=h-1;r>=0;r--){for(o=0;o<l;o++)c.set(r,o,c.get(r,o)/this.Rdiag[r]);for(i=0;i<r;i++)for(o=0;o<l;o++)c.set(i,o,c.get(i,o)-c.get(r,o)*e.get(i,r))}return c.subMatrix(0,h-1,0,l-1)}isFullRank(){let t=this.QR.columns;for(let e=0;e<t;e++)if(0===this.Rdiag[e])return!1;return!0}get upperTriangularMatrix(){let t,e,s=this.QR,i=s.columns,o=new n.Z(i,i);for(t=0;t<i;t++)for(e=0;e<i;e++)t<e?o.set(t,e,s.get(t,e)):t===e?o.set(t,e,this.Rdiag[t]):o.set(t,e,0);return o}get orthogonalMatrix(){let t,e,s,i,o=this.QR,r=o.rows,a=o.columns,l=new n.Z(r,a);for(s=a-1;s>=0;s--){for(t=0;t<r;t++)l.set(t,s,0);for(l.set(s,s,1),e=s;e<a;e++)if(0!==o.get(s,s)){for(i=0,t=s;t<r;t++)i+=o.get(t,s)*l.get(t,e);for(i=-i/o.get(s,s),t=s;t<r;t++)l.set(t,e,l.get(t,e)+i*o.get(t,s))}}return l}}},6943:(t,e,s)=>{"use strict";s.d(e,{Z:()=>r});var n=s(1174),i=s(8353),o=s(6310);class r{constructor(t,e={}){if((t=i.Z.checkMatrix(t)).isEmpty())throw new Error("Matrix must be non-empty");let s=t.rows,r=t.columns;const{computeLeftSingularVectors:a=!0,computeRightSingularVectors:l=!0,autoTranspose:c=!1}=e;let h,u=Boolean(a),m=Boolean(l),d=!1;if(s<r)if(c){h=t.transpose(),s=h.rows,r=h.columns,d=!0;let e=u;u=m,m=e}else h=t.clone(),console.warn("Computing SVD on a matrix with more columns than rows. Consider enabling autoTranspose");else h=t.clone();let g=Math.min(s,r),p=Math.min(s+1,r),f=new Float64Array(p),y=new n.Z(s,g),w=new n.Z(r,r),b=new Float64Array(r),T=new Float64Array(s),C=new Float64Array(p);for(let t=0;t<p;t++)C[t]=t;let A=Math.min(s-1,r),S=Math.max(0,Math.min(r-2,s)),E=Math.max(A,S);for(let t=0;t<E;t++){if(t<A){f[t]=0;for(let e=t;e<s;e++)f[t]=(0,o.G)(f[t],h.get(e,t));if(0!==f[t]){h.get(t,t)<0&&(f[t]=-f[t]);for(let e=t;e<s;e++)h.set(e,t,h.get(e,t)/f[t]);h.set(t,t,h.get(t,t)+1)}f[t]=-f[t]}for(let e=t+1;e<r;e++){if(t<A&&0!==f[t]){let n=0;for(let i=t;i<s;i++)n+=h.get(i,t)*h.get(i,e);n=-n/h.get(t,t);for(let i=t;i<s;i++)h.set(i,e,h.get(i,e)+n*h.get(i,t))}b[e]=h.get(t,e)}if(u&&t<A)for(let e=t;e<s;e++)y.set(e,t,h.get(e,t));if(t<S){b[t]=0;for(let e=t+1;e<r;e++)b[t]=(0,o.G)(b[t],b[e]);if(0!==b[t]){b[t+1]<0&&(b[t]=0-b[t]);for(let e=t+1;e<r;e++)b[e]/=b[t];b[t+1]+=1}if(b[t]=-b[t],t+1<s&&0!==b[t]){for(let e=t+1;e<s;e++)T[e]=0;for(let e=t+1;e<s;e++)for(let s=t+1;s<r;s++)T[e]+=b[s]*h.get(e,s);for(let e=t+1;e<r;e++){let n=-b[e]/b[t+1];for(let i=t+1;i<s;i++)h.set(i,e,h.get(i,e)+n*T[i])}}if(m)for(let e=t+1;e<r;e++)w.set(e,t,b[e])}}let M=Math.min(r,s+1);if(A<r&&(f[A]=h.get(A,A)),s<M&&(f[M-1]=0),S+1<M&&(b[S]=h.get(S,M-1)),b[M-1]=0,u){for(let t=A;t<g;t++){for(let e=0;e<s;e++)y.set(e,t,0);y.set(t,t,1)}for(let t=A-1;t>=0;t--)if(0!==f[t]){for(let e=t+1;e<g;e++){let n=0;for(let i=t;i<s;i++)n+=y.get(i,t)*y.get(i,e);n=-n/y.get(t,t);for(let i=t;i<s;i++)y.set(i,e,y.get(i,e)+n*y.get(i,t))}for(let e=t;e<s;e++)y.set(e,t,-y.get(e,t));y.set(t,t,1+y.get(t,t));for(let e=0;e<t-1;e++)y.set(e,t,0)}else{for(let e=0;e<s;e++)y.set(e,t,0);y.set(t,t,1)}}if(m)for(let t=r-1;t>=0;t--){if(t<S&&0!==b[t])for(let e=t+1;e<r;e++){let s=0;for(let n=t+1;n<r;n++)s+=w.get(n,t)*w.get(n,e);s=-s/w.get(t+1,t);for(let n=t+1;n<r;n++)w.set(n,e,w.get(n,e)+s*w.get(n,t))}for(let e=0;e<r;e++)w.set(e,t,0);w.set(t,t,1)}let v=M-1,N=0,L=Number.EPSILON;for(;M>0;){let t,e;for(t=M-2;t>=-1&&-1!==t;t--){const e=Number.MIN_VALUE+L*Math.abs(f[t]+Math.abs(f[t+1]));if(Math.abs(b[t])<=e||Number.isNaN(b[t])){b[t]=0;break}}if(t===M-2)e=4;else{let s;for(s=M-1;s>=t&&s!==t;s--){let e=(s!==M?Math.abs(b[s]):0)+(s!==t+1?Math.abs(b[s-1]):0);if(Math.abs(f[s])<=L*e){f[s]=0;break}}s===t?e=3:s===M-1?e=1:(e=2,t=s)}switch(t++,e){case 1:{let e=b[M-2];b[M-2]=0;for(let s=M-2;s>=t;s--){let n=(0,o.G)(f[s],e),i=f[s]/n,a=e/n;if(f[s]=n,s!==t&&(e=-a*b[s-1],b[s-1]=i*b[s-1]),m)for(let t=0;t<r;t++)n=i*w.get(t,s)+a*w.get(t,M-1),w.set(t,M-1,-a*w.get(t,s)+i*w.get(t,M-1)),w.set(t,s,n)}break}case 2:{let e=b[t-1];b[t-1]=0;for(let n=t;n<M;n++){let i=(0,o.G)(f[n],e),r=f[n]/i,a=e/i;if(f[n]=i,e=-a*b[n],b[n]=r*b[n],u)for(let e=0;e<s;e++)i=r*y.get(e,n)+a*y.get(e,t-1),y.set(e,t-1,-a*y.get(e,n)+r*y.get(e,t-1)),y.set(e,n,i)}break}case 3:{const e=Math.max(Math.abs(f[M-1]),Math.abs(f[M-2]),Math.abs(b[M-2]),Math.abs(f[t]),Math.abs(b[t])),n=f[M-1]/e,i=f[M-2]/e,a=b[M-2]/e,l=f[t]/e,c=b[t]/e,h=((i+n)*(i-n)+a*a)/2,d=n*a*(n*a);let g=0;0===h&&0===d||(g=h<0?0-Math.sqrt(h*h+d):Math.sqrt(h*h+d),g=d/(h+g));let p=(l+n)*(l-n)+g,T=l*c;for(let e=t;e<M-1;e++){let n=(0,o.G)(p,T);0===n&&(n=Number.MIN_VALUE);let i=p/n,a=T/n;if(e!==t&&(b[e-1]=n),p=i*f[e]+a*b[e],b[e]=i*b[e]-a*f[e],T=a*f[e+1],f[e+1]=i*f[e+1],m)for(let t=0;t<r;t++)n=i*w.get(t,e)+a*w.get(t,e+1),w.set(t,e+1,-a*w.get(t,e)+i*w.get(t,e+1)),w.set(t,e,n);if(n=(0,o.G)(p,T),0===n&&(n=Number.MIN_VALUE),i=p/n,a=T/n,f[e]=n,p=i*b[e]+a*f[e+1],f[e+1]=-a*b[e]+i*f[e+1],T=a*b[e+1],b[e+1]=i*b[e+1],u&&e<s-1)for(let t=0;t<s;t++)n=i*y.get(t,e)+a*y.get(t,e+1),y.set(t,e+1,-a*y.get(t,e)+i*y.get(t,e+1)),y.set(t,e,n)}b[M-2]=p,N+=1;break}case 4:if(f[t]<=0&&(f[t]=f[t]<0?-f[t]:0,m))for(let e=0;e<=v;e++)w.set(e,t,-w.get(e,t));for(;t<v&&!(f[t]>=f[t+1]);){let e=f[t];if(f[t]=f[t+1],f[t+1]=e,m&&t<r-1)for(let s=0;s<r;s++)e=w.get(s,t+1),w.set(s,t+1,w.get(s,t)),w.set(s,t,e);if(u&&t<s-1)for(let n=0;n<s;n++)e=y.get(n,t+1),y.set(n,t+1,y.get(n,t)),y.set(n,t,e);t++}N=0,M--}}if(d){let t=w;w=y,y=t}this.m=s,this.n=r,this.s=f,this.U=y,this.V=w}solve(t){let e=t,s=this.threshold,i=this.s.length,o=n.Z.zeros(i,i);for(let t=0;t<i;t++)Math.abs(this.s[t])<=s?o.set(t,t,0):o.set(t,t,1/this.s[t]);let r=this.U,a=this.rightSingularVectors,l=a.mmul(o),c=a.rows,h=r.rows,u=n.Z.zeros(c,h);for(let t=0;t<c;t++)for(let e=0;e<h;e++){let s=0;for(let n=0;n<i;n++)s+=l.get(t,n)*r.get(e,n);u.set(t,e,s)}return u.mmul(e)}solveForDiagonal(t){return this.solve(n.Z.diag(t))}inverse(){let t=this.V,e=this.threshold,s=t.rows,i=t.columns,o=new n.Z(s,this.s.length);for(let n=0;n<s;n++)for(let s=0;s<i;s++)Math.abs(this.s[s])>e&&o.set(n,s,t.get(n,s)/this.s[s]);let r=this.U,a=r.rows,l=r.columns,c=new n.Z(s,a);for(let t=0;t<s;t++)for(let e=0;e<a;e++){let s=0;for(let n=0;n<l;n++)s+=o.get(t,n)*r.get(e,n);c.set(t,e,s)}return c}get condition(){return this.s[0]/this.s[Math.min(this.m,this.n)-1]}get norm2(){return this.s[0]}get rank(){let t=Math.max(this.m,this.n)*this.s[0]*Number.EPSILON,e=0,s=this.s;for(let n=0,i=s.length;n<i;n++)s[n]>t&&e++;return e}get diagonal(){return Array.from(this.s)}get threshold(){return Number.EPSILON/2*Math.max(this.m,this.n)*this.s[0]}get leftSingularVectors(){return this.U}get rightSingularVectors(){return this.V}get diagonalMatrix(){return n.Z.diag(this.s)}}},6310:(t,e,s)=>{"use strict";function n(t,e){let s=0;return Math.abs(t)>Math.abs(e)?(s=e/t,Math.abs(t)*Math.sqrt(1+s*s)):0!==e?(s=t/e,Math.abs(e)*Math.sqrt(1+s*s)):0}s.d(e,{G:()=>n})},8345:(t,e,s)=>{"use strict";s.d(e,{S:()=>l});var n=s(2313),i=s(7072),o=s(6943),r=s(1174),a=s(8353);function l(t,e=!1){return t=a.Z.checkMatrix(t),e?new o.Z(t).inverse():function(t,e,s=!1){return t=a.Z.checkMatrix(t),e=a.Z.checkMatrix(e),s?new o.Z(t).solve(e):t.isSquare()?new n.Z(t).solve(e):new i.Z(t).solve(e)}(t,r.Z.eye(t.rows))}},3559:(t,e,s)=>{"use strict";s.d(e,{M:()=>r,V:()=>o});const n=" ".repeat(2),i=" ".repeat(4);function o(){return r(this)}function r(t,e={}){const{maxRows:s=15,maxColumns:o=10,maxNumSize:r=8,padMinus:l="auto"}=e;return`${t.constructor.name} {\n${n}[\n${i}${function(t,e,s,n,o){const{rows:r,columns:l}=t,c=Math.min(r,e),h=Math.min(l,s),u=[];if("auto"===o){o=!1;t:for(let e=0;e<c;e++)for(let s=0;s<h;s++)if(t.get(e,s)<0){o=!0;break t}}for(let e=0;e<c;e++){let s=[];for(let i=0;i<h;i++)s.push(a(t.get(e,i),n,o));u.push(`${s.join(" ")}`)}return h!==l&&(u[u.length-1]+=` ... ${l-s} more columns`),c!==r&&u.push(`... ${r-e} more rows`),u.join(`\n${i}`)}(t,s,o,r,l)}\n${n}]\n${n}rows: ${t.rows}\n${n}columns: ${t.columns}\n}`}function a(t,e,s){return(t>=0&&s?` ${l(t,e-1)}`:l(t,e)).padEnd(e)}function l(t,e){let s=t.toString();if(s.length<=e)return s;let n=t.toFixed(e);if(n.length>e&&(n=t.toFixed(Math.max(0,e-(n.length-e)))),n.length<=e&&!n.startsWith("0.000")&&!n.startsWith("-0.000"))return n;let i=t.toExponential(e);return i.length>e&&(i=t.toExponential(Math.max(0,e-(i.length-e)))),i.slice(0)}},5401:(t,e,s)=>{"use strict";function n(t,e){t.prototype.add=function(t){return"number"==typeof t?this.addS(t):this.addM(t)},t.prototype.addS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)+t);return this},t.prototype.addM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)+t.get(e,s));return this},t.add=function(t,s){return new e(t).add(s)},t.prototype.sub=function(t){return"number"==typeof t?this.subS(t):this.subM(t)},t.prototype.subS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)-t);return this},t.prototype.subM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)-t.get(e,s));return this},t.sub=function(t,s){return new e(t).sub(s)},t.prototype.subtract=t.prototype.sub,t.prototype.subtractS=t.prototype.subS,t.prototype.subtractM=t.prototype.subM,t.subtract=t.sub,t.prototype.mul=function(t){return"number"==typeof t?this.mulS(t):this.mulM(t)},t.prototype.mulS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)*t);return this},t.prototype.mulM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)*t.get(e,s));return this},t.mul=function(t,s){return new e(t).mul(s)},t.prototype.multiply=t.prototype.mul,t.prototype.multiplyS=t.prototype.mulS,t.prototype.multiplyM=t.prototype.mulM,t.multiply=t.mul,t.prototype.div=function(t){return"number"==typeof t?this.divS(t):this.divM(t)},t.prototype.divS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)/t);return this},t.prototype.divM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)/t.get(e,s));return this},t.div=function(t,s){return new e(t).div(s)},t.prototype.divide=t.prototype.div,t.prototype.divideS=t.prototype.divS,t.prototype.divideM=t.prototype.divM,t.divide=t.div,t.prototype.mod=function(t){return"number"==typeof t?this.modS(t):this.modM(t)},t.prototype.modS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)%t);return this},t.prototype.modM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)%t.get(e,s));return this},t.mod=function(t,s){return new e(t).mod(s)},t.prototype.modulus=t.prototype.mod,t.prototype.modulusS=t.prototype.modS,t.prototype.modulusM=t.prototype.modM,t.modulus=t.mod,t.prototype.and=function(t){return"number"==typeof t?this.andS(t):this.andM(t)},t.prototype.andS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)&t);return this},t.prototype.andM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)&t.get(e,s));return this},t.and=function(t,s){return new e(t).and(s)},t.prototype.or=function(t){return"number"==typeof t?this.orS(t):this.orM(t)},t.prototype.orS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)|t);return this},t.prototype.orM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)|t.get(e,s));return this},t.or=function(t,s){return new e(t).or(s)},t.prototype.xor=function(t){return"number"==typeof t?this.xorS(t):this.xorM(t)},t.prototype.xorS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)^t);return this},t.prototype.xorM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)^t.get(e,s));return this},t.xor=function(t,s){return new e(t).xor(s)},t.prototype.leftShift=function(t){return"number"==typeof t?this.leftShiftS(t):this.leftShiftM(t)},t.prototype.leftShiftS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)<<t);return this},t.prototype.leftShiftM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)<<t.get(e,s));return this},t.leftShift=function(t,s){return new e(t).leftShift(s)},t.prototype.signPropagatingRightShift=function(t){return"number"==typeof t?this.signPropagatingRightShiftS(t):this.signPropagatingRightShiftM(t)},t.prototype.signPropagatingRightShiftS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)>>t);return this},t.prototype.signPropagatingRightShiftM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)>>t.get(e,s));return this},t.signPropagatingRightShift=function(t,s){return new e(t).signPropagatingRightShift(s)},t.prototype.rightShift=function(t){return"number"==typeof t?this.rightShiftS(t):this.rightShiftM(t)},t.prototype.rightShiftS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)>>>t);return this},t.prototype.rightShiftM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)>>>t.get(e,s));return this},t.rightShift=function(t,s){return new e(t).rightShift(s)},t.prototype.zeroFillRightShift=t.prototype.rightShift,t.prototype.zeroFillRightShiftS=t.prototype.rightShiftS,t.prototype.zeroFillRightShiftM=t.prototype.rightShiftM,t.zeroFillRightShift=t.rightShift,t.prototype.not=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,~this.get(t,e));return this},t.not=function(t){return new e(t).not()},t.prototype.abs=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.abs(this.get(t,e)));return this},t.abs=function(t){return new e(t).abs()},t.prototype.acos=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.acos(this.get(t,e)));return this},t.acos=function(t){return new e(t).acos()},t.prototype.acosh=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.acosh(this.get(t,e)));return this},t.acosh=function(t){return new e(t).acosh()},t.prototype.asin=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.asin(this.get(t,e)));return this},t.asin=function(t){return new e(t).asin()},t.prototype.asinh=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.asinh(this.get(t,e)));return this},t.asinh=function(t){return new e(t).asinh()},t.prototype.atan=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.atan(this.get(t,e)));return this},t.atan=function(t){return new e(t).atan()},t.prototype.atanh=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.atanh(this.get(t,e)));return this},t.atanh=function(t){return new e(t).atanh()},t.prototype.cbrt=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.cbrt(this.get(t,e)));return this},t.cbrt=function(t){return new e(t).cbrt()},t.prototype.ceil=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.ceil(this.get(t,e)));return this},t.ceil=function(t){return new e(t).ceil()},t.prototype.clz32=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.clz32(this.get(t,e)));return this},t.clz32=function(t){return new e(t).clz32()},t.prototype.cos=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.cos(this.get(t,e)));return this},t.cos=function(t){return new e(t).cos()},t.prototype.cosh=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.cosh(this.get(t,e)));return this},t.cosh=function(t){return new e(t).cosh()},t.prototype.exp=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.exp(this.get(t,e)));return this},t.exp=function(t){return new e(t).exp()},t.prototype.expm1=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.expm1(this.get(t,e)));return this},t.expm1=function(t){return new e(t).expm1()},t.prototype.floor=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.floor(this.get(t,e)));return this},t.floor=function(t){return new e(t).floor()},t.prototype.fround=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.fround(this.get(t,e)));return this},t.fround=function(t){return new e(t).fround()},t.prototype.log=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.log(this.get(t,e)));return this},t.log=function(t){return new e(t).log()},t.prototype.log1p=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.log1p(this.get(t,e)));return this},t.log1p=function(t){return new e(t).log1p()},t.prototype.log10=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.log10(this.get(t,e)));return this},t.log10=function(t){return new e(t).log10()},t.prototype.log2=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.log2(this.get(t,e)));return this},t.log2=function(t){return new e(t).log2()},t.prototype.round=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.round(this.get(t,e)));return this},t.round=function(t){return new e(t).round()},t.prototype.sign=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.sign(this.get(t,e)));return this},t.sign=function(t){return new e(t).sign()},t.prototype.sin=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.sin(this.get(t,e)));return this},t.sin=function(t){return new e(t).sin()},t.prototype.sinh=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.sinh(this.get(t,e)));return this},t.sinh=function(t){return new e(t).sinh()},t.prototype.sqrt=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.sqrt(this.get(t,e)));return this},t.sqrt=function(t){return new e(t).sqrt()},t.prototype.tan=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.tan(this.get(t,e)));return this},t.tan=function(t){return new e(t).tan()},t.prototype.tanh=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.tanh(this.get(t,e)));return this},t.tanh=function(t){return new e(t).tanh()},t.prototype.trunc=function(){for(let t=0;t<this.rows;t++)for(let e=0;e<this.columns;e++)this.set(t,e,Math.trunc(this.get(t,e)));return this},t.trunc=function(t){return new e(t).trunc()},t.pow=function(t,s){return new e(t).pow(s)},t.prototype.pow=function(t){return"number"==typeof t?this.powS(t):this.powM(t)},t.prototype.powS=function(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,Math.pow(this.get(e,s),t));return this},t.prototype.powM=function(t){if(t=e.checkMatrix(t),this.rows!==t.rows||this.columns!==t.columns)throw new RangeError("Matrices dimensions must be equal");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,Math.pow(this.get(e,s),t.get(e,s)));return this}}s.d(e,{z:()=>n})},1174:(t,e,s)=>{"use strict";s.d(e,{X:()=>c,Z:()=>u});var n=s(5776),i=s(5408),o=s(3559),r=s(5401),a=s(9515),l=s(3018);class c{static from1DArray(t,e,s){if(t*e!==s.length)throw new RangeError("data length does not match given dimensions");let n=new u(t,e);for(let i=0;i<t;i++)for(let t=0;t<e;t++)n.set(i,t,s[i*e+t]);return n}static rowVector(t){let e=new u(1,t.length);for(let s=0;s<t.length;s++)e.set(0,s,t[s]);return e}static columnVector(t){let e=new u(t.length,1);for(let s=0;s<t.length;s++)e.set(s,0,t[s]);return e}static zeros(t,e){return new u(t,e)}static ones(t,e){return new u(t,e).fill(1)}static rand(t,e,s={}){if("object"!=typeof s)throw new TypeError("options must be an object");const{random:n=Math.random}=s;let i=new u(t,e);for(let s=0;s<t;s++)for(let t=0;t<e;t++)i.set(s,t,n());return i}static randInt(t,e,s={}){if("object"!=typeof s)throw new TypeError("options must be an object");const{min:n=0,max:i=1e3,random:o=Math.random}=s;if(!Number.isInteger(n))throw new TypeError("min must be an integer");if(!Number.isInteger(i))throw new TypeError("max must be an integer");if(n>=i)throw new RangeError("min must be smaller than max");let r=i-n,a=new u(t,e);for(let s=0;s<t;s++)for(let t=0;t<e;t++){let e=n+Math.round(o()*r);a.set(s,t,e)}return a}static eye(t,e,s){void 0===e&&(e=t),void 0===s&&(s=1);let n=Math.min(t,e),i=this.zeros(t,e);for(let t=0;t<n;t++)i.set(t,t,s);return i}static diag(t,e,s){let n=t.length;void 0===e&&(e=n),void 0===s&&(s=e);let i=Math.min(n,e,s),o=this.zeros(e,s);for(let e=0;e<i;e++)o.set(e,e,t[e]);return o}static min(t,e){t=this.checkMatrix(t),e=this.checkMatrix(e);let s=t.rows,n=t.columns,i=new u(s,n);for(let o=0;o<s;o++)for(let s=0;s<n;s++)i.set(o,s,Math.min(t.get(o,s),e.get(o,s)));return i}static max(t,e){t=this.checkMatrix(t),e=this.checkMatrix(e);let s=t.rows,n=t.columns,i=new this(s,n);for(let o=0;o<s;o++)for(let s=0;s<n;s++)i.set(o,s,Math.max(t.get(o,s),e.get(o,s)));return i}static checkMatrix(t){return c.isMatrix(t)?t:new u(t)}static isMatrix(t){return null!=t&&"Matrix"===t.klass}get size(){return this.rows*this.columns}apply(t){if("function"!=typeof t)throw new TypeError("callback must be a function");for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)t.call(this,e,s);return this}to1DArray(){let t=[];for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)t.push(this.get(e,s));return t}to2DArray(){let t=[];for(let e=0;e<this.rows;e++){t.push([]);for(let s=0;s<this.columns;s++)t[e].push(this.get(e,s))}return t}toJSON(){return this.to2DArray()}isRowVector(){return 1===this.rows}isColumnVector(){return 1===this.columns}isVector(){return 1===this.rows||1===this.columns}isSquare(){return this.rows===this.columns}isEmpty(){return 0===this.rows||0===this.columns}isSymmetric(){if(this.isSquare()){for(let t=0;t<this.rows;t++)for(let e=0;e<=t;e++)if(this.get(t,e)!==this.get(e,t))return!1;return!0}return!1}isEchelonForm(){let t=0,e=0,s=-1,n=!0,i=!1;for(;t<this.rows&&n;){for(e=0,i=!1;e<this.columns&&!1===i;)0===this.get(t,e)?e++:1===this.get(t,e)&&e>s?(i=!0,s=e):(n=!1,i=!0);t++}return n}isReducedEchelonForm(){let t=0,e=0,s=-1,n=!0,i=!1;for(;t<this.rows&&n;){for(e=0,i=!1;e<this.columns&&!1===i;)0===this.get(t,e)?e++:1===this.get(t,e)&&e>s?(i=!0,s=e):(n=!1,i=!0);for(let s=e+1;s<this.rows;s++)0!==this.get(t,s)&&(n=!1);t++}return n}echelonForm(){let t=this.clone(),e=0,s=0;for(;e<t.rows&&s<t.columns;){let n=e;for(let i=e;i<t.rows;i++)t.get(i,s)>t.get(n,s)&&(n=i);if(0===t.get(n,s))s++;else{t.swapRows(e,n);let i=t.get(e,s);for(let n=s;n<t.columns;n++)t.set(e,n,t.get(e,n)/i);for(let n=e+1;n<t.rows;n++){let i=t.get(n,s)/t.get(e,s);t.set(n,s,0);for(let o=s+1;o<t.columns;o++)t.set(n,o,t.get(n,o)-t.get(e,o)*i)}e++,s++}}return t}reducedEchelonForm(){let t=this.echelonForm(),e=t.columns,s=t.rows,n=s-1;for(;n>=0;)if(0===t.maxRow(n))n--;else{let i=0,o=!1;for(;i<s&&!1===o;)1===t.get(n,i)?o=!0:i++;for(let s=0;s<n;s++){let o=t.get(s,i);for(let r=i;r<e;r++){let e=t.get(s,r)-o*t.get(n,r);t.set(s,r,e)}}n--}return t}set(){throw new Error("set method is unimplemented")}get(){throw new Error("get method is unimplemented")}repeat(t={}){if("object"!=typeof t)throw new TypeError("options must be an object");const{rows:e=1,columns:s=1}=t;if(!Number.isInteger(e)||e<=0)throw new TypeError("rows must be a positive integer");if(!Number.isInteger(s)||s<=0)throw new TypeError("columns must be a positive integer");let n=new u(this.rows*e,this.columns*s);for(let t=0;t<e;t++)for(let e=0;e<s;e++)n.setSubMatrix(this,this.rows*t,this.columns*e);return n}fill(t){for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,t);return this}neg(){return this.mulS(-1)}getRow(t){(0,l.zb)(this,t);let e=[];for(let s=0;s<this.columns;s++)e.push(this.get(t,s));return e}getRowVector(t){return u.rowVector(this.getRow(t))}setRow(t,e){(0,l.zb)(this,t),e=(0,l.on)(this,e);for(let s=0;s<this.columns;s++)this.set(t,s,e[s]);return this}swapRows(t,e){(0,l.zb)(this,t),(0,l.zb)(this,e);for(let s=0;s<this.columns;s++){let n=this.get(t,s);this.set(t,s,this.get(e,s)),this.set(e,s,n)}return this}getColumn(t){(0,l.bp)(this,t);let e=[];for(let s=0;s<this.rows;s++)e.push(this.get(s,t));return e}getColumnVector(t){return u.columnVector(this.getColumn(t))}setColumn(t,e){(0,l.bp)(this,t),e=(0,l.Um)(this,e);for(let s=0;s<this.rows;s++)this.set(s,t,e[s]);return this}swapColumns(t,e){(0,l.bp)(this,t),(0,l.bp)(this,e);for(let s=0;s<this.rows;s++){let n=this.get(s,t);this.set(s,t,this.get(s,e)),this.set(s,e,n)}return this}addRowVector(t){t=(0,l.on)(this,t);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)+t[s]);return this}subRowVector(t){t=(0,l.on)(this,t);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)-t[s]);return this}mulRowVector(t){t=(0,l.on)(this,t);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)*t[s]);return this}divRowVector(t){t=(0,l.on)(this,t);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)/t[s]);return this}addColumnVector(t){t=(0,l.Um)(this,t);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)+t[e]);return this}subColumnVector(t){t=(0,l.Um)(this,t);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)-t[e]);return this}mulColumnVector(t){t=(0,l.Um)(this,t);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)*t[e]);return this}divColumnVector(t){t=(0,l.Um)(this,t);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.set(e,s,this.get(e,s)/t[e]);return this}mulRow(t,e){(0,l.zb)(this,t);for(let s=0;s<this.columns;s++)this.set(t,s,this.get(t,s)*e);return this}mulColumn(t,e){(0,l.bp)(this,t);for(let s=0;s<this.rows;s++)this.set(s,t,this.get(s,t)*e);return this}max(t){if(this.isEmpty())return NaN;switch(t){case"row":{const t=new Array(this.rows).fill(Number.NEGATIVE_INFINITY);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.get(e,s)>t[e]&&(t[e]=this.get(e,s));return t}case"column":{const t=new Array(this.columns).fill(Number.NEGATIVE_INFINITY);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.get(e,s)>t[s]&&(t[s]=this.get(e,s));return t}case void 0:{let t=this.get(0,0);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.get(e,s)>t&&(t=this.get(e,s));return t}default:throw new Error(`invalid option: ${t}`)}}maxIndex(){(0,l.cT)(this);let t=this.get(0,0),e=[0,0];for(let s=0;s<this.rows;s++)for(let n=0;n<this.columns;n++)this.get(s,n)>t&&(t=this.get(s,n),e[0]=s,e[1]=n);return e}min(t){if(this.isEmpty())return NaN;switch(t){case"row":{const t=new Array(this.rows).fill(Number.POSITIVE_INFINITY);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.get(e,s)<t[e]&&(t[e]=this.get(e,s));return t}case"column":{const t=new Array(this.columns).fill(Number.POSITIVE_INFINITY);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.get(e,s)<t[s]&&(t[s]=this.get(e,s));return t}case void 0:{let t=this.get(0,0);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)this.get(e,s)<t&&(t=this.get(e,s));return t}default:throw new Error(`invalid option: ${t}`)}}minIndex(){(0,l.cT)(this);let t=this.get(0,0),e=[0,0];for(let s=0;s<this.rows;s++)for(let n=0;n<this.columns;n++)this.get(s,n)<t&&(t=this.get(s,n),e[0]=s,e[1]=n);return e}maxRow(t){if((0,l.zb)(this,t),this.isEmpty())return NaN;let e=this.get(t,0);for(let s=1;s<this.columns;s++)this.get(t,s)>e&&(e=this.get(t,s));return e}maxRowIndex(t){(0,l.zb)(this,t),(0,l.cT)(this);let e=this.get(t,0),s=[t,0];for(let n=1;n<this.columns;n++)this.get(t,n)>e&&(e=this.get(t,n),s[1]=n);return s}minRow(t){if((0,l.zb)(this,t),this.isEmpty())return NaN;let e=this.get(t,0);for(let s=1;s<this.columns;s++)this.get(t,s)<e&&(e=this.get(t,s));return e}minRowIndex(t){(0,l.zb)(this,t),(0,l.cT)(this);let e=this.get(t,0),s=[t,0];for(let n=1;n<this.columns;n++)this.get(t,n)<e&&(e=this.get(t,n),s[1]=n);return s}maxColumn(t){if((0,l.bp)(this,t),this.isEmpty())return NaN;let e=this.get(0,t);for(let s=1;s<this.rows;s++)this.get(s,t)>e&&(e=this.get(s,t));return e}maxColumnIndex(t){(0,l.bp)(this,t),(0,l.cT)(this);let e=this.get(0,t),s=[0,t];for(let n=1;n<this.rows;n++)this.get(n,t)>e&&(e=this.get(n,t),s[0]=n);return s}minColumn(t){if((0,l.bp)(this,t),this.isEmpty())return NaN;let e=this.get(0,t);for(let s=1;s<this.rows;s++)this.get(s,t)<e&&(e=this.get(s,t));return e}minColumnIndex(t){(0,l.bp)(this,t),(0,l.cT)(this);let e=this.get(0,t),s=[0,t];for(let n=1;n<this.rows;n++)this.get(n,t)<e&&(e=this.get(n,t),s[0]=n);return s}diag(){let t=Math.min(this.rows,this.columns),e=[];for(let s=0;s<t;s++)e.push(this.get(s,s));return e}norm(t="frobenius"){let e=0;if("max"===t)return this.max();if("frobenius"===t){for(let t=0;t<this.rows;t++)for(let s=0;s<this.columns;s++)e+=this.get(t,s)*this.get(t,s);return Math.sqrt(e)}throw new RangeError(`unknown norm type: ${t}`)}cumulativeSum(){let t=0;for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)t+=this.get(e,s),this.set(e,s,t);return this}dot(t){c.isMatrix(t)&&(t=t.to1DArray());let e=this.to1DArray();if(e.length!==t.length)throw new RangeError("vectors do not have the same size");let s=0;for(let n=0;n<e.length;n++)s+=e[n]*t[n];return s}mmul(t){t=u.checkMatrix(t);let e=this.rows,s=this.columns,n=t.columns,i=new u(e,n),o=new Float64Array(s);for(let r=0;r<n;r++){for(let e=0;e<s;e++)o[e]=t.get(e,r);for(let t=0;t<e;t++){let e=0;for(let n=0;n<s;n++)e+=this.get(t,n)*o[n];i.set(t,r,e)}}return i}strassen2x2(t){t=u.checkMatrix(t);let e=new u(2,2);const s=this.get(0,0),n=t.get(0,0),i=this.get(0,1),o=t.get(0,1),r=this.get(1,0),a=t.get(1,0),l=this.get(1,1),c=t.get(1,1),h=(s+l)*(n+c),m=(r+l)*n,d=s*(o-c),g=l*(a-n),p=(s+i)*c,f=h+g-p+(i-l)*(a+c),y=d+p,w=m+g,b=h-m+d+(r-s)*(n+o);return e.set(0,0,f),e.set(0,1,y),e.set(1,0,w),e.set(1,1,b),e}strassen3x3(t){t=u.checkMatrix(t);let e=new u(3,3);const s=this.get(0,0),n=this.get(0,1),i=this.get(0,2),o=this.get(1,0),r=this.get(1,1),a=this.get(1,2),l=this.get(2,0),c=this.get(2,1),h=this.get(2,2),m=t.get(0,0),d=t.get(0,1),g=t.get(0,2),p=t.get(1,0),f=t.get(1,1),y=t.get(1,2),w=t.get(2,0),b=t.get(2,1),T=t.get(2,2),C=(s-o)*(-d+f),A=(-s+o+r)*(m-d+f),S=(o+r)*(-m+d),E=s*m,M=(-s+l+c)*(m-g+y),v=(-s+l)*(g-y),N=(l+c)*(-m+g),L=(-i+c+h)*(f+w-b),_=(i-h)*(f-b),I=i*w,P=(c+h)*(-w+b),x=(-i+r+a)*(y+w-T),R=(i-a)*(y-T),O=(r+a)*(-w+T),G=E+I+n*p,F=(s+n+i-o-r-c-h)*f+A+S+E+L+I+P,D=E+M+N+(s+n+i-r-a-l-c)*y+I+x+O,H=C+r*(-m+d+p-f-y-w+T)+A+E+I+x+R,W=C+A+S+E+a*b,k=I+x+R+O+o*g,B=E+M+v+c*(-m+g+p-f-y-w+b)+L+_+I,V=L+_+I+P+l*d,U=E+M+v+N+h*T;return e.set(0,0,G),e.set(0,1,F),e.set(0,2,D),e.set(1,0,H),e.set(1,1,W),e.set(1,2,k),e.set(2,0,B),e.set(2,1,V),e.set(2,2,U),e}mmulStrassen(t){t=u.checkMatrix(t);let e=this.clone(),s=e.rows,n=e.columns,i=t.rows,o=t.columns;function r(t,e,s){let n=t.rows,i=t.columns;if(n===e&&i===s)return t;{let n=c.zeros(e,s);return n=n.setSubMatrix(t,0,0),n}}n!==i&&console.warn(`Multiplying ${s} x ${n} and ${i} x ${o} matrix: dimensions do not match.`);let a=Math.max(s,i),l=Math.max(n,o);return e=r(e,a,l),function t(e,s,n,i){if(n<=512||i<=512)return e.mmul(s);n%2==1&&i%2==1?(e=r(e,n+1,i+1),s=r(s,n+1,i+1)):n%2==1?(e=r(e,n+1,i),s=r(s,n+1,i)):i%2==1&&(e=r(e,n,i+1),s=r(s,n,i+1));let o=parseInt(e.rows/2,10),a=parseInt(e.columns/2,10),l=e.subMatrix(0,o-1,0,a-1),h=s.subMatrix(0,o-1,0,a-1),u=e.subMatrix(0,o-1,a,e.columns-1),m=s.subMatrix(0,o-1,a,s.columns-1),d=e.subMatrix(o,e.rows-1,0,a-1),g=s.subMatrix(o,s.rows-1,0,a-1),p=e.subMatrix(o,e.rows-1,a,e.columns-1),f=s.subMatrix(o,s.rows-1,a,s.columns-1),y=t(c.add(l,p),c.add(h,f),o,a),w=t(c.add(d,p),h,o,a),b=t(l,c.sub(m,f),o,a),T=t(p,c.sub(g,h),o,a),C=t(c.add(l,u),f,o,a),A=t(c.sub(d,l),c.add(h,m),o,a),S=t(c.sub(u,p),c.add(g,f),o,a),E=c.add(y,T);E.sub(C),E.add(S);let M=c.add(b,C),v=c.add(w,T),N=c.sub(y,w);N.add(b),N.add(A);let L=c.zeros(2*E.rows,2*E.columns);return L=L.setSubMatrix(E,0,0),L=L.setSubMatrix(M,E.rows,0),L=L.setSubMatrix(v,0,E.columns),L=L.setSubMatrix(N,E.rows,E.columns),L.subMatrix(0,n-1,0,i-1)}(e,t=r(t,a,l),a,l)}scaleRows(t={}){if("object"!=typeof t)throw new TypeError("options must be an object");const{min:e=0,max:s=1}=t;if(!Number.isFinite(e))throw new TypeError("min must be a number");if(!Number.isFinite(s))throw new TypeError("max must be a number");if(e>=s)throw new RangeError("min must be smaller than max");let n=new u(this.rows,this.columns);for(let t=0;t<this.rows;t++){const o=this.getRow(t);o.length>0&&(0,i.Z)(o,{min:e,max:s,output:o}),n.setRow(t,o)}return n}scaleColumns(t={}){if("object"!=typeof t)throw new TypeError("options must be an object");const{min:e=0,max:s=1}=t;if(!Number.isFinite(e))throw new TypeError("min must be a number");if(!Number.isFinite(s))throw new TypeError("max must be a number");if(e>=s)throw new RangeError("min must be smaller than max");let n=new u(this.rows,this.columns);for(let t=0;t<this.columns;t++){const o=this.getColumn(t);o.length&&(0,i.Z)(o,{min:e,max:s,output:o}),n.setColumn(t,o)}return n}flipRows(){const t=Math.ceil(this.columns/2);for(let e=0;e<this.rows;e++)for(let s=0;s<t;s++){let t=this.get(e,s),n=this.get(e,this.columns-1-s);this.set(e,s,n),this.set(e,this.columns-1-s,t)}return this}flipColumns(){const t=Math.ceil(this.rows/2);for(let e=0;e<this.columns;e++)for(let s=0;s<t;s++){let t=this.get(s,e),n=this.get(this.rows-1-s,e);this.set(s,e,n),this.set(this.rows-1-s,e,t)}return this}kroneckerProduct(t){t=u.checkMatrix(t);let e=this.rows,s=this.columns,n=t.rows,i=t.columns,o=new u(e*n,s*i);for(let r=0;r<e;r++)for(let e=0;e<s;e++)for(let s=0;s<n;s++)for(let a=0;a<i;a++)o.set(n*r+s,i*e+a,this.get(r,e)*t.get(s,a));return o}kroneckerSum(t){if(t=u.checkMatrix(t),!this.isSquare()||!t.isSquare())throw new Error("Kronecker Sum needs two Square Matrices");let e=this.rows,s=t.rows,n=this.kroneckerProduct(u.eye(s,s)),i=u.eye(e,e).kroneckerProduct(t);return n.add(i)}transpose(){let t=new u(this.columns,this.rows);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)t.set(s,e,this.get(e,s));return t}sortRows(t=h){for(let e=0;e<this.rows;e++)this.setRow(e,this.getRow(e).sort(t));return this}sortColumns(t=h){for(let e=0;e<this.columns;e++)this.setColumn(e,this.getColumn(e).sort(t));return this}subMatrix(t,e,s,n){(0,l.J5)(this,t,e,s,n);let i=new u(e-t+1,n-s+1);for(let o=t;o<=e;o++)for(let e=s;e<=n;e++)i.set(o-t,e-s,this.get(o,e));return i}subMatrixRow(t,e,s){if(void 0===e&&(e=0),void 0===s&&(s=this.columns-1),e>s||e<0||e>=this.columns||s<0||s>=this.columns)throw new RangeError("Argument out of range");let n=new u(t.length,s-e+1);for(let i=0;i<t.length;i++)for(let o=e;o<=s;o++){if(t[i]<0||t[i]>=this.rows)throw new RangeError(`Row index out of range: ${t[i]}`);n.set(i,o-e,this.get(t[i],o))}return n}subMatrixColumn(t,e,s){if(void 0===e&&(e=0),void 0===s&&(s=this.rows-1),e>s||e<0||e>=this.rows||s<0||s>=this.rows)throw new RangeError("Argument out of range");let n=new u(s-e+1,t.length);for(let i=0;i<t.length;i++)for(let o=e;o<=s;o++){if(t[i]<0||t[i]>=this.columns)throw new RangeError(`Column index out of range: ${t[i]}`);n.set(o-e,i,this.get(o,t[i]))}return n}setSubMatrix(t,e,s){if((t=u.checkMatrix(t)).isEmpty())return this;let n=e+t.rows-1,i=s+t.columns-1;(0,l.J5)(this,e,n,s,i);for(let n=0;n<t.rows;n++)for(let i=0;i<t.columns;i++)this.set(e+n,s+i,t.get(n,i));return this}selection(t,e){(0,l.ZR)(this,t),(0,l.g)(this,e);let s=new u(t.length,e.length);for(let n=0;n<t.length;n++){let i=t[n];for(let t=0;t<e.length;t++){let o=e[t];s.set(n,t,this.get(i,o))}}return s}trace(){let t=Math.min(this.rows,this.columns),e=0;for(let s=0;s<t;s++)e+=this.get(s,s);return e}clone(){let t=new u(this.rows,this.columns);for(let e=0;e<this.rows;e++)for(let s=0;s<this.columns;s++)t.set(e,s,this.get(e,s));return t}sum(t){switch(t){case"row":return(0,a.bQ)(this);case"column":return(0,a.Dm)(this);case void 0:return(0,a.xo)(this);default:throw new Error(`invalid option: ${t}`)}}product(t){switch(t){case"row":return(0,a.Pw)(this);case"column":return(0,a.PI)(this);case void 0:return(0,a.tT)(this);default:throw new Error(`invalid option: ${t}`)}}mean(t){const e=this.sum(t);switch(t){case"row":for(let t=0;t<this.rows;t++)e[t]/=this.columns;return e;case"column":for(let t=0;t<this.columns;t++)e[t]/=this.rows;return e;case void 0:return e/this.size;default:throw new Error(`invalid option: ${t}`)}}variance(t,e={}){if("object"==typeof t&&(e=t,t=void 0),"object"!=typeof e)throw new TypeError("options must be an object");const{unbiased:s=!0,mean:i=this.mean(t)}=e;if("boolean"!=typeof s)throw new TypeError("unbiased must be a boolean");switch(t){case"row":if(!(0,n.N)(i))throw new TypeError("mean must be an array");return(0,a.we)(this,s,i);case"column":if(!(0,n.N)(i))throw new TypeError("mean must be an array");return(0,a._G)(this,s,i);case void 0:if("number"!=typeof i)throw new TypeError("mean must be a number");return(0,a.C)(this,s,i);default:throw new Error(`invalid option: ${t}`)}}standardDeviation(t,e){"object"==typeof t&&(e=t,t=void 0);const s=this.variance(t,e);if(void 0===t)return Math.sqrt(s);for(let t=0;t<s.length;t++)s[t]=Math.sqrt(s[t]);return s}center(t,e={}){if("object"==typeof t&&(e=t,t=void 0),"object"!=typeof e)throw new TypeError("options must be an object");const{center:s=this.mean(t)}=e;switch(t){case"row":if(!(0,n.N)(s))throw new TypeError("center must be an array");return(0,a.rU)(this,s),this;case"column":if(!(0,n.N)(s))throw new TypeError("center must be an array");return(0,a._f)(this,s),this;case void 0:if("number"!=typeof s)throw new TypeError("center must be a number");return(0,a.mm)(this,s),this;default:throw new Error(`invalid option: ${t}`)}}scale(t,e={}){if("object"==typeof t&&(e=t,t=void 0),"object"!=typeof e)throw new TypeError("options must be an object");let s=e.scale;switch(t){case"row":if(void 0===s)s=(0,a.kn)(this);else if(!(0,n.N)(s))throw new TypeError("scale must be an array");return(0,a.DU)(this,s),this;case"column":if(void 0===s)s=(0,a.Pr)(this);else if(!(0,n.N)(s))throw new TypeError("scale must be an array");return(0,a.Mj)(this,s),this;case void 0:if(void 0===s)s=(0,a.Y2)(this);else if("number"!=typeof s)throw new TypeError("scale must be a number");return(0,a.td)(this,s),this;default:throw new Error(`invalid option: ${t}`)}}toString(t){return(0,o.M)(this,t)}}function h(t,e){return t-e}c.prototype.klass="Matrix","undefined"!=typeof Symbol&&(c.prototype[Symbol.for("nodejs.util.inspect.custom")]=o.V),c.random=c.rand,c.randomInt=c.randInt,c.diagonal=c.diag,c.prototype.diagonal=c.prototype.diag,c.identity=c.eye,c.prototype.negate=c.prototype.neg,c.prototype.tensorProduct=c.prototype.kroneckerProduct;class u extends c{constructor(t,e){if(super(),u.isMatrix(t))return t.clone();if(Number.isInteger(t)&&t>=0){if(this.data=[],!(Number.isInteger(e)&&e>=0))throw new TypeError("nColumns must be a positive integer");for(let s=0;s<t;s++)this.data.push(new Float64Array(e))}else{if(!(0,n.N)(t))throw new TypeError("First argument must be a positive number or an array");{const s=t;if("number"!=typeof(e=(t=s.length)?s[0].length:0))throw new TypeError("Data must be a 2D array with at least one element");this.data=[];for(let n=0;n<t;n++){if(s[n].length!==e)throw new RangeError("Inconsistent array dimensions");if(!s[n].every((t=>"number"==typeof t)))throw new TypeError("Input data contains non-numeric values");this.data.push(Float64Array.from(s[n]))}}}this.rows=t,this.columns=e}set(t,e,s){return this.data[t][e]=s,this}get(t,e){return this.data[t][e]}removeRow(t){return(0,l.zb)(this,t),this.data.splice(t,1),this.rows-=1,this}addRow(t,e){return void 0===e&&(e=t,t=this.rows),(0,l.zb)(this,t,!0),e=Float64Array.from((0,l.on)(this,e)),this.data.splice(t,0,e),this.rows+=1,this}removeColumn(t){(0,l.bp)(this,t);for(let e=0;e<this.rows;e++){const s=new Float64Array(this.columns-1);for(let n=0;n<t;n++)s[n]=this.data[e][n];for(let n=t+1;n<this.columns;n++)s[n-1]=this.data[e][n];this.data[e]=s}return this.columns-=1,this}addColumn(t,e){void 0===e&&(e=t,t=this.columns),(0,l.bp)(this,t,!0),e=(0,l.Um)(this,e);for(let s=0;s<this.rows;s++){const n=new Float64Array(this.columns+1);let i=0;for(;i<t;i++)n[i]=this.data[s][i];for(n[i++]=e[s];i<this.columns+1;i++)n[i]=this.data[s][i-1];this.data[s]=n}return this.columns+=1,this}}(0,r.z)(c,u)},9515:(t,e,s)=>{"use strict";s.d(e,{C:()=>m,DU:()=>y,Dm:()=>o,Mj:()=>b,PI:()=>l,Pr:()=>w,Pw:()=>a,Y2:()=>T,_G:()=>u,_f:()=>g,bQ:()=>i,kn:()=>f,mm:()=>p,rU:()=>d,tT:()=>c,td:()=>C,we:()=>h,xo:()=>r});var n=s(3018);function i(t){let e=(0,n.B4)(t.rows);for(let s=0;s<t.rows;++s)for(let n=0;n<t.columns;++n)e[s]+=t.get(s,n);return e}function o(t){let e=(0,n.B4)(t.columns);for(let s=0;s<t.rows;++s)for(let n=0;n<t.columns;++n)e[n]+=t.get(s,n);return e}function r(t){let e=0;for(let s=0;s<t.rows;s++)for(let n=0;n<t.columns;n++)e+=t.get(s,n);return e}function a(t){let e=(0,n.B4)(t.rows,1);for(let s=0;s<t.rows;++s)for(let n=0;n<t.columns;++n)e[s]*=t.get(s,n);return e}function l(t){let e=(0,n.B4)(t.columns,1);for(let s=0;s<t.rows;++s)for(let n=0;n<t.columns;++n)e[n]*=t.get(s,n);return e}function c(t){let e=1;for(let s=0;s<t.rows;s++)for(let n=0;n<t.columns;n++)e*=t.get(s,n);return e}function h(t,e,s){const n=t.rows,i=t.columns,o=[];for(let r=0;r<n;r++){let n=0,a=0,l=0;for(let e=0;e<i;e++)l=t.get(r,e)-s[r],n+=l,a+=l*l;e?o.push((a-n*n/i)/(i-1)):o.push((a-n*n/i)/i)}return o}function u(t,e,s){const n=t.rows,i=t.columns,o=[];for(let r=0;r<i;r++){let i=0,a=0,l=0;for(let e=0;e<n;e++)l=t.get(e,r)-s[r],i+=l,a+=l*l;e?o.push((a-i*i/n)/(n-1)):o.push((a-i*i/n)/n)}return o}function m(t,e,s){const n=t.rows,i=t.columns,o=n*i;let r=0,a=0,l=0;for(let e=0;e<n;e++)for(let n=0;n<i;n++)l=t.get(e,n)-s,r+=l,a+=l*l;return e?(a-r*r/o)/(o-1):(a-r*r/o)/o}function d(t,e){for(let s=0;s<t.rows;s++)for(let n=0;n<t.columns;n++)t.set(s,n,t.get(s,n)-e[s])}function g(t,e){for(let s=0;s<t.rows;s++)for(let n=0;n<t.columns;n++)t.set(s,n,t.get(s,n)-e[n])}function p(t,e){for(let s=0;s<t.rows;s++)for(let n=0;n<t.columns;n++)t.set(s,n,t.get(s,n)-e)}function f(t){const e=[];for(let s=0;s<t.rows;s++){let n=0;for(let e=0;e<t.columns;e++)n+=Math.pow(t.get(s,e),2)/(t.columns-1);e.push(Math.sqrt(n))}return e}function y(t,e){for(let s=0;s<t.rows;s++)for(let n=0;n<t.columns;n++)t.set(s,n,t.get(s,n)/e[s])}function w(t){const e=[];for(let s=0;s<t.columns;s++){let n=0;for(let e=0;e<t.rows;e++)n+=Math.pow(t.get(e,s),2)/(t.rows-1);e.push(Math.sqrt(n))}return e}function b(t,e){for(let s=0;s<t.rows;s++)for(let n=0;n<t.columns;n++)t.set(s,n,t.get(s,n)/e[n])}function T(t){const e=t.size-1;let s=0;for(let n=0;n<t.columns;n++)for(let i=0;i<t.rows;i++)s+=Math.pow(t.get(i,n),2)/e;return Math.sqrt(s)}function C(t,e){for(let s=0;s<t.rows;s++)for(let n=0;n<t.columns;n++)t.set(s,n,t.get(s,n)/e)}},3018:(t,e,s)=>{"use strict";s.d(e,{B4:()=>u,J5:()=>h,Um:()=>a,ZR:()=>l,bp:()=>o,cT:()=>d,g:()=>c,on:()=>r,zb:()=>i});var n=s(5776);function i(t,e,s){let n=s?t.rows:t.rows-1;if(e<0||e>n)throw new RangeError("Row index out of range")}function o(t,e,s){let n=s?t.columns:t.columns-1;if(e<0||e>n)throw new RangeError("Column index out of range")}function r(t,e){if(e.to1DArray&&(e=e.to1DArray()),e.length!==t.columns)throw new RangeError("vector size must be the same as the number of columns");return e}function a(t,e){if(e.to1DArray&&(e=e.to1DArray()),e.length!==t.rows)throw new RangeError("vector size must be the same as the number of rows");return e}function l(t,e){if(!(0,n.N)(e))throw new TypeError("row indices must be an array");for(let s=0;s<e.length;s++)if(e[s]<0||e[s]>=t.rows)throw new RangeError("row indices are out of range")}function c(t,e){if(!(0,n.N)(e))throw new TypeError("column indices must be an array");for(let s=0;s<e.length;s++)if(e[s]<0||e[s]>=t.columns)throw new RangeError("column indices are out of range")}function h(t,e,s,n,i){if(5!==arguments.length)throw new RangeError("expected 4 arguments");if(m("startRow",e),m("endRow",s),m("startColumn",n),m("endColumn",i),e>s||n>i||e<0||e>=t.rows||s<0||s>=t.rows||n<0||n>=t.columns||i<0||i>=t.columns)throw new RangeError("Submatrix indices are out of range")}function u(t,e=0){let s=[];for(let n=0;n<t;n++)s.push(e);return s}function m(t,e){if("number"!=typeof e)throw new TypeError(`${t} must be a number`)}function d(t){if(t.isEmpty())throw new Error("Empty matrix has no elements to index")}},8353:(t,e,s)=>{"use strict";s.d(e,{Z:()=>i});var n=s(1174);class i extends n.X{constructor(t){super(),this.data=t,this.rows=t.length,this.columns=t[0].length}set(t,e,s){return this.data[t][e]=s,this}get(t,e){return this.data[t][e]}}},3379:t=>{"use strict";var e=[];function s(t){for(var s=-1,n=0;n<e.length;n++)if(e[n].identifier===t){s=n;break}return s}function n(t,n){for(var o={},r=[],a=0;a<t.length;a++){var l=t[a],c=n.base?l[0]+n.base:l[0],h=o[c]||0,u="".concat(c," ").concat(h);o[c]=h+1;var m=s(u),d={css:l[1],media:l[2],sourceMap:l[3],supports:l[4],layer:l[5]};if(-1!==m)e[m].references++,e[m].updater(d);else{var g=i(d,n);n.byIndex=a,e.splice(a,0,{identifier:u,updater:g,references:1})}r.push(u)}return r}function i(t,e){var s=e.domAPI(e);return s.update(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap&&e.supports===t.supports&&e.layer===t.layer)return;s.update(t=e)}else s.remove()}}t.exports=function(t,i){var o=n(t=t||[],i=i||{});return function(t){t=t||[];for(var r=0;r<o.length;r++){var a=s(o[r]);e[a].references--}for(var l=n(t,i),c=0;c<o.length;c++){var h=s(o[c]);0===e[h].references&&(e[h].updater(),e.splice(h,1))}o=l}}},569:t=>{"use strict";var e={};t.exports=function(t,s){var n=function(t){if(void 0===e[t]){var s=document.querySelector(t);if(window.HTMLIFrameElement&&s instanceof window.HTMLIFrameElement)try{s=s.contentDocument.head}catch(t){s=null}e[t]=s}return e[t]}(t);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");n.appendChild(s)}},9216:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},3565:(t,e,s)=>{"use strict";t.exports=function(t){var e=s.nc;e&&t.setAttribute("nonce",e)}},7795:t=>{"use strict";t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=t.insertStyleElement(t);return{update:function(s){!function(t,e,s){var n="";s.supports&&(n+="@supports (".concat(s.supports,") {")),s.media&&(n+="@media ".concat(s.media," {"));var i=void 0!==s.layer;i&&(n+="@layer".concat(s.layer.length>0?" ".concat(s.layer):""," {")),n+=s.css,i&&(n+="}"),s.media&&(n+="}"),s.supports&&(n+="}");var o=s.sourceMap;o&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),e.styleTagTransform(n,t,e.options)}(e,t,s)},remove:function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(e)}}}},4589:t=>{"use strict";t.exports=function(t,e){if(e.styleSheet)e.styleSheet.cssText=t;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(t))}}},7241:(t,e,s)=>{"use strict";s.d(e,{D:()=>h});var n=s(4469),i=s(976),o=s(6414),r=s.n(o),a=s(3219),l=s(499);const c=31;async function h(t,e=!1,s){const o=l.Cn.getOrCreate(t);let h;s??(s=new Map);const m=o.isHelm()?(0,a.getHelmMonomers)(t):Object.keys(o.stats.freq).filter((t=>""!==t));for(let t=0;t<m.length;t++)s.has(m[t])||s.set(m[t],`${s.size+1}`);if(o.isHelm())h=await n.functions.call("HELM:getMolFiles",{col:t}),h=function(t,e,s=!1){const n=new Array(t.length);for(let i=0;i<t.length;i++){let o=0,r=0,a="\n Datagrok macromolecule handler\n\n 0 0 0 0 0 0 999 V3000\nM V30 BEGIN CTAB\n";const l=t.get(i);o=l.indexOf("\n",o)+1,o=l.indexOf("\n",o)+1,o=l.indexOf("\n",o)+1;const h=parseInt(l.substring(o,o+3)),u=parseInt(l.substring(o+3,o+6));a+=`M V30 COUNTS ${h} ${u} 0 0 0\n`,a+="M V30 BEGIN ATOM\n";for(let t=0;t<h;t++){o=l.indexOf("\n",o)+1+c,r=l.indexOf(" ",o);const n=l.substring(o,r);a+=s?`M V30 ${t+1} R${e.get(n)} 0.000 0.000 0 0\n`:`M V30 ${t+1} At 0.000 0.000 0 0 MASS=${e.get(n)}\n`}a+="M V30 END ATOM\n",a+="M V30 BEGIN BOND\n";for(let t=0;t<u;t++){o=l.indexOf("\n",o)+1;const e=parseInt(l.substring(o,o+3).trim()),s=parseInt(l.substring(o+3,o+6).trim());a+=`M V30 ${t+1} ${parseInt(l.substring(o+6,o+9).trim())} ${e} ${s}\n`}a+="M V30 END BOND\n",a+="M V30 END CTAB\n",a+="M END",n[i]=a}return n}(h,s,e);else{h=new Array(t.length);for(let n=0;n<t.length;n++){const t=u(r()(o.splitted[n]).filter((t=>""!==t)).toArray(),s,e);h[n]=t}}return i.Column.fromStrings("monomericMols",h)}function u(t,e,s=!1){let n="\n Datagrok macromolecule handler\n\n 0 0 0 0 0 0 999 V3000\nM V30 BEGIN CTAB\n";n+=`M V30 COUNTS ${t.length} ${t.length?t.length-1:0} 0 0 0\n`,n+="M V30 BEGIN ATOM\n";for(let i=0;i<t.length;i++)n+=s?`M V30 ${i+1} R${e.get(t[i])} 0.000 0.000 0 0\n`:`M V30 ${i+1} At 0.000 0.000 0 0 MASS=${e.get(t[i])}\n`;n+="M V30 END ATOM\n",n+="M V30 BEGIN BOND\n";for(let e=0;e<t.length-1;e++)n+=`M V30 ${e+1} 1 ${e+1} ${e+2}\n`;return n+="M V30 END BOND\n",n+="M V30 END CTAB\n",n+="M END",n}},3219:(t,e,s)=>{"use strict";s.d(e,{BYPASS_LARGE_DATA_WARNING:()=>jt,_package:()=>Xt,activityCliffs:()=>te,getBioLib:()=>Jt,getHelmMonomers:()=>ie,getMonomerLibHelper:()=>Qt,importFasta:()=>ne,sequenceIdentityScoring:()=>oe,sequenceSimilarityScoring:()=>re,sequenceSpaceTopMenu:()=>ee,toAtomicLevel:()=>se});var n=s(4469),i=s(3870),o=s(976),r=s(1061);s(9133);var a=s(116),l=s(5697),c=(s(1040),s(489));o.SEMTYPE.MOLECULE,o.SEMTYPE.MACROMOLECULE;const h="show-scatterplot-progress";var u=s(701),m=s(3379),d=s.n(m),g=s(7795),p=s.n(g),f=s(569),y=s.n(f),w=s(3565),b=s.n(w),T=s(9216),C=s.n(T),A=s(4589),S=s.n(A),E=s(9414),M={};M.styleTagTransform=S(),M.setAttributes=b(),M.insert=y().bind(null,"head"),M.domAPI=p(),M.insertStyleElement=C(),d()(E.Z,M),E.Z&&E.Z.locals&&E.Z.locals;var v=s(3914),N=s(6254);let L=0;const _="cliffsDf",I=new u.Subject,P="act_diff",x="sali",R="sim",O="line_index",G=["1_seq","2_seq"],F="filterCliffs";function D(t,e,s){const n=e.getBoundingClientRect(),i=t.clientX-n.left,o=t.clientY-n.top;let r=null,a=0;for(const t of s){const e=Math.abs(Math.hypot(t.a[0]-i,t.a[1]-o)+Math.hypot(t.b[0]-i,t.b[1]-o)-Math.hypot(t.a[0]-t.b[0],t.a[1]-t.b[1]));(!a&&e<2||e<a)&&(a=e,r=t)}return r}var H,W=s(6361),k=s(8447),B=s(499),V=s(5226),U=s(7228),$=s(8457),Y=s(585);async function K(t,e,s,n){const i=(0,$.O)(e),r=(0,Y.vU)(e.getTag(o.TAGS.UNITS),e.getTag("separator"))(s),a=n===H.IDENTITY?function(t,e){const s=e.columns.length,n=new Array(s),i=new Array(s),r=new Array(s);for(let o=0;o<s;++o){const s=e.columns.byIndex(o);n[o]=s.getRawData(),i[o]=s.categories.indexOf(""),r[o]=s.categories.indexOf(t[o]??"")}const a=o.Column.float("Identity",e.rowCount),l=a.getRawData();for(let s=0;s<e.rowCount;++s){l[s]=0;for(let e=0;e<t.length;++e)n[e][s]===r[e]&&++l[s];l[s]/=t.length}return a}(r,i):n===H.SIMILARITY?await async function(t,e){const s=e.columns.toList();return await(0,U.Qx)(s,t)}(r,i):null;if(null===a)throw new Error(`In bio library: Unkown sequence scoring method: ${n}`);return a.name=t.columns.getUnusedName(a.name),t.columns.add(a),a}!function(t){t.IDENTITY="identity",t.SIMILARITY="similarity"}(H||(H={})),s(4293);var Z=s(6414),q=s.n(Z);const z="rgb(100,100,100)",X="#808080",j="rgb(0,0,0)",Q=Y.GU;var J,tt;function et(t,e,s,n,i,o,r=z,a=0,l=!1,c=1,h="",u=!1,m=tt.classic,d=[],g=0,p=null,f=[],y=null,w={}){i.textAlign="start";let b=o.substring(0),T=u?"":h;m===tt.MSA&&(T="");let C=!0,A=!0,S="difference";null!=p&&null!=p.cell.column&&(C=p.cell.column.temp["color-code"]??!0,A=p.cell.column.temp["compare-with-current"]??!0,S=p.cell.column.temp["highlight-difference"]??"difference");const E=f[g];A&&f.length>0&&"difference"===S&&(c=b==E?.3:c),A&&f.length>0&&"equal"===S&&(c=b!=E?.3:c),null!=y&&(b=Q(b,y));const M=b+T;w[M]??(w[M]=i.measureText(M));let v=w[M];w[b]??(w[b]=i.measureText(b));let N=w[b].width;w[T]??(w[T]=i.measureText(T));const L=w[T].width,_=n/2-(v.fontBoundingBoxAscent+v.fontBoundingBoxDescent)/2+1;function I(s,n){const o=C?r:j;i.fillStyle=o,i.globalAlpha=c,m===tt.classic&&(i.fillText(b,t+s,e+_),i.fillStyle=X,i.fillText(T,t+n,e+_)),m===tt.MSA&&i.fillText(b,t+s,e+_)}v=v.width,m===tt.MSA&&(N=d[g],v=d[g]);const P=(d[g]??0)-(d[0]??0);if(l||v>s)return I(P,P+N),t+P+N+L;{const e=(s-v)/2;return I(e,e+N),t+P+e+N}}!function(t){t.maxMonomerLength=".mm.cellRenderer.maxMonomerLength"}(J||(J={})),function(t){t.MSA="MSA",t.classic="classic"}(tt||(tt={})),s(9611);var st,nt,it=s(7331);(nt=st||(st={})).long="long",nt.short="short",s(3553);var ot=s(7958);function rt(t){const e=!q().enumerate(t).some((([e,s])=>e.length>1&&0!=s&&s!=t.length-1)),s=[],n=e?"":" ";for(const[e,i]of q().enumerate(t)){let o=e;i<t.length&&(o+=`${e?"":"-"}${n}`),s.push(o)}return[s,e]}k.GU;class at extends o.GridCellRenderer{constructor(){super(...arguments),this.padding=5}get name(){return"sequence"}get cellType(){return"sequence"}get defaultHeight(){return 30}get defaultWidth(){return 230}onClick(t,e){t.cell.column.temp["current-word"]=t.cell.value,t.grid.invalidate()}onMouseMove(t,e){const s=t.cell.column.temp["bio-seqCol"];if(!s)return;const o=t.bounds,r=e.offsetX-t.gridColumn.left+(t.gridColumn.left-o.x),a=s.getPosition(t.tableRowIndex,r),l=s.getSeqMonList(t.tableRowIndex);if(null!==a&&a<l.length){const t=l[a],o=[i.div(t)];if(s._monomerStructureMap[t])o.push(s._monomerStructureMap[t]);else{const e=s.getMonomer(t);if(e){const i={autoCrop:!0,autoCropMargin:0,suppressChiralText:!0},r=n.chem.svgMol(e.smiles,void 0,void 0,i);o.push(r),s._monomerStructureMap[t]=r}}i.tooltip.show(i.divV(o),e.x+16,e.y+16)}else i.tooltip.hide()}render(t,e,s,n,i,o,r){try{o.grid}catch(t){const[e,s]=(0,ot.yf)(t);Xt.logger.error(e,void 0,s)}o.cell.column}}class lt extends o.GridCellRenderer{get name(){return"MacromoleculeDifferenceCR"}get cellType(){return constants.Of.MACROMOLECULE_DIFFERENCE}get defaultHeight(){return 30}get defaultWidth(){return 230}render(t,e,s,n,i,r,a){const l=window.devicePixelRatio,c=r.grid,h=r.cell,u=r.tableColumn,m=h.value??"",d=u.tags.separator,g=u.tags[o.TAGS.UNITS];getUpdatedWidth(c,t,e,n,l);const[p,f]=m.split("#"),y=(0,Y.vU)(g,d);ct(t,e,s,n,i,y(p),y(f),g)}}function ct(t,e,s,n,i,o,r,a,l,c){if(o.length!==r.length){const t=function(t,e){let s=0,n=0;const i=t.length>e.length?t:e,o=t.length>e.length?e:t;for(let t=0;t<o.length;t++)i[t]===o[t]&&s++;const r=i.length-o.length;for(let t=i.length-1;t>r;t--)i[t]===o[t-r]&&n++;const a=new Array(Math.abs(t.length-e.length)).fill("");function l(t){return s>n?t.concat(a):a.concat(t)}return t.length>e.length?e=l(e):t=l(t),{subParts1:t,subParts2:e}}(q()(o).toArray(),q()(r).toArray());o=t.subParts1,r=t.subParts2}const h=t.measureText(rt(o).join("")),u=t.measureText(rt(r).join("")),m=Math.max(h.width,u.width);l&&(n=m+4*o.length,t.canvas.width=m+4*o.length);let d=Math.max(e,e+(n-(m+4*o.length))/2)+5;const g=Math.max(s,s+(i-28)/2);t.save(),t.beginPath(),t.rect(e,s,l?m+4*o.length:n,i),t.clip(),t.font="12px monospace",t.textBaseline="top";let p=it.UE.Color;"HELM"!=a&&(p=(0,k.py)(a.substring(a.length-2)));for(let e=0;e<o.length;e++){const s=o[e],a=r[e],l=p.get(s);if(s!=a){const o=p.get(a),r=et(d,g-7,n,i,t,s,l,0,!0),h=et(d,g+7,n,i,t,a,o,0,!0);d=Math.max(h,r),c&&(c[e]=ht(s,a,l,o,g,7,i))}else d=et(d,g,n,i,t,s,l,0,!0,.5);d+=4}t.restore()}function ht(t,e,s,n,i,o,r){const a=document.createElement("canvas"),l=a.getContext("2d");l.font="12px monospace";const c=l.measureText(rt([t]).join("")).width,h=l.measureText(rt([e]).join("")).width,u=Math.max(c,h);return a.height=r,a.width=u+4,l.font="12px monospace",l.textBaseline="top",et(0,i-o,u,r,l,t,s,0,!0),et(0,i+o,u,r,l,e,n,0,!0),a}var ut,mt,dt,gt=s(9298);!function(t){t.Unknown="unknown",t.FR="framework",t.CDR="cdr"}(ut||(ut={})),new class{constructor(){this.regionTypes=[ut.CDR],this.chains=["Heavy","Light"],this.skipEmptyPositions=!1,this.fitWidth=!1,this.positionWidth=16,this.positionHeight=gt.ES.Entropy,this.filterSource=gt.vS.filterSource}},s(8415),function(t){t.STYLE="Style",t.BEHAVIOR="Behavior",t.LAYOUT="Layout",t.DATA="Data"}(mt||(mt={})),function(t){t.skipEmptyPositions="skipEmptyPositions",t.regionTypes="regionTypes",t.chains="chains",t.fitWidth="fitWidth",t.positionWidth="positionWidth",t.positionHeight="positionHeight",t.filterSource="filterSource"}(dt||(dt={}));class pt extends o.JsViewer{constructor(){super(),this.viewed=!1,this.regionsFg=null,this.regionsRoot=null,this.isOpened=!1,this.panelNode=null,this.regions=[],this.viewPromise=Promise.resolve(),this.setDataInProgress=!1,this.host=null,this.mainLayout=null,this.logos=[],this.viewSubs=[],this.calcSizeRequested=!1,this.skipEmptyPositions=this.bool(dt.skipEmptyPositions,defaults.skipEmptyPositions,{category:mt.DATA}),this.regionTypes=this.stringList(dt.regionTypes,defaults.regionTypes,{category:mt.DATA,choices:Object.values(vrt).filter((t=>t!=vrt.Unknown))}),this.chains=this.stringList(dt.chains,defaults.chains,{category:mt.DATA,choices:["Heavy","Light"]}),this.fitWidth=this.bool(dt.fitWidth,defaults.fitWidth,{category:mt.LAYOUT}),this.positionWidth=this.float(dt.positionWidth,defaults.positionWidth,{category:mt.LAYOUT,editor:"slider",min:0,max:64,description:"Internal WebLogo viewers property width of position."}),this.positionHeight=this.string(dt.positionHeight,defaults.positionHeight,{category:mt.LAYOUT,choices:Object.keys(gt.ES)}),this.filterSource=this.string(dt.filterSource,defaults.filterSource,{category:mt.BEHAVIOR,choices:Object.values(gt.Ct)})}async init(){this.subs.push((0,u.fromEvent)(this.root,"mousemove").subscribe(this.rootOnMouseMove.bind(this)))}detach(){const t=super.detach.bind(this);this.viewPromise=this.viewPromise.then((async()=>{this.setDataInProgress||(this.viewed&&(await this.destroyView("detach"),this.viewed=!1),t())})).catch((t=>{const[e,s]=(0,ot.yf)(t);Xt.logger.error(e,void 0,s)}))}onTableAttached(){super.onTableAttached(),this.setData(this.regions)}onPropertyChanged(t){if(super.onPropertyChanged(t),t){switch(t.name){case dt.regionTypes:case dt.chains:this.setData(this.regions)}switch(t.name){case dt.skipEmptyPositions:for(let t=0;t<this.logos.length;++t)for(const e of this.chains)this.logos[t][e].setOptions({[web_logo_viewer.bo.skipEmptyPositions]:this.skipEmptyPositions});this.calcSize();break;case dt.fitWidth:case dt.positionWidth:this.calcSize();break;case dt.positionHeight:for(let t=0;t<this.logos.length;++t)for(const e of this.chains)this.logos[t][e].setOptions({[web_logo_viewer.bo.positionHeight]:this.positionHeight});this.calcSize();break;case dt.filterSource:this.filterSourceInput.value=this.filterSource;break;default:this.setData(this.regions)}}else console.warn("Bio: VdRegionsViewer.onPropertyChanged() property is null")}setData(t){Xt.logger.debug(`Bio: VdRegionsViewer.setData(), in, regions.length = ${t.length}`),this.viewPromise=this.viewPromise.then((async()=>{if(!this.setDataInProgress){this.setDataInProgress=!0;try{this.viewed&&(await this.destroyView("setData"),this.viewed=!1),this.regions=t,this.viewed||(await this.buildView("setData"),this.viewed=!0)}catch(t){const[e,s]=(0,ot.yf)(t);n.shell.error(e),Xt.logger.error(e,void 0,s)}finally{this.setDataInProgress=!1}}}))}async destroyView(t){Xt.logger.debug(`Bio: VdRegionsViewer.destroyView( mainLayout = ${this.mainLayout?"value":"none"} ), purpose = '${t}', this.regions.length = ${this.regions.length}`),this.filterSourceInput&&i.empty(this.filterSourceInput.root),null!=this.mainLayout&&(this.mainLayout.remove(),this.host.remove(),this.host=null,this.mainLayout=null);for(const t of this.viewSubs)t.unsubscribe()}async buildView(t){Xt.logger.debug(`Bio: VdRegionsViewer.buildView() begin, purpose = '${t}', this.regions.length = ${this.regions.length}`);const e=this.regions.filter((t=>this.regionTypes.includes(t.type))),s=Array.from(new Set(e.map((t=>t.order)))).sort(),n=[];for(let t=0;t<s.length;t++)for(const i of this.chains){const o=e.find((e=>e.order==s[t]&&e.chain==i));n.push((async()=>{const e=await this.dataFrame.plot.fromType("WebLogo",{sequenceColumnName:o.sequenceColumnName,startPositionName:o.positionStartName,endPositionName:o.positionEndName,fixWidth:!0,skipEmptyPositions:this.skipEmptyPositions,positionWidth:this.positionWidth,positionHeight:this.positionHeight,filterSource:this.filterSource});return e.onSizeChanged.subscribe((()=>{this.calcSize()})),[t,i,e]})())}const o=await Promise.all(n);this.logos=new Array(s.length);for(let t=0;t<s.length;++t)this.logos[t]={};for(const[t,e,s]of o)this.logos[t][e]=s,this.viewSubs.push(s.onFreqsCalculated.subscribe((()=>{this.calcSize()})));this.mainLayout=i.table(this.chains,(t=>[...s.length>0?[i.div(t,{style:{transform:"rotate(-90deg)",font:"12px Roboto, Roboto Local, sans-serif",textAlign:"center",width:"16px",marginTop:"24px",marginLeft:"6px"}})]:[],...[...Array(s.length).keys()].map((e=>{const s=this.logos[e][t];return s.root.style.height="100%",i.div([s.root],{style:{marginTop:"4px",marginBottom:"4px"}})}))]),["",...[...Array(s.length).keys()].map((t=>e.find((e=>e.order==s[t]&&e.chain==this.chains[0])).name||"Name"))]),this.mainLayout.className="mlb-vd-regions-viewer-table2",this.filterSourceInput=i.choiceInput("Data source",this.filterSource,Object.values(gt.Ct),this.filterSourceInputOnValueChanged.bind(this)),this.filterSourceInput.root.style.position="absolute",this.filterSourceInput.root.style.right="9px",this.filterSourceInput.root.style.top="-4px",Math.ceil(255*Math.random()).toString(16),this.host=i.div([this.mainLayout,this.filterSourceInput.root],{}),this.root.appendChild(this.host),this.root.style.overflowX="auto",this.calcSize(),this.viewSubs.push(i.onSizeChanged(this.root).subscribe(this.rootOnSizeChanged.bind(this))),Xt.logger.debug("Bio: VdRegionsViewer.buildView() end")}calcSize(){Xt.logger.debug("Bio: VdRegionsViewer.calcSize(), start");const t=()=>{if(!this.host)return;const t=(this.root.clientHeight-54)/this.chains.length;for(let e=0;e<this.logos.length;e++){for(const s of this.chains)this.logos[e][s].root.style.height=`${t}px`;Math.max(...this.chains.map((t=>this.logos[e][t].Length)))}if(this.fitWidth)this.logos.length,this.host.style.setProperty("overflow","hidden","important");else{for(let t=0;t<this.logos.length;t++)for(const e of this.chains)this.logos[t][e].setOptions({[web_logo_viewer.bo.positionWidth]:this.positionWidth});this.host.style.removeProperty("overflow")}0===this.positionWidth?this.host.style.setProperty("overflow-x","hidden","important"):this.host.style.removeProperty("overflow-x")};this.calcSizeRequested||(this.calcSizeRequested=!0,window.setTimeout((()=>{t(),this.calcSizeRequested=!1}),0))}rootOnSizeChanged(t){this.calcSize()}rootOnMouseMove(t){}filterSourceInputOnValueChanged(){const t=this.filterSourceInput.value;this.viewPromise=this.viewPromise.then((()=>{if(this.filterSource!==t){this.props.getProperty(dt.filterSource).set(this,t);for(let t=0;t<this.logos.length;t++)for(let e=0;e<this.chains.length;e++){const s=this.chains[e];this.logos[t][s].setOptions({[web_logo_viewer.bo.filterSource]:this.filterSource})}}}))}}var ft=s(850);const yt="dimensionality-reducer-terminate-event";var wt=s(7983);async function bt(t){return t.seqCol.version!==t.seqCol.temp["last-invalidated-version"]&&await(0,wt.HV)(t.seqCol,!1),await n.functions.call("Chem:getChemSpaceEmbeddings",{col:t.seqCol.temp["monomeric-mols"],methodName:t.methodName,similarityMetric:t.similarityMetric,xAxis:t.embedAxesNames[0],yAxis:t.embedAxesNames[1],options:t.options})}async function Tt(t,e){const i=B.Cn.getOrCreate(t.seqCol),r=t.seqCol.toList(),a=i.getSplitter(),l=r.length;let h=36;const u=new Map;for(let e=0;e<l;e++){const s=r[e];if(null===r[e]||t.seqCol.isNone(e)){r[e]=null;continue}r[e]="";const n=a(s);for(let t=0;t<n.length;t++){const s=n[t];u.has(s)||(u.set(s,String.fromCharCode(h)),h++),r[e]+=u.get(s)}}if(t.similarityMetric===c.U.MONOMER_CHEMICAL_DISTANCE){const e=Array.from(u.keys()),s=await(0,U.PF)(e);s.scoringMatrix.forEach(((t,e)=>{t.forEach(((t,n)=>{s.scoringMatrix[e][n]=1-t}))}));const n={};Object.entries(s.alphabetIndexes).forEach((([t,e])=>{n[u.get(t)]=e})),t.options.distanceFnArgs={scoringMatrix:s.scoringMatrix,alphabetIndexes:n}}const m=await async function(t,e,i,o,r,a){const l=await async function(t,e,i,o,r){return new Promise((function(a,l){const c=new Worker(new URL(s.p+s.u(196),s.b));c.postMessage({columnData:t.data,method:e,measure:t.metric,options:i,parallelDistanceWorkers:o});const h=n.events.onCustomEvent(yt).subscribe((()=>{try{c?.terminate()}finally{h.unsubscribe()}}));c.onmessage=({data:{error:t,distance:e,embedding:s,epochNum:n,epochsLength:i}})=>{n&&i?r&&r(n,i,s):(h.unsubscribe(),t?l(t):a({distance:e,embedding:s}),setTimeout((()=>c.terminate()),0))}}))}({data:t,metric:i},e,o,r,a);return l.embedding=l.embedding.map((t=>(0,ft.Fv)(t))),l}(r,t.methodName,t.similarityMetric,t.options,!0,e),d=t.embedAxesNames.map(((t,e)=>o.Column.fromFloat32Array(t,m.embedding[e])));return{distance:m.distance,coordinates:new o.ColumnList(d)}}function Ct(t){const e=["Embed_X","Embed_Y"],s=t.columns.names().filter((t=>t.includes(e[0]))).length+1;return e.map((t=>`${t}_${s}`))}async function At(t,e,s,i,r){e.version!==e.temp["last-invalidated-version"]&&await(0,wt.HV)(e,!1);const a=o.DataFrame.create(e.length);return a.columns.addNewString(i).init((t=>e.temp["monomeric-mols"].get(t))),await n.functions.call("Chem:getChemSimilaritiesMatrix",{dim:t,col:e.temp["monomeric-mols"],df:a,colName:i,simArr:r})}function St(t){const e=i.divH([]),s=i.divV([i.divText(t.seqCol.name),i.divText(t.activityCol.name)]);return s.style.fontWeight="bold",s.style.display="flex",s.style.justifyContent="space-between",e.append(s),t.line.mols.forEach(((s,n)=>{const o=i.divText(t.activityCol.get(s).toFixed(2));o.style.display="flex",o.style.justifyContent="left",o.style.paddingLeft="30px",e.append(i.divV([i.divText(t.seqCol.get(s)),o]))})),e}function Et(t){const e=i.div();e.append(i.divText(t.seqCol.name,{style:{fontWeight:"bold"}}));const s=new Array(2),n=new Array(2);t.line.mols.forEach(((e,i)=>{s[i]=t.seqCol.get(e),n[i]=t.activityCol.get(e)}));const o={},r=B.Cn.getOrCreate(t.seqCol),a=r.getSplitter(),l=function(t,e,s,n){const i=document.createElement("canvas"),o=i.getContext("2d");return i.height=30,ct(o,0,0,0,30,t,e,s,!0,n),i}(a(s[0]),a(s[1]),r.units,o);return e.append(i.div(l,{style:{width:"300px",overflow:"scroll"}})),e.append(function(t){const e=i.div();if(Object.keys(t).length>0){const s=i.divV([]);s.append(i.divH([i.divText("Pos",{style:{fontWeight:"bold",width:"30px",borderBottom:"1px solid"}}),i.divText("Difference",{style:{fontWeight:"bold",borderBottom:"1px solid"}})]));for(const e of Object.keys(t))t[e].style.borderBottom="1px solid lightgray",s.append(i.divH([i.divText((parseInt(e)+1).toString(),{style:{width:"30px",borderBottom:"1px solid lightgray"}}),t[e]]));e.append(s)}return e}(o)),e.append(Mt("Activity delta",Math.abs(n[0]-n[1]))),e.append(Mt("Cliff",t.sali)),e}function Mt(t,e){return i.divH([i.divText(`${t}: `,{style:{fontWeight:"bold",paddingRight:"5px"}}),i.divText(e.toFixed(2))],{style:{paddingTop:"10px"}})}function vt(t,e){const s=o.Column.string("seq_diff",t.rowCount).init((s=>`${t.get(e[0],s)}#${t.get(e[1],s)}`));s.semType="MacromoleculeDifference",s.setTag(o.TAGS.UNITS,t.col(e[0]).getTag(o.TAGS.UNITS)),s.setTag("separator",t.col(e[0]).getTag("separator")),t.columns.add(s);const n=t.plot.grid();return n.col(e[0]).visible=!1,n.col(e[1]).visible=!1,n}class Nt extends o.JsViewer{constructor(t){super(),this.name="",this.metricsProperties=["distanceMetric","fingerprint"],this.fingerprintChoices=["Morgan","Pattern"],this.initialized=!1,this.tags=[o.TAGS.UNITS,"aligned","separator","alphabet"],this.preComputeDistanceMatrix=!1,this.renderPromise=Promise.resolve(),this.fingerprint=this.string("fingerprint",this.fingerprintChoices[0],{choices:this.fingerprintChoices}),this.limit=this.int("limit",10),this.distanceMetric=this.string("distanceMetric",l.kg[0],{choices:l.kg}),this.moleculeColumnName=this.string("moleculeColumnName"),this.name=t}init(){this.initialized=!0}detach(){this.subs.forEach((t=>t.unsubscribe()))}async onTableAttached(){if(this.init(),this.dataFrame){this.preComputeDistanceMatrix=this.dataFrame.rowCount<=22e3,this.subs.push(o.debounce(this.dataFrame.onRowsRemoved,50).subscribe((t=>this.render(!0))));const t="diversity"!==this.name;this.subs.push(o.debounce(this.dataFrame.onCurrentRowChanged,50).subscribe((e=>this.render(t)))),this.subs.push(o.debounce(this.dataFrame.selection.onChanged,50).subscribe((t=>this.render(!1)))),this.subs.push(o.debounce(i.onSizeChanged(this.root),50).subscribe((t=>this.render(!1)))),this.moleculeColumn=this.dataFrame.columns.bySemType(o.SEMTYPE.MACROMOLECULE),this.moleculeColumnName=this.moleculeColumn?.name,this.getProperty("limit").fromOptions({min:1,max:this.dataFrame.rowCount})}this.render()}onPropertyChanged(t){if(super.onPropertyChanged(t),this.initialized){if("moleculeColumnName"===t.name){const e=this.dataFrame.col(t.get(this));e.semType===o.SEMTYPE.MACROMOLECULE&&(this.moleculeColumn=e)}this.render()}}render(t=!0){this.renderPromise=this.renderPromise.then((async()=>{this.computeRequested=this.computeRequested||t,await this.renderInt(t)}))}async renderInt(t){}beforeRender(){return!(!this.initialized||this.dataFrame&&this.moleculeColumnName&&this.dataFrame.col(this.moleculeColumnName).semType!==o.SEMTYPE.MACROMOLECULE&&(n.shell.error(`${this.moleculeColumnName} is not Macromolecule type`),1))}}s(7241),s(4004),s(9943),s(4413);var Lt,_t=s(1345),It=function(t,e,s,n){return new(s||(s=Promise))((function(i,o){function r(t){try{l(n.next(t))}catch(t){o(t)}}function a(t){try{l(n.throw(t))}catch(t){o(t)}}function l(t){var e;t.done?i(t.value):(e=t.value,e instanceof s?e:new s((function(t){t(e)}))).then(r,a)}l((n=n.apply(t,e||[])).next())}))};class Pt{constructor(t,e,s=!1,n){var o;this.name="",this.description="",this._isAutomatic=!1,this._autoStartFirstStep=!1,this._currentStep=0,this._isStopped=!1,this._isCancelled=!1,this._isStepProcessed=!1,this._root=i.div([],{id:"demo-script",classes:"tutorials-root tutorials-track demo-app-script"}),this._steps=[],this._mainHeader=i.panel([],"tutorials-main-header"),this._header=i.h2(""),this._headerDiv=i.divH([],"tutorials-root-header"),this._stopStartBtn=i.button(i.iconFA("pause"),(()=>this._changeStopState()),"Play / pause"),this._restartBtn=i.button(i.iconFA("redo"),(()=>this._restartScript()),"Restart"),this._nextStepBtn=i.button(i.iconFA("play"),(()=>{this._isStepProcessed||this._nextStep()}),"Next step"),this._activity=i.panel([],"tutorials-root-description"),this._progressDiv=i.divV([],"tutorials-root-progress"),this._progress=i.element("progress"),this._progressSteps=i.divText(""),this._closeBtn=i.button(i.iconFA("chevron-left"),(()=>this._closeDock()),"Back to demo"),this.name=t,this.description=e,this._isAutomatic=s,this._autoStartFirstStep=null!==(o=null==n?void 0:n.autoStartFirstStep)&&void 0!==o&&o,this._progress.max=0,this._progress.value=1,Pt.currentObject=this}get steps(){return this._steps}get stepNumber(){return this._steps.length}_addHeader(){this._createHeaderDiv(),this._createProgressDiv(),this._mainHeader.append(this._headerDiv,this._progressDiv)}_createHeaderDiv(){this._header.innerText=this.name,this._headerDiv.append(this._closeBtn),this._headerDiv.append(this._header),this._nextStepBtn.firstChild.className="grok-icon fas fa-play",this._headerDiv.append(this._isAutomatic?this._stopStartBtn:this._nextStepBtn)}_createProgressDiv(){this._progress.max=this.stepNumber,this._progressDiv.append(this._progress),this._progressSteps=i.divText(`Step: ${this._progress.value} of ${this.stepNumber}`),this._progressDiv.append(this._progressSteps)}_addDescription(){var t;this._activity.append(i.div(this.description,"tutorials-root-description"));for(let e=0;e<this.stepNumber;e++){let s=i.iconFA("clock");this._isAutomatic||0===e&&(s=i.iconFA("play",(()=>this._nextStep()),"Next step"),s.className="grok-icon fas fa-play");const n=i.div(this._steps[e].name,"grok-tutorial-entry-instruction"),o=i.div(null===(t=this._steps[e].options)||void 0===t?void 0:t.description,"grok-tutorial-step-description hidden"),r=i.divH([s,n],"grok-tutorial-entry");this._activity.append(r,o)}}_initRoot(){var t,e,s;n.shell.windows.showContextPanel=!0,n.shell.windows.showHelp=!1;const i=Array.from(n.shell.dockManager.rootNode.children)[0];this._node=n.shell.dockManager.dock(this._root,o.DOCK_TYPE.FILL,i,""),(null===(e=null===(t=i.parent.container.containerElement.firstElementChild)||void 0===t?void 0:t.lastElementChild)||void 0===e?void 0:e.classList.contains("tab-handle-list-container"))&&(null===(s=i.parent.container.containerElement.firstElementChild)||void 0===s||s.lastElementChild.remove()),this._node.container.containerElement.classList.add("tutorials-demo-script-container"),this._addHeader(),this._root.append(this._mainHeader),this._addDescription(),this._root.append(this._activity)}_nextStep(){var t,e;return It(this,void 0,void 0,(function*(){this._isStepProcessed=!0,this._isAutomatic||(this._nextStepBtn.classList.add("disabled"),this._nextStepBtn.firstChild.classList.add("fa-disabled"));const s=this._activity.getElementsByClassName("grok-tutorial-entry")[this._currentStep],n=this._activity.getElementsByClassName("grok-icon")[this._currentStep],o=this._activity.getElementsByClassName("grok-tutorial-step-description")[this._currentStep];n.className="grok-icon far fa-spinner-third fa-spin",o.classList.remove("hidden"),o.classList.add("visible");const a=s,l=(null===(t=this._steps[this._currentStep].options)||void 0===t?void 0:t.delay)?null===(e=this._steps[this._currentStep].options)||void 0===e?void 0:e.delay:2e3;yield this._steps[this._currentStep].func(),this._scrollTo(this._root,a.offsetTop-this._mainHeader.offsetHeight),this._isAutomatic&&(yield this._countdown(s,n,l),yield(0,r.gw)(l));const c=i.iconFA("check");if(n.replaceWith(c),c.className="grok-icon far fa-check",this._progress.value++,this._progressSteps.innerText=`Step: ${this._progress.value} of ${this.stepNumber}`,this._currentStep++,this._isStepProcessed=!1,this._currentStep!==this.stepNumber){if(!this._isAutomatic){const t=this._activity.getElementsByClassName("grok-icon")[this._currentStep],e=i.iconFA("play",(()=>this._nextStep()),"Next step");e.className="grok-icon fas fa-play",t.replaceWith(e),this._nextStepBtn.classList.remove("disabled"),this._nextStepBtn.firstChild.classList.remove("fa-disabled")}}else this._isAutomatic?this._stopStartBtn.replaceWith(this._restartBtn):this._nextStepBtn.replaceWith(this._restartBtn)}))}_startScript(){return It(this,void 0,void 0,(function*(){for(let t=this._currentStep;t<this.stepNumber&&!this._isStopped&&!this._isCancelled;t++)yield this._nextStep()}))}_scrollTo(t,e){t.focus(),t.scrollTop=e}_countdown(t,e,s){return It(this,void 0,void 0,(function*(){const n=i.div([],"demo-script-countdown");e.classList.add("hidden");let o=s/1e3;const r=this._createSVGIndicator(o);n.append(r),t.prepend(n);const a=setInterval((()=>{o--,0===o&&(clearInterval(a),n.remove(),e.classList.remove("hidden"),e.classList.add("visible"))}),1e3)}))}_createSVGIndicator(t){const e=document.createElementNS("http://www.w3.org/2000/svg","svg"),s=document.createElementNS("http://www.w3.org/2000/svg","circle");return s.setAttributeNS(null,"cx","7"),s.setAttributeNS(null,"cy","7"),s.setAttributeNS(null,"r","6"),s.setAttributeNS(null,"style",`animation: countdown ${t}s linear infinite forwards`),e.append(s),e}_changeStopState(){const t=this._stopStartBtn.getElementsByClassName("grok-icon");t[0].className="grok-icon fas fa-play",this._isStopped=!this._isStopped,this._isStopped||(t[0].className="grok-icon fal fa-pause",this._isStepProcessed||this._startScript())}_restartScript(){n.shell.dockManager.close(this._node),n.shell.closeAll(),this._clearRoot(),this._setInitParams(),this.start()}_clearRoot(){this._root=i.div([],{id:"demo-script",classes:"tutorials-root tutorials-track demo-app-script"}),this._mainHeader=i.panel([],"tutorials-main-header"),this._header=i.h2(""),this._headerDiv=i.divH([],"tutorials-root-header"),this._activity=i.panel([],"tutorials-root-description"),this._progressDiv=i.divV([],"tutorials-root-progress"),this._progress=i.element("progress"),this._progressSteps=i.divText(""),this._progress.max=0,this._progress.value=1}_setInitParams(){this._currentStep=0,this._isStopped=!1,this._isCancelled=!1,this._stopStartBtn.getElementsByClassName("grok-icon")[0].className="grok-icon fal fa-pause",this._nextStepBtn.classList.remove("disabled")}_closeDock(){n.shell.dockManager.close(this._node),this.cancelScript()}cancelScript(){this._isCancelled=!0,Pt.currentObject=null}step(t,e,s){return this._steps[this.steps.length]={name:t,func:e,options:s},this}start(){return It(this,void 0,void 0,(function*(){this._initRoot(),n.shell.newView(this.name),this._isAutomatic?this._startScript():this._autoStartFirstStep&&(yield this._nextStep())}))}}Pt.currentObject=null,function(t){t.X="Embed_X",t.Y="Embed_Y"}(Lt||(Lt={})),s(1811),s(3336),s(8341);var xt=s(2568);s(525),s(9416),new class{constructor(){this.tooltipHandlerTemp="tooltip-handler.Monomer"}};class Rt extends o.GridCellRenderer{get name(){return constants.Of.MONOMER}get cellType(){return constants.Of.MONOMER}get defaultHeight(){return 15}get defaultWidth(){return 40}render(t,e,s,n,i,o,r){if(o.gridRow<0)return;MonomerTooltipHandler.getOrCreate(o.gridColumn),t.font="12px monospace",t.textBaseline="middle",t.textAlign="center";const a=(0,k.py)(o.cell.column.getTag("alphabet")),l=o.cell.value;if(!l)return;const c=a.get(l);t.fillStyle=c,t.fillText((0,k.GU)(l,6),e+n/2,s+i/2,n)}}class Ot extends o.Package{constructor(){super(...arguments),this._initialized=!1}get properties(){return this._properties}set properties(t){this._properties=t}get initialized(){return this._initialized}completeInit(){this._initialized=!0}handleErrorUI(t){const e=t instanceof Error?t.message:t.toString(),s=t instanceof Error?t.stack:void 0;n.shell.error(e),this.logger.error(e,void 0,s)}}class Gt extends o.Widget{constructor(t){super(i.div([],{}));const e=Object.assign({},...t.map((t=>({[t.name]:t}))));this.maxMonomerLengthProp=e.MaxMonomerLength,this.tooltipWebLogo=e.TooltipWebLogo,this.defaultSeparator=e.DefaultSeparator}async init(){const t=i.intInput("Max monomer length",Xt.properties.MaxMonomerLength,(t=>{Xt.properties.MaxMonomerLength=t})),e=i.boolInput("Tooltip WebLogo",Xt.properties.TooltipWebLogo,(t=>{Xt.properties.TooltipWebLogo=t})),s=i.choiceInput("Default Separator",Xt.properties.DefaultSeparator,[".","/","-"],(t=>{Xt.properties.DefaultSeparator=t}));this.root.appendChild(i.form([t,e,s]))}}s(8770);class Ft extends o.Widget{constructor(t){super(i.divV([])),this.viewed=!1,this.seqCol=t}async init(){const t=B.Cn.getOrCreate(this.seqCol),e=Xt.properties.TooltipWebLogo,s=this.seqCol.getTag(gt.DX.tooltipWebLogo);!1===e||["false","off","disable","disabled"].includes(s)||(this.wlViewer=await this.seqCol.dataFrame.plot.fromType("WebLogo",{sequenceColumnName:this.seqCol.name,backgroundColor:0,positionHeight:"Entropy",positionWidth:t.getAlphabetIsMultichar()?24:16,fixWidth:!0,fitArea:!1}),this.wlViewer.root.style.height="50px",this.root.appendChild(this.wlViewer.root),this.root.style.width="100%")}}var Dt=s(922);class Ht{constructor(t,e){this.helmColumn=t,this.df=e,this.helmColumn=t}async convertToSmiles(){const t=await this.getSmilesList(),e=this.df.columns.getUnusedName(`smiles(${this.helmColumn.name})`);return o.Column.fromStrings(e,t.map((t=>null===t?"":t)))}async getSmilesList(){return(await this.convertToMolfileV2KColumn()).toList().map((t=>o.chem.convert(t,o.chem.Notation.MolBlock,o.chem.Notation.Smiles)))}async convertToRdKitBeautifiedMolfileColumn(){const t=await this.getSmilesList(),e=await n.functions.call("Chem:getRdKitModule"),s=t.map((t=>{if(""===t)return null;const s=e.get_mol(t);return s?(s.normalize_depiction(1),s.straighten_depiction(!0),s):null})),i=this.df.columns.getUnusedName(`molfile(${this.helmColumn.name})`);return o.Column.fromStrings(i,s.map((t=>null===t?"":t.get_molblock())))}async convertToMolfileV2KColumn(){const t=(await this.getPolymerGraphColumn()).toList().map(((t,e)=>{const s=this.helmColumn.get(e);if(!s)return"";let n="";try{n=this.getPolymerMolfile(s,t)}catch(t){const[e,s]=(0,ot.yf)(t);Xt.logger.error(e,void 0,s)}finally{return n}})),e=this.df.columns.getUnusedName(`molfileV2K(${this.helmColumn.name})`);return o.Column.fromList("string",e,t)}async getPolymerGraphColumn(){return await n.functions.call("HELM:getMolfiles",{col:this.helmColumn})}getPolymerMolfile(t,e){const s=new Wt(e),n=new qt(t);return s.monomerSymbols.forEach(((t,e)=>{const i=s.getMonomerShifts(e);n.addMonomer(t,e,i)})),n.compileToMolfile()}}class Wt{constructor(t){this.molfileHandler=Dt._.getInstance(t)}get monomerSymbols(){return this.molfileHandler.atomTypes}getMonomerShifts(t){return{x:this.molfileHandler.x[t],y:this.molfileHandler.y[t]}}}class kt{constructor(t,e){this.capGroupElements=[];const s=_t.NT.instance.getBioLib().getMonomer(e,t);if(!s)throw new Error(`Monomer ${t} is not found in the library`);this.molfileWrapper=new $t(s.molfile,t),this.capGroupElements=s.rgroups.map((t=>(t.capGroupSmiles||t.capGroupSMILES).replace(/(\[|\]|\*|:|\d)/g,"")))}shiftCoordinates(t){this.molfileWrapper.shiftCoordinates(t)}getAtomLines(){return this.molfileWrapper.getAtomLines()}getBondLines(){return this.molfileWrapper.getBondLines()}removeBondedRGroups(t){this.molfileWrapper.removeRGroups(t)}capTrailingRGroups(){this.molfileWrapper.capRGroups(this.capGroupElements)}replaceRGroupWithAttachmentAtom(t,e){this.molfileWrapper.replaceRGroupWithAttachmentAtom(t,e)}getAttachmentAtomByRGroupId(t){return this.molfileWrapper.getAttachmentAtomByRGroupId(t)}deleteBondLineWithSpecifiedRGroup(t){this.molfileWrapper.deleteBondLineWithSpecifiedRGroup(t)}shiftBonds(t){this.molfileWrapper.shiftBonds(t)}}class Bt{constructor(t,e,s){this.atoms=e,this.bonds=s,this.rGroupBondPositionMap=new Map,this.rGroupIdToAtomicIndexMap=this.getRGroupIdToAtomicIdxMap(t)}getAtomicIdx(t){const e=this.rGroupIdToAtomicIndexMap.get(t);return void 0===e?null:e}removeRGroupsFromAtomBlock(t){t.forEach((t=>{if(void 0===this.rGroupIdToAtomicIndexMap.get(t))throw new Error(`Cannot find atomic index for R group ${t}`)}));const e=Array.from(this.rGroupIdToAtomicIndexMap.entries()).filter((([e,s])=>t.includes(e))).map((([t,e])=>e));this.atoms.deleteAtoms(e)}removeRGroups(t){this.removeRGroupsFromAtomBlock(t),t.forEach((t=>{const e=this.replaceRGroupInBondsByDummy(t);this.rGroupBondPositionMap.set(t,e)}))}replaceRGroupInBondsByDummy(t){const e=this.rGroupIdToAtomicIndexMap.get(t);if(this.rGroupBondPositionMap.has(t))throw new Error(`R group ${t} is already handled`);const s=this.bonds.getPositionsInBonds(e+1);if(0===s.length)throw new Error(`Cannot find position for R group ${t}`);if(s.length>1)throw new Error(`More than one position for R group ${t}`);const n=s[0];return this.bonds.replacePositionsInBondsByDummy([n]),this.bonds.removeAtomIdFromBonds(e+1),this.removeRGroupFromAtomicIdxMap(t,e),n}removeRGroupFromAtomicIdxMap(t,e){this.rGroupIdToAtomicIndexMap.delete(t);for(const[t,s]of this.rGroupIdToAtomicIndexMap)s>e&&this.rGroupIdToAtomicIndexMap.set(t,s-1)}getRGroupIdToAtomicIdxMap(t){const e=new Map;t.filter((t=>t.startsWith("M RGP"))).forEach((t=>{const s=function(t){const e=t.split(/\s+/).filter((t=>t)).slice(3).map((t=>parseInt(t))),s=new Array(e.length/2);for(let t=0;t<e.length;t+=2)s[t/2]=[e[t+1],e[t]-1];return s}(t);for(const[t,n]of s){if(e.has(t))throw new Error(`R group ${t} is already in the map`);e.set(t,n)}}));const s=t.map(((t,e)=>{if(t.startsWith("A "))return e})).filter((t=>void 0!==t)),n=s.map((e=>t[e])),i=s.map((e=>t[e+1]));n.forEach(((t,s)=>{const n=parseInt(t.split(/\s+/)[1])-1,o=parseInt(i[s].substring(1));if(e.has(o))throw new Error(`R group ${o} is already in the map`);e.set(o,n)}));const o=this.atoms.getRGroupAtomicIndices().filter((t=>!Array.from(e.values()).includes(t)));if(0!==o.length)throw new Error(`Unaccounted R group indices: ${o}`);return e}deleteBondLineWithSpecifiedRGroup(t){const e=this.rGroupBondPositionMap.get(t);if(!e)throw new Error(`Cannot find position for R group ${t}`);const{bondLineIdx:s}=e;this.bonds.deleteBondLines([s]),this.rGroupBondPositionMap.delete(t),this.rGroupIdToAtomicIndexMap.delete(t),this.rGroupBondPositionMap.forEach((t=>{t.bondLineIdx>s&&(t.bondLineIdx-=1)}))}replaceRGroupWithAttachmentAtom(t,e){const s=this.rGroupBondPositionMap.get(t);if(!s)throw new Error(`Cannot find position for R group ${t}`);const{bondLineIdx:n,nodeIdx:i}=s;this.bonds.bondedAtoms[n][i]=e}getAttachmentAtomIdByRGroupId(t){const e=this.rGroupBondPositionMap.get(t);if(!e)throw new Error(`Cannot find position for R group ${t}`);const{bondLineIdx:s,nodeIdx:n}=e;return this.bonds.bondedAtoms[s][(n+1)%2]}capRGroups(t){this.rGroupIdToAtomicIndexMap.forEach(((e,s)=>{const n=t[s-1];"H"===n?(this.removeRGroups([s]),this.deleteBondLineWithSpecifiedRGroup(s)):this.atoms.replaceElementSymbol(e,n)}))}}class Vt{constructor(t){this.bondedPairs=[],this.rawBondLines=[],this.rawBondLines=t,this.bondedPairs=this.rawBondLines.map((t=>[parseInt(t.substring(0,3)),parseInt(t.substring(3,6))]))}getBondLines(){return this.bondedPairs.map(((t,e)=>{if(t.some((t=>-1===t)))throw new Error(`Bonded pair ${t} contains -1`);return`${t[0].toString().padStart(3," ")}${t[1].toString().padStart(3," ")}${this.rawBondLines[e].substring(6)}`}))}get bondedAtoms(){return this.bondedPairs}deleteBondLines(t){this.rawBondLines=this.rawBondLines.filter(((e,s)=>!t.includes(s))),this.bondedPairs=this.bondedPairs.filter(((e,s)=>!t.includes(s)))}getPositionsInBonds(t){const e=[];return this.bondedPairs.forEach(((s,n)=>{s.forEach(((s,i)=>{s===t&&e.push({bondLineIdx:n,nodeIdx:i})}))})),e}replacePositionsInBondsByDummy(t,e){void 0===e&&(e=-1),t.forEach((t=>{const{bondLineIdx:s,nodeIdx:n}=t;this.bondedPairs[s][n]=e}))}removeAtomIdFromBonds(t){this.bondedPairs=this.bondedPairs.map((e=>e.map((e=>e>t?e-1:e))))}shift(t){this.bondedPairs=this.bondedPairs.map((e=>e.map((e=>e+t))))}}class Ut{constructor(t){this.coordinates=[],this.rawAtomLines=[],this.rawAtomLines=t,this.coordinates=this.rawAtomLines.map((t=>({x:parseFloat(t.substring(0,10)),y:parseFloat(t.substring(10,20))})))}get atomCoordinates(){return this.coordinates}get atomLines(){return this.rawAtomLines.map(((t,e)=>{const s=this.coordinates[e];return`${s.x.toFixed(4).padStart(10," ")}${s.y.toFixed(4).padStart(10," ")}${t.substring(20)}`}))}replaceElementSymbol(t,e){this.rawAtomLines[t]=this.rawAtomLines[t].replace("R#",e)}deleteAtoms(t){this.coordinates=this.coordinates.filter(((e,s)=>!t.includes(s))),this.rawAtomLines=this.rawAtomLines.filter(((e,s)=>!t.includes(s)))}shift(t){this.coordinates=this.coordinates.map((e=>{const s=e.x+t.x,n=e.y+t.y;if(isNaN(s)||isNaN(n))throw new Error(`Cannot shift coordinates by ${t.x}, ${t.y}`);return{x:s,y:n}}))}rotate(t){this.coordinates=this.coordinates.map((e=>{const s=e.x,n=e.y,i=s*Math.cos(t)-n*Math.sin(t),o=s*Math.sin(t)+n*Math.cos(t);if(isNaN(i)||isNaN(o))throw new Error(`Cannot rotate coordinates by ${t}`);return{x:i,y:o}}))}getRGroupAtomicIndices(){return this.rawAtomLines.map(((t,e)=>{if(t.includes("R#"))return e})).filter((t=>void 0!==t))}}class $t{constructor(t,e){this.monomerSymbol=e;const s=t.split("\n"),n=parseInt(s[3].substring(0,3)),i=parseInt(s[3].substring(3,6)),o=s.slice(4,4+n);this.atoms=new Ut(o);const r=s.slice(4+n,4+n+i);this.bonds=new Vt(r),this.rGroups=new Bt(s,this.atoms,this.bonds),this.shiftMonomerToDefaultPosition()}deleteBondLineWithSpecifiedRGroup(t){this.rGroups.deleteBondLineWithSpecifiedRGroup(t)}shiftCoordinates(t){this.atoms.shift(t)}rotateCoordinates(t){this.atoms.rotate(t)}getBondLines(){return this.bonds.getBondLines()}getAtomLines(){return this.atoms.atomLines}removeRGroups(t){this.rGroups.removeRGroups(t)}replaceRGroupWithAttachmentAtom(t,e){this.rGroups.replaceRGroupWithAttachmentAtom(t,e)}getAttachmentAtomByRGroupId(t){return this.rGroups.getAttachmentAtomIdByRGroupId(t)}shiftR1GroupToOrigin(){const t=this.rGroups.getAtomicIdx(1);if(null===t)throw new Error(`Cannot find R1 group for monomer ${this.monomerSymbol}`);const{x:e,y:s}=this.atoms.atomCoordinates[t];this.atoms.shift({x:-e,y:-s})}alignR2AlongX(){const t=this.rGroups.getAtomicIdx(2);if(null===t)throw new Error(`Cannot find R2 group for monomer ${this.monomerSymbol}`);const e=this.atoms.atomCoordinates[t],s=e.y/e.x,n=Math.atan(s);if(isNaN(n))throw new Error(`Cannot calculate angle for R2 group for monomer ${this.monomerSymbol}`);this.rotateCoordinates(-n)}shiftMonomerToDefaultPosition(){this.shiftR1GroupToOrigin(),null!==this.rGroups.getAtomicIdx(2)&&this.alignR2AlongX()}shiftBonds(t){this.bonds.shift(t)}capRGroups(t){this.rGroups.capRGroups(t)}}class Yt{constructor(t){this.simplePolymer=t,this.polymerType=this.getPolymerType(),this.idx=this.getIdx();const{monomers:e,monomerTypes:s}=this.getMonomerSymbolsAndTypes();this.monomers=e,this.monomerTypes=s}get id(){return this.polymerType+this.idx.toString()}getPolymerType(){const t=new RegExp("(PEPTIDE|RNA)[0-9]+{"),e=this.simplePolymer.match(t);if(!e)throw new Error(`Unsupported polymer type in ${this.simplePolymer}`);return e[1]}getIdx(){const t=new RegExp(`${this.polymerType}([0-9]+){`),e=this.simplePolymer.match(t);if(!e)throw new Error(`Cannot parse simple polymer id from ${this.simplePolymer}`);return parseInt(e[1])}getMonomerSymbolsAndTypes(){const t=new RegExp(`${this.polymerType}${this.idx}{|}`,"g"),e=this.simplePolymer.replace(t,"").split("."),s=[],n=[];return e.forEach((t=>{const e=t.split(/\(|\)/).map((t=>t.replace(/[\[\]]/g,"")));s.push(...e);const i=e.map(((t,e)=>e%2==0?0:1));n.push(...i)})),{monomers:s,monomerTypes:n}}getBondData(){const t=[],e=this.monomerTypes.map(((t,e)=>{if(0===t)return e})).filter((t=>void 0!==t)),s=this.monomerTypes.map(((t,e)=>{if(1===t)return e})).filter((t=>void 0!==t));for(let s=0;s<e.length-1;s++){const n=e[s],i=e[s+1];t.push([{monomerIdx:n,rGroupId:2},{monomerIdx:i,rGroupId:1}])}for(let e=0;e<s.length;e++){const n=s[e],i=n-1;t.push([{monomerIdx:i,rGroupId:3},{monomerIdx:n,rGroupId:1}])}return t}}class Kt{constructor(t){const e=t.split("|");e.forEach((t=>this.validateConnectionItem(t))),this.connectionItems=e}validateConnectionItem(t){const e="(PEPTIDE|RNA)",s=new RegExp(`${e}[0-9]+,${e}[0-9]+,[0-9]+:R[0-9]+-[0-9]+:R[0-9]+`,"g");if(!t.match(s))throw new Error(`Cannot parse connection item from ${t}`)}getConnectionData(){const t=[];return this.connectionItems.forEach((e=>{const s=[],n=e.split(",");n[2].split("-").forEach(((t,e)=>{const i=n[e],o=t.split(":"),r={monomerIdx:parseInt(o[0])-1,rGroupId:parseInt(o[1].slice(1))};s.push({polymerId:i,bond:r})})),t.push(s)})),t}}class Zt{constructor(t){this.helm=t;const e=this.helm.split("$"),s=e[0].split("|");this.simplePolymers=s.map((t=>new Yt(t))),""!==e[1]&&(this.connectionList=new Kt(e[1])),this.bondData=this.getBondData()}toString(){return this.helm}getPolymerTypeByMonomerIdx(t){return this.getSimplePolymerByMonomerIdx(t).polymerType}getSimplePolymerByMonomerIdx(t){const e=this.getMonomerIdxShifts(),s=Object.values(e).sort(((t,e)=>t-e)).find((e=>t>=e));if(void 0===s)throw new Error(`Cannot find simple polymer for monomer ${t}`);const n=Object.keys(e).find((t=>e[t]===s));return this.simplePolymers.find((t=>t.id===n))}shiftBondMonomerIds(t,e){e.forEach((e=>{e.forEach((e=>{e.monomerIdx+=t}))}))}getMonomerIdxShifts(){const t={};let e=0;return this.simplePolymers.forEach((s=>{t[s.id]=e,e+=s.monomers.length})),t}getBondData(){const t=this.getMonomerIdxShifts(),e=[];return this.simplePolymers.forEach((s=>{const n=s.getBondData(),i=t[s.id];this.shiftBondMonomerIds(i,n),e.push(...n)})),this.connectionList&&this.connectionList.getConnectionData().forEach((s=>{const n=[];s.forEach((e=>{const s=t[e.polymerId],i=e.bond;i.monomerIdx+=s,n.push(i)})),e.push(n)})),e}}class qt{constructor(t){this.monomerWrappers=[],this.helm=new Zt(t),this.bondedRGroupsMap=new Map,this.helm.bondData.forEach((t=>{t.forEach((t=>{const e=t.monomerIdx,s=t.rGroupId;this.bondedRGroupsMap.get(e)||this.bondedRGroupsMap.set(e,[]),this.bondedRGroupsMap.get(e).push(s)}))}))}addMonomer(t,e,s){const n=this.helm.getPolymerTypeByMonomerIdx(e),i=new kt(t,n);i.shiftCoordinates(s),this.monomerWrappers.push(i)}removeRGroups(){this.monomerWrappers.forEach(((t,e)=>{this.bondedRGroupsMap.has(e)&&t.removeBondedRGroups(this.bondedRGroupsMap.get(e)),t.capTrailingRGroups()}))}getAtomNumberShifts(){const t=[];let e=0;return this.monomerWrappers.forEach((s=>{t.push(e),e+=s.getAtomLines().length})),t}restoreBondsBetweenMonomers(){this.helm.bondData.forEach((t=>{const e=t.map((t=>t.monomerIdx)),s=t.map((t=>t.rGroupId)),n=e.map((t=>this.monomerWrappers[t])),i=n[1].getAttachmentAtomByRGroupId(s[1]);n[0].replaceRGroupWithAttachmentAtom(s[0],i),n[1].deleteBondLineWithSpecifiedRGroup(s[1])}))}compileToMolfile(){const t=[],e=[];this.removeRGroups();const s=this.getAtomNumberShifts();this.monomerWrappers.forEach(((t,e)=>{t.shiftBonds(s[e])})),this.restoreBondsBetweenMonomers(),this.monomerWrappers.forEach((s=>{t.push(...s.getAtomLines()),e.push(...s.getBondLines())}));const n=t.length;if(n>999)throw new Error(`Atom count in polymer ${this.helm.toString()} is ${n} and exceeds 999`);const i=e.length;return["\nDatagrok\n",`${n.toString().padStart(3," ")}${i.toString().padStart(3," ")} 0 0 1 0 0 V2000`,t.join("\n"),e.join("\n"),"M END\n"].join("\n")}}o.DataFrame.fromCsv("seq,value\nATCCGTCGT,0.5\nTGTTCGTCA,0.4\nATGGTCGTA,0.7\nATCCGTGCA,0.1"),["1","1A","1C","2","4","4A","4B","5","6"].join(k.CI);var zt=s(8601);const Xt=new Ot,jt="bypassLargeDataWarning";function Qt(){return _t.NT.instance}function Jt(){return _t.NT.instance.getBioLib()}async function te(t,e,r,h,u,m){if(!(0,xt.n)(e,"Activity Cliffs"))return;const d=Ct(t),g={units:e.getTag(o.TAGS.UNITS),aligned:e.getTag("aligned"),separator:e.getTag("separator"),alphabet:e.getTag("alphabet")},p=B.Cn.getOrCreate(e);let f=W.gk.Tanimoto,y=e,w=bt;if(p.isFasta()||p.isSeparator()&&p.alphabet&&"UN"!==p.alphabet){if(p.isFasta())f=p.getDistanceFunctionName();else{y=p.convert(k.r2.FASTA);const t=B.Cn.getOrCreate(y);f=t.getDistanceFunctionName(),g.units=k.r2.FASTA}w=Tt}const b=async()=>await async function(t,e,r,a,h,u,m,d,g,p,f,y,w,b,T,C,A,S){L++;const E=m/100,M=r??e;let H=!1,W=!1;const k={};let B,V;const U={seqCol:M,methodName:g,similarityMetric:d,embedAxesNames:a,options:A},{distance:$,coordinates:Y}=await y(U);for(const e of Y)t.columns.add(e);let K=$;const Z=Object.values(c.U).map((t=>t.toString())).includes(d);Z&&!$&&(K=v.H.calc(e.toList(),c.o[d]()).data);const q=function(t,e,s){const n=[],i=[],o=[],r=[],a=new Set;for(let l=0;l!=t.length;++l)for(let c=0;c!=t.length-l;++c){const h=t[l]?t[l].get(c):0;if(h>=e){o.push(l),r.push(l+c+1),a.add(l),a.add(l+c+1),n.push(h);const t=Math.abs(s.get(l)-s.get(l+c+1));i.push(1!=h?t/(1-h):1/0)}}return{simVals:n,saliVals:i,n1:o,n2:r,cliffsMolIds:a}}(await async function(t,e,s,n){const i=t.categories,r=t.getRawData(),a=o.Column.string("seq",t.length).init((t=>i[r[t]])),c=o.DataFrame.fromColumns([a]),h=t.length;let u=Array(h-1);return s&&e?function(t,e,s){const n=(0,N.y)(t);for(let i=0;i<t-1;++i){const r=new Float32Array(t-i-1).fill(0);for(let s=i+1;s<t;++s){const t=n(i,s);r[s-i-1]=e[t]===o.FLOAT_NULL?0:(0,l.Om)(e[t])}s[i]=o.Column.fromFloat32Array("similarity",r)}}(h,e,u):u=await n(h,t,c,"seq",u),u}(M,K,Z,w),E,u),z=function(t,e,s,n,i,r){const a=new Array(t).fill(0);for(let t=0;t!=s.length;++t)e[t]!=1/0&&(r.get(s[t])>r.get(n[t])?a[s[t]]+=e[t]:a[n[t]]+=e[t]);return o.Column.fromList("double",`sali_${i[0].substring(i[0].lastIndexOf("_"))}`,a)}(M.length,q.saliVals,q.n1,q.n2,a,u);t.columns.add(z);const X=function(t,e){const s="containsCliff",n=t.columns.names().filter((t=>t.includes(s))).length+1,i=`${s}_${n}`;return o.Column.bool(i,t.rowCount).init((t=>e.has(t)))}(t,q.cliffsMolIds);t.columns.add(X);const j=function(t){const e=t.filter((t=>t!==1/0)),s=Math.min(...e);return{max:Math.max(...e),min:s}}(q.saliVals),Q=.8/(j.max-j.min),J=n.shell.getTableView(t.name);J.grid.columns.byName(X.name).visible=!1;const tt=J.addViewer(o.VIEWER.SCATTER_PLOT,{xColumnName:a[0],yColumnName:a[1],size:z.name,color:u.name,showXSelector:!1,showYSelector:!1,showSizeSelector:!1,showColorSelector:!1,markerMinSize:5,markerMaxSize:25,title:h}),et=tt.getInfo().canvas,st=function(t,e,s,n,i){const r=new Array(t.n1.length).fill(null);for(let e=0;e<t.n1.length;e++){const s=t.n1[e],n=t.n2[e];r[e]={id:e,mols:[s,n],selected:!1,a:[],b:[]}}const a=o.DataFrame.create(r.length);return G.forEach(((t,s)=>{a.columns.addNewString(t).init((t=>e.get(r[t].mols[s]))),function(t,e){Object.keys(e).forEach((s=>{t.tags[s]=e[s]}))}(a.col(t),i),a.col(t).semType=n})),a.columns.addNewFloat(P).init((t=>Math.abs(s.get(r[t].mols[0])-s.get(r[t].mols[1])))),a.columns.addNewInt(O).init((t=>t)),a.columns.addNewFloat(x).init((e=>t.saliVals[e])),a.columns.addNewFloat(R).init((e=>t.simVals[e])),a.name=`${_}${L}`,{lines:r,linesDf:a}}(q,e,u,p,f),nt=C?C(st.linesDf,G).sort([x],[!1]):st.linesDf.plot.grid().sort([x],[!1]);t.temp[".cliffsDfGrid"]=nt;const it=i.button(`${st.linesDf.rowCount} cliffs`,(()=>{J.dockManager.dock(nt,"down",null,"Activity cliffs",S??.2)}));it.classList.add("scatter_plot_link","cliffs_grid"),tt.root.append(it);const ot=i.switchInput("Show only cliffs",!1,(()=>{ot.value?(tt.dataFrame.setTag(F,X.name),t.rows.match({[X.name]:!0}).filter(),I.next(X.name)):(tt.dataFrame.setTag(F,""),t.filter.setAll(!0,!0),I.next(""))}));ot.root.classList.add("scatter_plot_link","show_only_cliffs"),tt.root.append(ot.root),I.subscribe((t=>{ot.enabled=""===t||t===X.name}));const rt=n.events.onViewerClosed.subscribe((t=>{t.args.viewer===tt&&(J.dockManager.close(nt.root),rt.unsubscribe(),J.subs=J.subs.filter((t=>t!==rt)))}));return J.subs.push(rt),st.linesDf.onCurrentCellChanged.subscribe((()=>{H=!0;const s=st.linesDf.currentCol&&st.linesDf.currentCol.name===G[1]?1:0,o=-1!==st.linesDf.currentRowIdx?st.lines[st.linesDf.currentRowIdx]:null;tt.dataFrame.currentRowIdx=o?o.mols[s]:-1,tt.dataFrame.filter.set(0,!st.lines[0].selected),tt.dataFrame.filter.set(0,st.lines[0].selected),o&&setTimeout((()=>{!function(t,e,s,o,r,a,l,c){const h=e.getPane("Cliff Details");i.empty(h.root);const u=c({cashedData:s,line:o,df:t,seqCol:r,activityCol:a,sali:l});h.root.append(u),setTimeout((()=>{n.shell.o=e.root}),500)}(t,B,k,o,e,u,st.linesDf.get(x,o.id),T);const s=tt.dataFrame.getSortedOrder(J.grid.sortByColumns,J.grid.sortTypes);J.grid.scrollToCell(e.name,s.indexOf(tt.dataFrame.currentRowIdx))}),1e3)})),st.linesDf.onSelectionChanged.subscribe((e=>{if(!1===st.linesDf.selection.anyTrue)st.lines.forEach((t=>{t.selected=!1}));else if(-1!==st.linesDf.mouseOverRowIdx){const t=st.lines[st.linesDf.mouseOverRowIdx];t.selected=!t.selected}setTimeout((()=>{const e=o.BitSet.create(t.rowCount);st.lines.forEach((t=>{t.selected&&t.mols.forEach((s=>{e.set(s,t.selected,!0)}))})),t.selection.copyFrom(e),J.grid.invalidate()}),300)})),t.onSelectionChanged.subscribe((e=>{W?W=!1:!1===t.selection.anyTrue&&"number"==typeof e&&(st.lines.forEach((t=>{t.selected=!1})),nt.dataFrame.selection.setAll(!1,!1),nt.invalidate())})),et.addEventListener("mousemove",(function(n){clearTimeout(V),V=s.g.setTimeout((function(){const s=D(n,et,st.lines);s&&-1===t.mouseOverRowIdx&&i.tooltip.show(b({cashedData:k,line:s,df:t,seqCol:e,activityCol:u}),n.clientX,n.clientY)}),500)})),et.addEventListener("mousedown",(function(e){W=!0;const s=D(e,et,st.lines);if(s&&-1===t.mouseOverRowIdx){e.ctrlKey?(s.selected=!s.selected,st.linesDf.selection.set(s.id,s.selected)):st.linesDf.currentRowIdx!==s.id&&(st.linesDf.currentRowIdx=s.id,t.currentRowIdx=s.mols[0],t.filter.set(0,!st.lines[0].selected),t.filter.set(0,st.lines[0].selected));const n=st.linesDf.getSortedOrder(nt.sortByColumns,nt.sortTypes);nt.scrollToCell(G[0],n.indexOf(s.id))}})),tt.onEvent("d4-before-draw-scene").subscribe((e=>{const s=function(t,e,s,n,i,o,r){const a=n.lines,l=t.getInfo().canvas.getContext("2d"),c=t.dataFrame.columns.byName(e),h=t.dataFrame.columns.byName(s);for(let e=0;e<a.length;e++){const s=t.worldToScreen(c.get(a[e].mols[0]),h.get(a[e].mols[0])),u=t.worldToScreen(c.get(a[e].mols[1]),h.get(a[e].mols[1]));a[e].a=[s.x,s.y],a[e].b=[u.x,u.y];const m=new Path2D;m.moveTo(a[e].a[0],a[e].a[1]);const d=a[e].selected?"255,255,0":"0,128,0",g=i[e]===1/0?1:.2+(i[e]-r)*o;l.strokeStyle=`rgba(${d},${g})`,l.lineWidth=a[e].id===n.linesDf.currentRowIdx?3:1,m.lineTo(a[e].b[0],a[e].b[1]),l.stroke(m)}return a}(tt,a[0],a[1],st,q.saliVals,Q,j.min);if(H){const t=s[st.linesDf.currentRowIdx];setTimeout((()=>{const{zoomLeft:e,zoomRight:s,zoomTop:n,zoomBottom:i}=function(t,e,s,n,i,o){const r=Math.abs(s-i),a=Math.abs(n-o),l=t/r,c=e/a,h=Math.min(l,c),u=t/h*5,m=e/h*5,d=(s<i?s:i)+r/2-u/2,g=(n>o?n:o)-a/2+m/2;return{zoomLeft:d,zoomRight:d+u,zoomTop:g,zoomBottom:g-m}}(tt.viewport.width,tt.viewport.height,tt.dataFrame.get(a[0],t.mols[0]),tt.dataFrame.get(a[1],t.mols[0]),tt.dataFrame.get(a[0],t.mols[1]),tt.dataFrame.get(a[1],t.mols[1]));tt.zoom(e,n,s,i)}),300),H=!1}ot.value?t.rows.match({[X.name]:!0}).filter():!0===ot.enabled&&t.filter.setAll(!0,!1)})),tt.addProperty("similarityLimit","double",E),B=function(){const t=i.accordion(),e=i.element("i");return e.className="grok-icon svg-icon svg-view-layout",t.addTitle(i.span([e,i.label("Activity cliffs")])),t.addPane("Cliff Details",(()=>i.divText("Cliff has not been selected")),!0),n.shell.o=t.root,t}(),tt}(t,y,null,d,"Activity cliffs",r,h,f,u,o.SEMTYPE.MACROMOLECULE,g,w,At,St,Et,vt,m),T=u===a.AL.UMAP?5e3:2e3;if(!(t.rowCount>2e4))return new Promise(((e,s)=>{t.rowCount>T&&!m?.[jt]?i.dialog().add(i.divText("Activity cliffs analysis might take several minutes.\n Do you want to continue?")).onOK((async()=>{const t=o.TaskBarProgressIndicator.create("Running sequence activity cliffs ...");b().then((t=>e(t))).catch((t=>s(t))).finally((()=>{t.close()}))})).show():b().then((t=>e(t))).catch((t=>s(t)))})).catch((t=>{const[e,s]=(0,ot.yf)(t);throw Xt.logger.error(e,void 0,s),t}));n.shell.warning("Too many rows, maximum for sequence activity cliffs is 20000")}async function ee(t,e,s,l=c.U.LEVENSHTEIN,u,m,d){if(await(0,r.gw)(10),!(0,xt.n)(e,"Sequence space"))return;let g;const p=o.TaskBarProgressIndicator.create("Initializing sequence space ...");try{function f(e,s,r){let a=null,l=null;t.columns.names().includes(y[0])?(a=t.columns.byName(y[0]),l=t.columns.byName(y[1])):(a=t.columns.add(o.Column.float(y[0],t.rowCount)),l=t.columns.add(o.Column.float(y[1],t.rowCount)),u&&(g=n.shell.tableView(t.name).scatterPlot({x:y[0],y:y[1],title:"Sequence space"}))),d?.[h]&&(g?.root&&i.setUpdateIndicator(g.root,!1),a.init((t=>r[t]?r[t][0]:void 0)),l.init((t=>r[t]?r[t][1]:void 0)));const c=e/s*100;p.update(c,`Running sequence space ... ${c.toFixed(0)}%`)}const y=Ct(t),w=o.DataFrame.fromColumns([e]).clone(),b=function(t,e){const s=e.categories.map(((t,e)=>t?null:e)).filter((t=>null!==t)),n=[...e.getRawData()],i=[];let o=0;for(let e=0;e<t.rowCount;e++)s.includes(n[e])&&(t.rows.removeAt(e-o),i.push(e),o+=1);return i}(w,e),T={seqCol:w.col(e.name),methodName:s,similarityMetric:l,embedAxesNames:y,options:{...d,sparseMatrixThreshold:m??.8,usingSparseMatrix:t.rowCount>2e4}},C=s===a.AL.UMAP?5e5:15e3,A=s===a.AL.UMAP?5e3:2e3;if(t.rowCount>C)return void n.shell.warning(`Too many rows, maximum for sequence space is ${C}`);async function S(){t.columns.add(o.Column.float(y[0],t.rowCount)),t.columns.add(o.Column.float(y[1],t.rowCount)),u&&(g=n.shell.tableView(t.name).scatterPlot({x:y[0],y:y[1],title:"Sequence space"}),i.setUpdateIndicator(g.root,!0));let e=null;const s=n.events.onViewerClosed.subscribe((t=>{const i=t.args.viewer;i?.getOptions()?.look?.title&&g?.getOptions()?.look?.title&&i?.getOptions()?.look?.title===g?.getOptions()?.look?.title&&(n.events.fireCustomEvent(yt,{}),s.unsubscribe(),e?.(),p.close())})),r=new Promise((async t=>{e=t,t(await Tt(T,d?.[jt]?void 0:f))})),a=await r;return p.close(),s.unsubscribe(),a?E(a):a}if(!(t.rowCount>A)||d?.[jt])return await S();function E(e){const s=e.coordinates;for(const e of s){const s=e.toList();b.forEach((t=>s.splice(t,0,null)));let n=t.columns.byName(e.name);n||(n=o.Column.float(e.name,s.length),t.columns.add(n)),n.init((t=>s[t]))}if(u)return g||(g=n.shell.tableView(t.name).scatterPlot({x:y[0],y:y[1],title:"Sequence space"})),i.setUpdateIndicator(g.root,!1),g}i.dialog().add(i.divText("Sequence space analysis might take several minutes.\n Do you want to continue?")).onOK((async()=>{await S()})).onCancel((()=>{p.close()})).show()}catch(M){console.error(M),p.close()}}async function se(t,e,s){const r=o.TaskBarProgressIndicator.create("Converting to atomic level ...");!async function(t,e,s){if(0===o.Func.find({package:"Chem",name:"getRdKitModule"}).length)return void n.shell.warning('Transformation to atomic level requires package "Chem" installed.');if(s){const s=B.Cn.getOrCreate(e);return s.isHelm()||(e=s.convert(k.r2.HELM)),void async function(t,e){const s=await async function(t,e){const s=new Ht(e,t),n=await s.convertToRdKitBeautifiedMolfileColumn();return n.semType=o.SEMTYPE.MOLECULE,n}(t,e);t.columns.add(s,!0),await n.data.detectSemanticTypes(t)}(t,e)}if(!(0,xt.n)(e,"To Atomic Level"))return;const r=Qt().getBioLib(),a=await(0,zt.i0)(t,e,r);null!==a.col&&(t.columns.add(a.col,!0),await n.data.detectSemanticTypes(t)),a.warnings&&a.warnings.length>0&&n.shell.warning(i.list(a.warnings))}(t,e,s),r.close()}function ne(t){return new V.i(t).importFasta()}function ie(t){const e=B.Cn.getOrCreate(t).stats;return Object.keys(e.freq)}async function oe(t,e,s){return K(t,e,s,H.IDENTITY)}async function re(t,e,s){return K(t,e,s,H.SIMILARITY)}},7983:(t,e,s)=>{"use strict";s.d(e,{HV:()=>h,QF:()=>c,pf:()=>l});var n=s(4469),i=(s(3870),s(976)),o=s(7241),r=(s(4293),s(1061)),a=s(8447);function l(t,e,s){const n=s?function(t,e){const s=`${e}`.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"),n=t.charAt(0)===e,i=t.charAt(t.length-1)===e,o=t.replace(new RegExp(`^${s}|${s}$`,"g"),"");return n?i?`${s}${o}${s}`:`${s}${o}${s}|${s}${o}$`:i?`^${o}${s}|${s}${o}${s}`:`^${o}${s}|${s}${o}${s}|${s}${o}$`}(t,s):t,o=i.BitSet.create(e.length);for(let s=0;s<e.length;s++){const i=e.get(s);(i.match(n)||i===t)&&o.set(s,!0,!1)}return o}async function c(t,e){e.version!==e.temp["last-invalidated-version"]&&await h(e,!0);const s=i.Column.string("helm",1).init((e=>t));s.semType=i.SEMTYPE.MACROMOLECULE,s.setTag(i.TAGS.UNITS,a.r2.HELM);const r=await(0,o.D)(s,!0,e.temp["monomers-dict"]);return(await n.functions.call("Chem:searchSubstructure",{molStringsColumn:e.temp["monomeric-mols"],molString:r.get(0),molBlockFailover:""})).get(0)}async function h(t,e){const s=i.TaskBarProgressIndicator.create(`Invalidating molfiles for ${t.name}`);await(0,r.gw)(10);const n=new Map,a=await(0,o.D)(t,e,n);t.temp["monomeric-mols"]=a,t.temp["monomers-dict"]=n,t.temp["last-invalidated-version"]=t.version,s.close()}},2568:(t,e,s)=>{"use strict";s.d(e,{l:()=>a,n:()=>r});var n=s(4469),i=s(976),o=s(499);function r(t,e,s=[],i=[],o=!0){const[r,l]=a(t,e,s,i);return o&&!r&&n.shell.warning(l),r}function a(t,e,s=[],r=[]){let a=!0,l="";const c=o.Cn.getOrCreate(t);if(t.semType!==i.SEMTYPE.MACROMOLECULE)n.shell.warning(e+" analysis is allowed for Macromolecules semantic type"),a=!1;else{const t=c.notation;if(s.length>0&&!s.some((e=>t.toUpperCase()==e.toUpperCase())))l=`${e} + ' analysis is allowed for Macromolecules with notation ${0==s.length?"any notation":`notation${s.length>1?"s":""} ${s.map((t=>`"${t}"`)).join(", ")} `}.`,a=!1;else if(!c.isHelm()){const t=c.alphabet;r.length>0&&!r.some((e=>t.toUpperCase()==e.toUpperCase()))&&(l=`${e} + ' analysis is allowed for Macromolecules with alphabet ${0==r.length?"any alphabet":`alphabet${r.length>1?"s":""} ${r.map((t=>`"${t}"`)).join(", ")}.`}.`,a=!1)}}return[a,l]}},3553:(t,e,s)=>{"use strict";s.d(e,{Of:()=>o,WY:()=>h,jB:()=>u,mU:()=>a,rs:()=>c});var n,i,o,r=s(8341);!function(t){t.SPLIT_COL="~split",t.ACTIVITY="~activity",t.ACTIVITY_SCALED="activity_scaled",t.ALIGNED_SEQUENCE="~aligned_sequence",t.AMINO_ACID_RESIDUE="AAR",t.POSITION="Pos",t.P_VALUE="pValue",t.MEAN_DIFFERENCE="Mean difference"}(n||(n={})),function(t){t.AAR="AAR",t.POSITION="Pos",t.SELECTION="selection"}(i||(i={})),function(t){t.MONOMER="Monomer",t.MACROMOLECULE_DIFFERENCE="MacromoleculeDifference",t.ACTIVITY="activity",t.ACTIVITY_SCALED="activityScaled"}(o||(o={}));const a="MSA";var l,c;!function(t){t.CELL_CHANGING="isCellChanging"}(l||(l={})),function(t){t.SEPARATOR="."}(c||(c={}));const h="3.3.1",u={pepsea:{gapOpen:1.53,gapExtend:0,method:r.J[0]},kalign:{gapOpen:-1,gapExtend:-1,terminalGap:-1}}},4004:(t,e,s)=>{"use strict";s.d(e,{o:()=>o}),s(976),s(3870);var n=s(4469),i=(s(3336),s(8447),s(499));async function o(t,e,s){const o=i.Cn.getOrCreate(t).convert(e,s);t.dataFrame.columns.add(o);const r=await n.functions.call("Bio:detectMacromolecule",{col:o});return r&&(o.semType=r),await n.data.detectSemanticTypes(t.dataFrame),o}},7958:(t,e,s)=>{"use strict";function n(t){return"string"==typeof t||t instanceof String?t:"StateError"===t.constructor.name?t.message:"StateError"===t.constructor.name&&"$thrownJsError"in t?n(t.$thrownJsError):t instanceof Error?t.message:t.toString()}function i(t){return t instanceof Error?t.stack:"StateError"===t.constructor.name&&"$thrownJsError"in t?i(t.$thrownJsError):void 0}function o(t){return[n(t),i(t)]}s.d(e,{yf:()=>o})},1345:(t,e,s)=>{"use strict";s.d(e,{NT:()=>y,P4:()=>m,QD:()=>p,RV:()=>c,nW:()=>g,rb:()=>u});var n=s(4469),i=(s(3870),s(976)),o=s(701),r=s(922),a=s(7228),l=s(3219);const c="Libraries",h="System:AppData/Bio/libraries/",u={"HELMCoreLibrary.json":"HELMCoreLibrary.json"};async function m(){return await Promise.all((await n.dapi.files.list(h,!0,"")).map((async t=>t.fullPath.substring(h.length))))}let d=Promise.resolve();async function g(){let t;return d=d.then((async()=>{const e=await n.dapi.userDataStorage.getValue(c,"Settings",!0);t=e?JSON.parse(e):{exclude:[]},t.exclude=t.exclude instanceof Array?t.exclude:[],console.debug(`Bio: getUserLibSettings()\n${JSON.stringify(t,void 0,2)}`)})),await d,t}async function p(t){d=d.then((async()=>{console.debug(`Bio: setUserLibSettings()\n${JSON.stringify(t,void 0,2)}`),await n.dapi.userDataStorage.postValue(c,"Settings",JSON.stringify(t),!0)})),await d}class f{constructor(t,e){this._monomers={},this._onChanged=new o.Subject,this._monomers=t,this.error=e}getMonomer(t,e){return t in this._monomers&&e in this._monomers[t]?this._monomers[t][e]:null}getPolymerTypes(){return Object.keys(this._monomers)}getMonomerMolsByPolymerType(t){const e={};return Object.keys(this._monomers[t]??{}).forEach((s=>{e[s]=this._monomers[t][s].molfile})),e}getMonomerSymbolsByType(t){return Object.keys(this._monomers[t])}getMonomerSymbolsByRGroup(t,e,s){let n=this.getMonomerSymbolsByType(e).map((t=>this.getMonomer(e,t)));return n=n.filter((t=>null!==t)),0===n.length?[]:(n=n.filter((e=>{if(!e?.rgroups)return!1;let s=e?.rgroups.length>=t;return r._.getInstance(e.molfile).atomTypes.map(((t,e)=>"R#"===t?e:-1)).filter((t=>-1!==t)),s&&(s=!0),s})),n.map((t=>t?.symbol)))}get onChanged(){return this._onChanged}_updateInt(t){const e=t.getPolymerTypes(),s=this.getPolymerTypes();e.forEach((e=>{s.includes(e)||(this._monomers[e]={}),t.getMonomerSymbolsByType(e).forEach((s=>{this._monomers[e][s]=t.getMonomer(e,s)}))}))}update(t){this._updateInt(t),this._onChanged.next()}updateLibs(t,e=!1){e&&(this._monomers={});for(const e of t)e.error||this._updateInt(e);this._onChanged.next()}clear(){this._monomers={},this._onChanged.next()}}class y{constructor(){this._monomerLib=new f({}),this.loadLibrariesPromise=Promise.resolve()}getBioLib(){return this._monomerLib}async loadLibraries(t=!1){return this.loadLibrariesPromise=this.loadLibrariesPromise.then((async()=>{try{const[e,s]=await Promise.all([m(),g()]),n=e.filter((t=>!s.exclude.includes(t))),i=await Promise.all(n.map((t=>this.readLibrary(h,t).catch((e=>{const s=`Loading monomers from '${t}' error: ${e instanceof Error?e.message:e.toString()}`;return new f({},s)})))));this._monomerLib.updateLibs(i,t)}catch(t){const e=`Loading monomer libraries error: ${t instanceof Error?t.message:t.toString()}`;n.shell.warning(e);const s=t instanceof Error?t.stack:void 0;l._package.logger.error(e,void 0,s)}}))}async readLibrary(t,e){let s,o,r=[];const l=new i.FileSource(t);if(e.endsWith(".sdf"))1===i.Func.find({package:"Chem",name:"importSdf"}).length?(s=await l.readAsBytes(e),o=await n.functions.call("Chem:importSdf",{bytes:s}),r=(0,a.Xk)(o[0])):n.shell.warning("Chem package is not installed");else if(e.endsWith(".json")){const t=await l.readAsText(e);r=JSON.parse(t)}else{if(!e.endsWith(".csv"))throw new Error("Monomer library of unknown file format, supported formats: SDF, JSON, CSV");{const t=(c=await l.readCsv(e),Array.from({length:c.rowCount},((t,e)=>c.columns.names().reduce(((t,s)=>(t[s]=c.get(s,e),t)),{}))));if(!(0,a.eD)(t))throw new Error("Invalid format of CSV monomer lib");r=(0,a.Z)(t)}}var c;const h={},u=[];return r.forEach((t=>{u.includes(t.polymerType)||(h[t.polymerType]={},u.push(t.polymerType)),h[t.polymerType][t.symbol]=t})),new f(h)}static get instance(){return y._instance||(y._instance=new y),y._instance}}y._instance=null},525:(t,e,s)=>{"use strict";s.d(e,{K:()=>L});var n=s(4469),i=s(976),o=s(3870),r=s(8447),a=s(499),l=s(6098),c=s(8341),h=s(2568),u=s(3553),m=s(3219),d=s(3379),g=s.n(d),p=s(7795),f=s.n(p),y=s(569),w=s.n(y),b=s(3565),T=s.n(b),C=s(9216),A=s.n(C),S=s(4589),E=s.n(S),M=s(9564),v={};v.styleTagTransform=E(),v.setAttributes=T(),v.insert=w().bind(null,"head"),v.domAPI=f(),v.insertStyleElement=A(),g()(M.Z,v),M.Z&&M.Z.locals&&M.Z.locals;class N extends Error{constructor(t,e){super(t,e)}}async function L(t={}){return new Promise((async(e,s)=>{var r,a,l;t.clustersCol??(t.clustersCol=null),t.pepsea??(t.pepsea={}),(r=t.pepsea).method??(r.method=u.jB.pepsea.method),(a=t.pepsea).gapOpen??(a.gapOpen=u.jB.pepsea.gapOpen),(l=t.pepsea).gapExtend??(l.gapExtend=u.jB.pepsea.gapExtend);const h=t.col?.dataFrame??n.shell.t,m=t.col??h.columns.bySemType(i.SEMTYPE.MACROMOLECULE);if(null==m){const t="MSAError: dataset doesn't conain any Macromolecule column";n.shell.warning(t),s(new N(t))}const d=o.choiceInput("Method",t.pepsea.method,c.J);d.setTooltip("Alignment method");const g=o.floatInput("Terminal gap",t?.kalign?.terminalGap??null);g.setTooltip("Penalty for opening a gap at the beginning or end of the sequence");const p=o.p(`Kalign version: ${u.WY}`,"kalign-version"),f=o.floatInput("Gap open",t.pepsea.gapOpen);f.setTooltip("Gap opening penalty at group-to-group alignment");const y=o.floatInput("Gap extend",t.pepsea.gapExtend);y.setTooltip("Gap extension penalty to skip the alignment");const w=o.inputs([f,y,g]),b=o.button("Alignment parameters",(()=>{w.hidden=!w.hidden}),"Adjust alignment parameters such as penalties for opening and extending gaps");b.classList.add("msa-params-button"),w.hidden=!0,b.prepend(o.icons.settings((()=>null)));const T=[d.root.style],C=[g.root.style,p.style];let A;const S=o.columnInput("Sequence",h,m,(async()=>{A=await I(S.value,h,T,C,d,E,f,y,g)}),{filter:t=>t.semType===i.SEMTYPE.MACROMOLECULE});S.setTooltip("Sequences column to use for alignment");const E=o.columnInput("Clusters",h,t.clustersCol);if(E.nullable=!0,S.fireChanged(),t.col)return A=await I(t.col,h,T,C,d,E,f,y,g),void await _(S,h,A,e,s);o.dialog("MSA").add(S).add(E).add(d).add(w).add(b).add(p).onOK((async()=>{await _(S,h,A,e,s)})).show()}))}async function _(t,e,s,o,r){let a=null;const l=i.TaskBarProgressIndicator.create("Analyze for MSA ...");try{if(t.fireChanged(),t.value.semType!==i.SEMTYPE.MACROMOLECULE)throw new Error("Chosen column has to be of Macromolecule semantic type");if(void 0===s)throw new Error("Invalid column format");if(a=await s(),null==a)return r("PepSeA container has not started");e.columns.add(a),await n.data.detectSemanticTypes(e),o(a)}catch(t){const e=t instanceof Error?t.message:t.toString();n.shell.error(e),r(t)}finally{l.close()}}async function I(t,e,s,o,d,g,p,f,y){try{if(t.semType!==i.SEMTYPE.MACROMOLECULE)return;const n=e.columns.getUnusedName(`msa(${t.name})`);if((0,h.n)(t,t.name,[r.r2.FASTA,r.r2.SEPARATOR],["DNA","RNA","PT"],!1)){P(s,o,"kalign"),p.value=null,f.value=null,y.value=null;const e=a.Cn.getOrCreate(t),i=e.isFasta()?t:e.convert(r.r2.FASTA);return async()=>await(0,l.U)(i,!1,n,g.value)}if((0,h.n)(t,t.name,[r.r2.HELM],[],!1))return P(s,o,"pepsea"),p.value??(p.value=u.jB.pepsea.gapOpen),f.value??(f.value=u.jB.pepsea.gapExtend),async()=>await(0,c.f)(t,n,d.value,p.value,f.value,g.value);if((0,h.n)(t,t.name,[r.r2.SEPARATOR],["UN"],!1)){const e=a.Cn.getOrCreate(t).convert(r.r2.HELM);return P(s,o,"pepsea"),p.value??(p.value=u.jB.pepsea.gapOpen),f.value??(f.value=u.jB.pepsea.gapExtend),async()=>await(0,c.f)(e,n,d.value,p.value,f.value,g.value)}return p.value=null,f.value=null,y.value=null,void P(s,o,"kalign")}catch(t){const e=t instanceof Error?t.message:t.toString();n.shell.error(e),m._package.logger.error(e)}}function P(t,e,s){if("kalign"===s){for(const e of t)e.display="none";for(const t of e)t.removeProperty("display")}else{for(const t of e)t.display="none";for(const e of t)e.removeProperty("display")}}},6098:(t,e,s)=>{"use strict";s.d(e,{U:()=>O});var n=s(976),i=s(5226);const o=Symbol("Comlink.proxy"),r=Symbol("Comlink.endpoint"),a=Symbol("Comlink.releaseProxy"),l=Symbol("Comlink.thrown"),c=t=>"object"==typeof t&&null!==t||"function"==typeof t,h=new Map([["proxy",{canHandle:t=>c(t)&&t[o],serialize(t){const{port1:e,port2:s}=new MessageChannel;return u(t,e),[s,[s]]},deserialize:t=>(t.start(),d(t))}],["throw",{canHandle:t=>c(t)&&l in t,serialize({value:t}){let e;return e=t instanceof Error?{isError:!0,value:{message:t.message,name:t.name,stack:t.stack}}:{isError:!1,value:t},[e,[]]},deserialize(t){throw t.isError?Object.assign(new Error(t.value.message),t.value):t.value}}]]);function u(t,e=self){e.addEventListener("message",(function s(n){if(!n||!n.data)return;const{id:i,type:r,path:a}=Object.assign({path:[]},n.data),c=(n.data.argumentList||[]).map(T);let h;try{const e=a.slice(0,-1).reduce(((t,e)=>t[e]),t),s=a.reduce(((t,e)=>t[e]),t);switch(r){case"GET":h=s;break;case"SET":e[a.slice(-1)[0]]=T(n.data.value),h=!0;break;case"APPLY":h=s.apply(e,c);break;case"CONSTRUCT":h=function(t){return Object.assign(t,{[o]:!0})}(new s(...c));break;case"ENDPOINT":{const{port1:e,port2:s}=new MessageChannel;u(t,s),h=function(t,e){return w.set(t,e),t}(e,[e])}break;case"RELEASE":h=void 0;break;default:return}}catch(t){h={value:t,[l]:0}}Promise.resolve(h).catch((t=>({value:t,[l]:0}))).then((t=>{const[n,o]=b(t);e.postMessage(Object.assign(Object.assign({},n),{id:i}),o),"RELEASE"===r&&(e.removeEventListener("message",s),m(e))}))})),e.start&&e.start()}function m(t){(function(t){return"MessagePort"===t.constructor.name})(t)&&t.close()}function d(t,e){return p(t,[],e)}function g(t){if(t)throw new Error("Proxy has been released and is not useable")}function p(t,e=[],s=function(){}){let n=!1;const i=new Proxy(s,{get(s,o){if(g(n),o===a)return()=>C(t,{type:"RELEASE",path:e.map((t=>t.toString()))}).then((()=>{m(t),n=!0}));if("then"===o){if(0===e.length)return{then:()=>i};const s=C(t,{type:"GET",path:e.map((t=>t.toString()))}).then(T);return s.then.bind(s)}return p(t,[...e,o])},set(s,i,o){g(n);const[r,a]=b(o);return C(t,{type:"SET",path:[...e,i].map((t=>t.toString())),value:r},a).then(T)},apply(s,i,o){g(n);const a=e[e.length-1];if(a===r)return C(t,{type:"ENDPOINT"}).then(T);if("bind"===a)return p(t,e.slice(0,-1));const[l,c]=y(o);return C(t,{type:"APPLY",path:e.map((t=>t.toString())),argumentList:l},c).then(T)},construct(s,i){g(n);const[o,r]=y(i);return C(t,{type:"CONSTRUCT",path:e.map((t=>t.toString())),argumentList:o},r).then(T)}});return i}function f(t){return Array.prototype.concat.apply([],t)}function y(t){const e=t.map(b);return[e.map((t=>t[0])),f(e.map((t=>t[1])))]}const w=new WeakMap;function b(t){for(const[e,s]of h)if(s.canHandle(t)){const[n,i]=s.serialize(t);return[{type:"HANDLER",name:e,value:n},i]}return[{type:"RAW",value:t},w.get(t)||[]]}function T(t){switch(t.type){case"HANDLER":return h.get(t.name).deserialize(t.value);case"RAW":return t.value}}function C(t,e,s){return new Promise((n=>{const i=new Array(4).fill(0).map((()=>Math.floor(Math.random()*Number.MAX_SAFE_INTEGER).toString(16))).join("-");t.addEventListener("message",(function e(s){!s.data||!s.data.id||s.data.id!==i||(t.removeEventListener("message",e),n(s.data))})),t.start&&t.start(),t.postMessage(Object.assign({id:i},e),s)}))}const A="KGZ1bmN0aW9uKCl7InVzZSBzdHJpY3QiO2NvbnN0ICQ9U3ltYm9sKCJDb21saW5rLnByb3h5IiksQT1TeW1ib2woIkNvbWxpbmsuZW5kcG9pbnQiKSxSPVN5bWJvbCgiQ29tbGluay5yZWxlYXNlUHJveHkiKSx5PVN5bWJvbCgiQ29tbGluay50aHJvd24iKSxfPWU9PnR5cGVvZiBlPT0ib2JqZWN0IiYmZSE9PW51bGx8fHR5cGVvZiBlPT0iZnVuY3Rpb24iLEw9e2NhbkhhbmRsZTplPT5fKGUpJiZlWyRdLHNlcmlhbGl6ZShlKXtjb25zdHtwb3J0MTpyLHBvcnQyOml9PW5ldyBNZXNzYWdlQ2hhbm5lbDtyZXR1cm4gdyhlLHIpLFtpLFtpXV19LGRlc2VyaWFsaXplKGUpe3JldHVybiBlLnN0YXJ0KCksQyhlKX19LE89e2NhbkhhbmRsZTplPT5fKGUpJiZ5IGluIGUsc2VyaWFsaXplKHt2YWx1ZTplfSl7bGV0IHI7cmV0dXJuIGUgaW5zdGFuY2VvZiBFcnJvcj9yPXtpc0Vycm9yOiEwLHZhbHVlOnttZXNzYWdlOmUubWVzc2FnZSxuYW1lOmUubmFtZSxzdGFjazplLnN0YWNrfX06cj17aXNFcnJvcjohMSx2YWx1ZTplfSxbcixbXV19LGRlc2VyaWFsaXplKGUpe3Rocm93IGUuaXNFcnJvcj9PYmplY3QuYXNzaWduKG5ldyBFcnJvcihlLnZhbHVlLm1lc3NhZ2UpLGUudmFsdWUpOmUudmFsdWV9fSxFPW5ldyBNYXAoW1sicHJveHkiLExdLFsidGhyb3ciLE9dXSk7ZnVuY3Rpb24gdyhlLHI9c2VsZil7ci5hZGRFdmVudExpc3RlbmVyKCJtZXNzYWdlIixmdW5jdGlvbiBpKHMpe2lmKCFzfHwhcy5kYXRhKXJldHVybjtjb25zdHtpZDpvLHR5cGU6YSxwYXRoOm59PU9iamVjdC5hc3NpZ24oe3BhdGg6W119LHMuZGF0YSksdT0ocy5kYXRhLmFyZ3VtZW50TGlzdHx8W10pLm1hcChtKTtsZXQgbDt0cnl7Y29uc3QgYz1uLnNsaWNlKDAsLTEpLnJlZHVjZSgoZCxoKT0+ZFtoXSxlKSxmPW4ucmVkdWNlKChkLGgpPT5kW2hdLGUpO3N3aXRjaChhKXtjYXNlIkdFVCI6bD1mO2JyZWFrO2Nhc2UiU0VUIjpjW24uc2xpY2UoLTEpWzBdXT1tKHMuZGF0YS52YWx1ZSksbD0hMDticmVhaztjYXNlIkFQUExZIjpsPWYuYXBwbHkoYyx1KTticmVhaztjYXNlIkNPTlNUUlVDVCI6e2NvbnN0IGQ9bmV3IGYoLi4udSk7bD16KGQpfWJyZWFrO2Nhc2UiRU5EUE9JTlQiOntjb25zdHtwb3J0MTpkLHBvcnQyOmh9PW5ldyBNZXNzYWdlQ2hhbm5lbDt3KGUsaCksbD1OKGQsW2RdKX1icmVhaztjYXNlIlJFTEVBU0UiOmw9dm9pZCAwO2JyZWFrO2RlZmF1bHQ6cmV0dXJufX1jYXRjaChjKXtsPXt2YWx1ZTpjLFt5XTowfX1Qcm9taXNlLnJlc29sdmUobCkuY2F0Y2goYz0+KHt2YWx1ZTpjLFt5XTowfSkpLnRoZW4oYz0+e2NvbnN0W2YsZF09UyhjKTtyLnBvc3RNZXNzYWdlKE9iamVjdC5hc3NpZ24oT2JqZWN0LmFzc2lnbih7fSxmKSx7aWQ6b30pLGQpLGE9PT0iUkVMRUFTRSImJihyLnJlbW92ZUV2ZW50TGlzdGVuZXIoIm1lc3NhZ2UiLGkpLEYocikpfSl9KSxyLnN0YXJ0JiZyLnN0YXJ0KCl9ZnVuY3Rpb24gVChlKXtyZXR1cm4gZS5jb25zdHJ1Y3Rvci5uYW1lPT09Ik1lc3NhZ2VQb3J0In1mdW5jdGlvbiBGKGUpe1QoZSkmJmUuY2xvc2UoKX1mdW5jdGlvbiBDKGUscil7cmV0dXJuIGIoZSxbXSxyKX1mdW5jdGlvbiBwKGUpe2lmKGUpdGhyb3cgbmV3IEVycm9yKCJQcm94eSBoYXMgYmVlbiByZWxlYXNlZCBhbmQgaXMgbm90IHVzZWFibGUiKX1mdW5jdGlvbiBiKGUscj1bXSxpPWZ1bmN0aW9uKCl7fSl7bGV0IHM9ITE7Y29uc3Qgbz1uZXcgUHJveHkoaSx7Z2V0KGEsbil7aWYocChzKSxuPT09UilyZXR1cm4oKT0+ZyhlLHt0eXBlOiJSRUxFQVNFIixwYXRoOnIubWFwKHU9PnUudG9TdHJpbmcoKSl9KS50aGVuKCgpPT57RihlKSxzPSEwfSk7aWYobj09PSJ0aGVuIil7aWYoci5sZW5ndGg9PT0wKXJldHVybnt0aGVuOigpPT5vfTtjb25zdCB1PWcoZSx7dHlwZToiR0VUIixwYXRoOnIubWFwKGw9PmwudG9TdHJpbmcoKSl9KS50aGVuKG0pO3JldHVybiB1LnRoZW4uYmluZCh1KX1yZXR1cm4gYihlLFsuLi5yLG5dKX0sc2V0KGEsbix1KXtwKHMpO2NvbnN0W2wsY109Uyh1KTtyZXR1cm4gZyhlLHt0eXBlOiJTRVQiLHBhdGg6Wy4uLnIsbl0ubWFwKGY9PmYudG9TdHJpbmcoKSksdmFsdWU6bH0sYykudGhlbihtKX0sYXBwbHkoYSxuLHUpe3Aocyk7Y29uc3QgbD1yW3IubGVuZ3RoLTFdO2lmKGw9PT1BKXJldHVybiBnKGUse3R5cGU6IkVORFBPSU5UIn0pLnRoZW4obSk7aWYobD09PSJiaW5kIilyZXR1cm4gYihlLHIuc2xpY2UoMCwtMSkpO2NvbnN0W2MsZl09TSh1KTtyZXR1cm4gZyhlLHt0eXBlOiJBUFBMWSIscGF0aDpyLm1hcChkPT5kLnRvU3RyaW5nKCkpLGFyZ3VtZW50TGlzdDpjfSxmKS50aGVuKG0pfSxjb25zdHJ1Y3QoYSxuKXtwKHMpO2NvbnN0W3UsbF09TShuKTtyZXR1cm4gZyhlLHt0eXBlOiJDT05TVFJVQ1QiLHBhdGg6ci5tYXAoYz0+Yy50b1N0cmluZygpKSxhcmd1bWVudExpc3Q6dX0sbCkudGhlbihtKX19KTtyZXR1cm4gb31mdW5jdGlvbiBEKGUpe3JldHVybiBBcnJheS5wcm90b3R5cGUuY29uY2F0LmFwcGx5KFtdLGUpfWZ1bmN0aW9uIE0oZSl7Y29uc3Qgcj1lLm1hcChTKTtyZXR1cm5bci5tYXAoaT0+aVswXSksRChyLm1hcChpPT5pWzFdKSldfWNvbnN0IFA9bmV3IFdlYWtNYXA7ZnVuY3Rpb24gTihlLHIpe3JldHVybiBQLnNldChlLHIpLGV9ZnVuY3Rpb24geihlKXtyZXR1cm4gT2JqZWN0LmFzc2lnbihlLHtbJF06ITB9KX1mdW5jdGlvbiBTKGUpe2Zvcihjb25zdFtyLGldb2YgRSlpZihpLmNhbkhhbmRsZShlKSl7Y29uc3RbcyxvXT1pLnNlcmlhbGl6ZShlKTtyZXR1cm5be3R5cGU6IkhBTkRMRVIiLG5hbWU6cix2YWx1ZTpzfSxvXX1yZXR1cm5be3R5cGU6IlJBVyIsdmFsdWU6ZX0sUC5nZXQoZSl8fFtdXX1mdW5jdGlvbiBtKGUpe3N3aXRjaChlLnR5cGUpe2Nhc2UiSEFORExFUiI6cmV0dXJuIEUuZ2V0KGUubmFtZSkuZGVzZXJpYWxpemUoZS52YWx1ZSk7Y2FzZSJSQVciOnJldHVybiBlLnZhbHVlfX1mdW5jdGlvbiBnKGUscixpKXtyZXR1cm4gbmV3IFByb21pc2Uocz0+e2NvbnN0IG89VSgpO2UuYWRkRXZlbnRMaXN0ZW5lcigibWVzc2FnZSIsZnVuY3Rpb24gYShuKXshbi5kYXRhfHwhbi5kYXRhLmlkfHxuLmRhdGEuaWQhPT1vfHwoZS5yZW1vdmVFdmVudExpc3RlbmVyKCJtZXNzYWdlIixhKSxzKG4uZGF0YSkpfSksZS5zdGFydCYmZS5zdGFydCgpLGUucG9zdE1lc3NhZ2UoT2JqZWN0LmFzc2lnbih7aWQ6b30sciksaSl9KX1mdW5jdGlvbiBVKCl7cmV0dXJuIG5ldyBBcnJheSg0KS5maWxsKDApLm1hcCgoKT0+TWF0aC5mbG9vcihNYXRoLnJhbmRvbSgpKk51bWJlci5NQVhfU0FGRV9JTlRFR0VSKS50b1N0cmluZygxNikpLmpvaW4oIi0iKX1jb25zdCBXPWFzeW5jKCk9PldlYkFzc2VtYmx5LnZhbGlkYXRlKG5ldyBVaW50OEFycmF5KFswLDk3LDExNSwxMDksMSwwLDAsMCwxLDUsMSw5NiwwLDEsMTIzLDMsMiwxLDAsMTAsMTAsMSw4LDAsNjUsMCwyNTMsMTUsMjUzLDk4LDExXSkpLHg9ImVhZ2VyIixrPSJsYXp5IixqPXtzc3c6WyJzaW1kIl0sbWluaW1hcDI6WyJzaW1kIl19LHQ9e3Rvb2xzOltdLGNvbmZpZzp7fSxmaWxlczpbXSxiYXNlOnt9LGZzOnt9LGFzeW5jIGluaXQoKXtpZih0LnRvb2xzLmxlbmd0aD09PTApdGhyb3ciRXhwZWN0aW5nIGF0IGxlYXN0IDEgdG9vbC4iO2lmKG5ldyBTZXQodC50b29scy5tYXAocj0+YCR7ci50b29sfS8ke3IucHJvZ3JhbXx8ci50b29sfWApKS5zaXplIT09dC50b29scy5sZW5ndGgpdGhyb3ciRm91bmQgZHVwbGljYXRlIHRvb2xzOyBjYW4gb25seSBoYXZlIGVhY2ggdG9vbC9wcm9ncmFtIGNvbWJpbmF0aW9uIGF0IG1vc3Qgb25jZS4iO2lmKHQuYmFzZT10LnRvb2xzLmZpbmQocj0+ci5yZWluaXQhPT0hMCksIXQuYmFzZSl0aHJvdyJDb3VsZCBub3QgZmluZCBhIHRvb2wgd2l0aCBgcmVpbml0OiBmYWxzZWAgdG8gdXNlIGFzIHRoZSBiYXNlIG1vZHVsZS4gVG8gZml4IHRoaXMgaXNzdWUsIGluY2x1ZGUgdGhlIHRvb2wgYGJhc2UvMS4wLjBgIHdoZW4gaW5pdGlhbGl6aW5nIEFpb2xpLiI7cmV0dXJuIHQuYmFzZS5pc0Jhc2VNb2R1bGU9ITAsYXdhaXQgdGhpcy5fc2V0dXAodC5iYXNlKSxhd2FpdCB0aGlzLl9pbml0TW9kdWxlcygpLHQuX2xvZygiUmVhZHkiKSwhMH0sYXN5bmMgX2luaXRNb2R1bGVzKCl7YXdhaXQgUHJvbWlzZS5hbGwodC50b29scy5tYXAodGhpcy5fc2V0dXApKSxhd2FpdCB0aGlzLl9zZXR1cEZTKCl9LG1vdW50KGU9W10pe2NvbnN0IHI9YCR7dC5jb25maWcuZGlyU2hhcmVkfSR7dC5jb25maWcuZGlyRGF0YX1gLGk9YCR7dC5jb25maWcuZGlyU2hhcmVkfSR7dC5jb25maWcuZGlyTW91bnRlZH1gO2xldCBzPVtdLG89W10sYT1bXTshQXJyYXkuaXNBcnJheShlKSYmIShlIGluc3RhbmNlb2YgRmlsZUxpc3QpJiYoZT1bZV0pLHQuX2xvZyhgTW91bnRpbmcgJHtlLmxlbmd0aH0gZmlsZXNgKTtmb3IobGV0IG4gb2YgZSl7aWYobiBpbnN0YW5jZW9mIEZpbGV8fChuPT1udWxsP3ZvaWQgMDpuLmRhdGEpaW5zdGFuY2VvZiBCbG9iJiZuLm5hbWV8fHR5cGVvZihuPT1udWxsP3ZvaWQgMDpuLmRhdGEpPT0ic3RyaW5nIiYmbi5uYW1lKXR5cGVvZihuPT1udWxsP3ZvaWQgMDpuLmRhdGEpPT0ic3RyaW5nIiYmKG4uZGF0YT1uZXcgQmxvYihbbi5kYXRhXSx7dHlwZToidGV4dC9wbGFpbiJ9KSkscy5wdXNoKG4pO2Vsc2UgaWYobi5uYW1lJiZuLnVybClvLnB1c2gobik7ZWxzZSBpZih0eXBlb2Ygbj09InN0cmluZyImJm4uc3RhcnRzV2l0aCgiaHR0cCIpKW49e3VybDpuLG5hbWU6bi5zcGxpdCgiLy8iKS5wb3AoKS5yZXBsYWNlKC9cLy9nLCItIil9LG8ucHVzaChuKTtlbHNlIHRocm93J0Nhbm5vdCBtb3VudCBmaWxlKHMpIHNwZWNpZmllZC4gTXVzdCBiZSBhIEZpbGUsIEJsb2IsIGEgVVJMIHN0cmluZywgb3IgeyBuYW1lOiAiZmlsZS50eHQiLCBkYXRhOiAic3RyaW5nIiB9Lic7YS5wdXNoKG4ubmFtZSl9dHJ5e3QuZnMudW5tb3VudChpKX1jYXRjaHt9Zm9yKGxldCBuIG9mIG8pdC5mcy5jcmVhdGVMYXp5RmlsZShyLG4ubmFtZSxuLnVybCwhMCwhMCk7cmV0dXJuIHQuZmlsZXM9dC5maWxlcy5jb25jYXQocyksdC5iYXNlLm1vZHVsZS5GUy5tb3VudCh0LmJhc2UubW9kdWxlLldPUktFUkZTLHtmaWxlczp0LmZpbGVzLmZpbHRlcihuPT5uIGluc3RhbmNlb2YgRmlsZSksYmxvYnM6dC5maWxlcy5maWx0ZXIobj0+KG49PW51bGw/dm9pZCAwOm4uZGF0YSlpbnN0YW5jZW9mIEJsb2IpfSxpKSxzLm1hcChuPT57Y29uc3QgdT1gJHtpfS8ke24ubmFtZX1gLGw9YCR7cn0vJHtuLm5hbWV9YDt0cnl7dC5mcy51bmxpbmsobCl9Y2F0Y2h7fXQuX2xvZyhgQ3JlYXRpbmcgc3ltbGluazogJHtsfSAtLT4gJHt1fWApLHQuZnMuc3ltbGluayh1LGwpfSksYS5tYXAobj0+YCR7cn0vJHtufWApfSxhc3luYyBleGVjKGUscj1udWxsKXtpZih0Ll9sb2coYEV4ZWN1dGluZyAlYyR7ZX0lYyBhcmdzPSR7cn1gLCJjb2xvcjpkYXJrYmx1ZTsgZm9udC13ZWlnaHQ6Ym9sZCIsIiIpLCFlKXRocm93IkV4cGVjdGluZyBhIGNvbW1hbmQiO2xldCBpPWU7cj09bnVsbCYmKHI9ZS5zcGxpdCgiICIpLGk9ci5zaGlmdCgpKTtjb25zdCBzPXQudG9vbHMuZmluZChhPT57dmFyIHU7bGV0IG49aTtyZXR1cm4oKHU9YT09bnVsbD92b2lkIDA6YS5mZWF0dXJlcyk9PW51bGw/dm9pZCAwOnUuc2ltZCk9PT0hMCYmKG49YCR7bn0tc2ltZGApLGEucHJvZ3JhbT09bn0pO2lmKHM9PW51bGwpdGhyb3dgUHJvZ3JhbSAke2l9IG5vdCBmb3VuZC5gO3Muc3Rkb3V0PSIiLHMuc3RkZXJyPSIiLHMubG9hZGluZz09ayYmKHMubG9hZGluZz14LGF3YWl0IHRoaXMuX2luaXRNb2R1bGVzKCkpO3RyeXtzLm1vZHVsZS5jYWxsTWFpbihyKX1jYXRjaChhKXtjb25zb2xlLmVycm9yKGEpfXRyeXtzLm1vZHVsZS5GUy5jbG9zZShzLm1vZHVsZS5GUy5zdHJlYW1zWzFdKSxzLm1vZHVsZS5GUy5jbG9zZShzLm1vZHVsZS5GUy5zdHJlYW1zWzJdKX1jYXRjaHt9cy5tb2R1bGUuRlMuc3RyZWFtc1sxXT1zLm1vZHVsZS5GUy5vcGVuKCIvZGV2L3N0ZG91dCIsInciKSxzLm1vZHVsZS5GUy5zdHJlYW1zWzJdPXMubW9kdWxlLkZTLm9wZW4oIi9kZXYvc3RkZXJyIiwidyIpO2xldCBvPXtzdGRvdXQ6cy5zdGRvdXQsc3RkZXJyOnMuc3RkZXJyfTtpZih0LmNvbmZpZy5wcmludEludGVybGVhdmVkJiYobz1zLnN0ZG91dCkscy5yZWluaXQ9PT0hMCl7Y29uc3QgYT10LmJhc2UubW9kdWxlLkZTLmN3ZCgpO09iamVjdC5hc3NpZ24ocyxzLmNvbmZpZykscy5yZWFkeT0hMSxhd2FpdCB0aGlzLmluaXQoKSxzLmlzQmFzZU1vZHVsZSYmdGhpcy5tb3VudCgpLHRoaXMuY2QoYSl9cmV0dXJuIG99LGNhdChlKXtyZXR1cm4gdC5fZmlsZW9wKCJjYXQiLGUpfSxscyhlKXtyZXR1cm4gdC5fZmlsZW9wKCJscyIsZSl9LGRvd25sb2FkKGUpe3JldHVybiB0Ll9maWxlb3AoImRvd25sb2FkIixlKX0scHdkKCl7cmV0dXJuIHQuZnMuY3dkKCl9LGNkKGUpe2ZvcihsZXQgciBvZiB0LnRvb2xzKSFyLm1vZHVsZXx8ci5tb2R1bGUuRlMuY2hkaXIoZSl9LG1rZGlyKGUpe3JldHVybiB0LmZzLm1rZGlyKGUpLCEwfSxyZWFkKHtwYXRoOmUsbGVuZ3RoOnIsZmxhZzppPSJyIixvZmZzZXQ6cz0wLHBvc2l0aW9uOm89MH0pe2NvbnN0IGE9dC5mcy5vcGVuKGUsaSksbj1uZXcgVWludDhBcnJheShyKTtyZXR1cm4gdC5mcy5yZWFkKGEsbixzLHIsbyksdC5mcy5jbG9zZShhKSxufSx3cml0ZSh7cGF0aDplLGJ1ZmZlcjpyLGZsYWc6aT0idysiLG9mZnNldDpzPTAscG9zaXRpb246bz0wfSl7Y29uc3QgYT10LmZzLm9wZW4oZSxpKTt0LmZzLndyaXRlKGEscixzLHIubGVuZ3RoLG8pLHQuZnMuY2xvc2UoYSl9LF9zdGRpblR4dDoiIixfc3RkaW5QdHI6MCxnZXQgc3RkaW4oKXtyZXR1cm4gdC5fc3RkaW5UeHR9LHNldCBzdGRpbihlPSIiKXt0Ll9sb2coYFNldHRpbmcgc3RkaW4gdG8gJWMke2V9JWNgLCJjb2xvcjpkYXJrYmx1ZSIsIiIpLHQuX3N0ZGluVHh0PWUsdC5fc3RkaW5QdHI9MH0sYXN5bmMgX3NldHVwKGUpe2lmKGUucmVhZHkpcmV0dXJuO2lmKHQuX2xvZyhgU2V0dGluZyB1cCAke2UudG9vbH0gKGJhc2UgPSAke2UuaXNCYXNlTW9kdWxlPT09ITB9KS4uLmApLGUuY29uZmlnPU9iamVjdC5hc3NpZ24oe30sZSksZS51cmxQcmVmaXh8fChlLnVybFByZWZpeD1gJHt0LmNvbmZpZy51cmxDRE59LyR7ZS50b29sfS8ke2UudmVyc2lvbn1gKSxlLnByb2dyYW18fChlLnByb2dyYW09ZS50b29sKSxlLmZlYXR1cmVzfHwoZS5mZWF0dXJlcz17fSwoaltlLnByb2dyYW1dfHxbXSkuaW5jbHVkZXMoInNpbWQiKSYmKGF3YWl0IFcoKT8oZS5wcm9ncmFtKz0iLXNpbWQiLGUuZmVhdHVyZXMuc2ltZD0hMCk6dC5fbG9nKGBXZWJBc3NlbWJseSBTSU1EIGlzIG5vdCBzdXBwb3J0ZWQgaW4gdGhpcyBicm93c2VyOyB3aWxsIGxvYWQgbm9uLVNJTUQgdmVyc2lvbiBvZiAke2UucHJvZ3JhbX0uYCkpKSxlLmlzQmFzZU1vZHVsZSYmKGUubG9hZGluZz14KSxlLmxvYWRpbmc9PT1rKXt0Ll9sb2coYFdpbGwgbGF6eS1sb2FkICR7ZS50b29sfTsgc2tpcHBpbmcgaW5pdGlhbGl6YXRpb24uYCk7cmV0dXJufXNlbGYuaW1wb3J0U2NyaXB0cyhgJHtlLnVybFByZWZpeH0vJHtlLnByb2dyYW19LmpzYCksZS5tb2R1bGU9YXdhaXQgTW9kdWxlKHt0aGlzUHJvZ3JhbTplLnByb2dyYW0sbG9jYXRlRmlsZTooaSxzKT0+YCR7ZS51cmxQcmVmaXh9LyR7aX1gLHN0ZGluOigpPT50Ll9zdGRpblB0cjx0LnN0ZGluLmxlbmd0aD90LnN0ZGluLmNoYXJDb2RlQXQodC5fc3RkaW5QdHIrKyk6KHQuc3RkaW49IiIsbnVsbCkscHJpbnQ6aT0+ZS5zdGRvdXQrPWAke2l9CmAscHJpbnRFcnI6dC5jb25maWcucHJpbnRJbnRlcmxlYXZlZD9pPT5lLnN0ZG91dCs9YCR7aX0KYDppPT5lLnN0ZGVycis9YCR7aX0KYH0pO2NvbnN0IHI9ZS5tb2R1bGUuRlM7ZS5pc0Jhc2VNb2R1bGU/KHQuX2xvZyhgU2V0dGluZyB1cCAke2UudG9vbH0gd2l0aCBiYXNlIG1vZHVsZSBmaWxlc3lzdGVtLi4uYCksci5ta2Rpcih0LmNvbmZpZy5kaXJTaGFyZWQsNTExKSxyLm1rZGlyKGAke3QuY29uZmlnLmRpclNoYXJlZH0vJHt0LmNvbmZpZy5kaXJEYXRhfWAsNTExKSxyLm1rZGlyKGAke3QuY29uZmlnLmRpclNoYXJlZH0vJHt0LmNvbmZpZy5kaXJNb3VudGVkfWAsNTExKSxyLmNoZGlyKGAke3QuY29uZmlnLmRpclNoYXJlZH0vJHt0LmNvbmZpZy5kaXJEYXRhfWApLHQuZnM9cik6KHQuX2xvZyhgU2V0dGluZyB1cCAke2UudG9vbH0gd2l0aCBmaWxlc3lzdGVtLi4uYCksci5ta2Rpcih0LmNvbmZpZy5kaXJTaGFyZWQpLHIubW91bnQoZS5tb2R1bGUuUFJPWFlGUyx7cm9vdDp0LmNvbmZpZy5kaXJTaGFyZWQsZnM6dC5mc30sdC5jb25maWcuZGlyU2hhcmVkKSxyLmNoZGlyKHQuZnMuY3dkKCkpKSxlLnN0ZG91dD0iIixlLnN0ZGVycj0iIixlLnJlYWR5PSEwfSxhc3luYyBfc2V0dXBGUygpe2NvbnN0IGU9dC5mcztmb3IobGV0IHIgb2YgdC50b29scyl7aWYoIXIucmVhZHkpY29udGludWU7Y29uc3QgaT1yLm1vZHVsZS5GUyxzPWAvJHtyLnRvb2x9YCxvPWAke3QuY29uZmlnLmRpclNoYXJlZH0ke3N9YDshaS5hbmFseXplUGF0aChzKS5leGlzdHN8fGUuYW5hbHl6ZVBhdGgobykuZXhpc3RzfHwodC5fbG9nKGBNb3VudGluZyAke3N9IG9udG8gJHt0LmJhc2UudG9vbH0gZmlsZXN5c3RlbSBhdCAke299YCksZS5ta2RpcihvKSxlLm1vdW50KHQuYmFzZS5tb2R1bGUuUFJPWFlGUyx7cm9vdDpzLGZzOml9LG8pKX19LF9maWxlb3AoZSxyKXt0Ll9sb2coYFJ1bm5pbmcgJHtlfSAke3J9YCk7Y29uc3QgaT10LmZzLmFuYWx5emVQYXRoKHIpO2lmKCFpLmV4aXN0cylyZXR1cm4gdC5fbG9nKGBGaWxlICR7cn0gbm90IGZvdW5kLmApLCExO3N3aXRjaChlKXtjYXNlImNhdCI6cmV0dXJuIHQuZnMucmVhZEZpbGUocix7ZW5jb2Rpbmc6InV0ZjgifSk7Y2FzZSJscyI6cmV0dXJuIHQuZnMuaXNGaWxlKGkub2JqZWN0Lm1vZGUpP3QuZnMuc3RhdChyKTp0LmZzLnJlYWRkaXIocik7Y2FzZSJkb3dubG9hZCI6Y29uc3Qgcz1uZXcgQmxvYihbdGhpcy5jYXQocildKTtyZXR1cm4gVVJMLmNyZWF0ZU9iamVjdFVSTChzKX1yZXR1cm4hMX0sX2xvZyhlKXtpZighdC5jb25maWcuZGVidWcpcmV0dXJuO2xldCByPVsuLi5hcmd1bWVudHNdO3Iuc2hpZnQoKSxjb25zb2xlLmxvZyhgJWNbV2ViV29ya2VyXSVjICR7ZX1gLCJmb250LXdlaWdodDpib2xkIiwiIiwuLi5yKX19O3codCl9KSgpOwo=",S=typeof window<"u"&&window.Blob&&new Blob([atob(A)],{type:"text/javascript;charset=utf-8"});function E(){const t=S&&(window.URL||window.webkitURL).createObjectURL(S);try{return t?new Worker(t):new Worker("data:application/javascript;base64,"+A)}finally{t&&(window.URL||window.webkitURL).revokeObjectURL(t)}}const M={urlCDN:"https://biowasm.com/cdn/v3",urlCDNStg:"https://stg.biowasm.com/cdn/v3",dirShared:"/shared",dirMounted:"/mnt",dirData:"/data",printInterleaved:!0,callback:null,debug:!1,env:"prd"};class v{constructor(t,e={}){if(null==t)throw"Expecting array of tools as input to Aioli constructor.";return Array.isArray(t)||(t=[t]),e=Object.assign({},M,e),t=t.map(this._parseTool),"stg"===e.env&&(e.urlCDN=e.urlCDNStg),this.tools=t,this.config=e,null!=this.config.callback&&(this.callback=this.config.callback),delete this.config.callback,this.init()}async init(){const t=new E;this.callback&&(t.onmessage=t=>{"biowasm"===t.data.type&&this.callback(t.data.value)});const e=d(t);return e.tools=this.tools,e.config=this.config,await e.init(),e}_parseTool(t){if("string"!=typeof t)return t;const e=t.split("/");if(2!=e.length&&3!=e.length)throw"Expecting '<tool>/<version>' or '<tool>/<program>/<version>'";return{tool:e[0],program:3==e.length?e[1]:e[0],version:e[e.length-1]}}}var N=s(850);class L{static getAvailableScales(){return Object.entries(this.scales).map((([t,e])=>t))}static getScale(t){return(0,N.hu)(!(void 0===this.scales[t]),`Scale '${t}' was not found.`),this.scales[t]}}L.scales={WimleyWhite:{"-":0,A:.17,C:-.24,D:-.07,E:-.01,F:-1.13,G:.01,H:.17,I:-.31,K:.99,L:-.56,M:-.23,N:.42,P:.45,Q:.58,R:.81,S:.13,T:.14,V:.07,W:-1.85,Y:-.94},categorial:{"-":0,A:1,C:2,D:3,E:4,F:5,G:6,H:7,I:8,K:9,L:10,M:11,N:12,P:13,Q:14,R:15,S:16,T:17,V:18,W:19,Y:20}};class _{constructor(t="categorial"){this.aa2num=L.getScale(t),this.num2aa={},Object.entries(this.aa2num).forEach((([t,e])=>this.num2aa[e]=t))}static _truncateSequence(t){let e=0,s=t.length;const n=["NH2","COOH"];if(t.startsWith(n[0])){const s=n[0].length;(0,N.hu)("-"==t[s],`Wrong sequence format: ${n[0]} without following '-' in '${t}'.`),e=s}if(t.endsWith(n[1])){const e=n[1].length+1;(0,N.hu)("-"==t[s-e],`Wrong sequence format: ${n[1]} without '-' precending in '${t}'.`),s-=e}return t.substring(e,s)}static _dropDefises(t){return t.replace(/(-)([^-]+)/g,"$2")}static clean(t){return _._dropDefises(_._truncateSequence(t))}encode(t){const e=t.length,s=new Array(e).fill(0);for(let n=0;n<e;++n){const e=t[n];(0,N.hu)(e in this.aa2num,`Unknown char '${e}' found in sequence '${t}'`),s[n]=this.encodeLettter(e)}return s}encodeLettter(t){return this.aa2num[t]}decode(t){let e="";for(let s=0;s<t.length;++s){const n=t[s];(0,N.hu)(n in this.num2aa,`Unknown code '${n}' found in vector '${t}'`),e+=this.num2aa[n]}return e}}var I=s(3553);const P="input.fa",x="result.fasta";function R(t){return t.reduce(((t,e,s)=>t+`>sample${s+1}\n${e}\n`),"")}async function O(t,e=!1,s="",o=null,r,a,l){let c=t.toList();e&&(c=c.map((t=>_.clean(t).replace(/\-/g,""))));const h=t.length;o??(o=n.Column.string("Clusters",h).init("0")),o.type!=n.COLUMN_TYPE.STRING&&(o=o.convertTo(n.TYPE.STRING)),o.compact();const u=o.categories,m=o.getRawData(),d=new Array(u.length),g=new Array(u.length);for(let t=0;t<h;++t){const e=m[t];(d[e]??(d[e]=[])).push(c[t]),(g[e]??(g[e]=[])).push(t)}const p=await new v(["base/1.0.0",{tool:"kalign",version:I.WY,reinit:!0}]),f=n.Column.string(s,h);for(let t=0;t<u.length;++t){const e=R(d[t]);await p.fs.writeFile(P,e);const s=`${void 0!==r?` --gpo ${r}`:""}${void 0!==a?` --gpe ${a}`:""}${void 0!==l?` --tgpe ${l}`:""}`,n=await p.exec(`kalign ${P} -f fasta -o ${x}${s}`);console.warn(n);const o=await p.cat(x);if(!o)throw new Error("kalign output no result");const c=new i.i(o).sequencesArray,h=g[t];for(let t=0;t<c.length;++t)f.set(h[t],c[t])}const y=t.getTag(n.TAGS.UNITS),w=t.getTag("alphabet");return f.setTag(n.TAGS.UNITS,y),f.setTag("aligned","SEQ.MSA"),f.setTag("alphabet",w),f.semType=n.SEMTYPE.MACROMOLECULE,f}},8341:(t,e,s)=>{"use strict";s.d(e,{J:()=>a,f:()=>c});var n=s(4469),i=s(976),o=s(8447),r=s(3553);const a=["mafft --auto","mafft","linsi","ginsi","einsi","fftns","fftnsi","nwns","nwnsi"],l=["AlignedSeq","AlignedSubpeptide","HELM","ID","PolymerID"];async function c(t,e,s="ginsi",a=1.53,c=0,u=null){const m=await n.dapi.docker.dockerContainers.filter("bio").first();if("started"!==m.status&&"checking"!==m.status)return n.log.warning("PepSeA container has not started yet"),null;const d=t.length;u??(u=i.Column.int("Clusters",d).init(0)),u.type!=i.COLUMN_TYPE.STRING&&(u=u.convertTo(i.TYPE.STRING));const g=u.categories,p=new Array(g.length);for(let e=0;e<d;++e){const s=u.get(e);if(""===s)continue;const n=g.indexOf(s),i=t.get(e);i&&(p[n]??(p[n]=[])).push({ID:e.toString(),HELM:i})}const f=new Array(d);for(const t of p){const e=(await h(m.id,t,s,a,c)).Alignment;for(const t of e)f[parseInt(t.ID)]=Object.entries(t).filter((t=>!l.includes(t[0]))).map((t=>"-"!==t[1]?t[1]:"")).join(r.rs.SEPARATOR)}const y=i.Column.fromStrings(e,f);return y.setTag(i.TAGS.UNITS,o.r2.SEPARATOR),y.setTag("separator",r.rs.SEPARATOR),y.setTag("aligned","SEQ.MSA"),y.setTag("alphabet","UN"),y.setTag(".alphabetIsMultichar","true"),y.semType=i.SEMTYPE.MACROMOLECULE,y}async function h(t,e,s,i,o){const r={method:"POST",headers:{Accept:"application/json","Content-Type":"application/json"},body:JSON.stringify(e)},a=`/align?method=${s}&gap_open=${i}&gap_extend=${o}`,l=await n.dapi.docker.dockerContainers.request(t,a,r);return JSON.parse(l??"{}")}},9943:(t,e,s)=>{"use strict";s.d(e,{i$:()=>a,sK:()=>l}),s(976),s(3870),s(4469);var n=s(6414),i=s.n(n),o=s(8447);s(499);const r=60;function a(t,e,s=r,n="\n"){const i=o.kB,a=[];for(let o=0;o<e.length;o++){const r=t.map((t=>t.get(o).toString())).join("|"),c=l(e.get(o),i,s);a.push(`>${r}${n}`);for(const t of c)a.push(`${t}${n}`)}return"".concat(...a)}function l(t,e,s=r){const n=e(t);let o=0;const a=n.length,l=[];for(;o<a;){const t=i()(n).slice(o,o+s).toArray(),e=t.map((t=>t.length>1?`[${t}]`:t)).join("");l.push(e),o+=t.length}return l}},9416:(t,e,s)=>{"use strict";s.d(e,{n:()=>c});var n=s(4469),i=s(976),o=s(1061),r=s(2568),a=s(8457),l=s(3553);async function c(t,e){if(await(0,o.gw)(10),!(0,r.n)(e,"Sequence space"))return t;const s=(0,a.O)(e);s.name="splitToMonomers";const c=e.dataFrame;for(const t of s.columns)t.semType=l.Of.MONOMER,t.setTag("alphabet",e.getTag("alphabet"));const h=/(\d+)(?: \((\d+)\))?/,u=t=>{h.lastIndex=0;const e=t.match(h);return e?`${e[1]} (${parseInt(e[2]??0)+1})`:t};for(let t=0;t<s.columns.length;t++){const n=s.columns.byIndex(t);n.semType=l.Of.MONOMER,n.setTag("alphabet",e.getTag("alphabet"));const i=100;let o=0;for(;c.columns.byName(n.name)&&o<i;)n.name=u(n.name),o++;c.columns.add(n)}await n.data.detectSemanticTypes(c);for(let t=0;t<s.columns.length;t++){const e=s.columns.byIndex(t);e.setTag(i.TAGS.CELL_RENDERER,"Monomer"),e.setTag(".use-as-filter","false")}return c}},4293:(t,e,s)=>{"use strict";function n(t,e){t.innerHTML="",t.append(e)}s.d(e,{Y:()=>n}),s(4469),s(976)},8415:(t,e,s)=>{"use strict";s.d(e,{bo:()=>g,CK:()=>b,yW:()=>w,eZ:()=>S});var n=s(4469),i=s(3870),o=s(976),r=s(6414),a=s.n(r),l=s(701),c=s(499),h=s(8447),u=s(9298);function m(t){var e;return"string"==typeof t||t instanceof String?t:("object"==typeof t||t instanceof Object)&&"$thrownJsError"in t?m(t.$thrownJsError):t instanceof Error?null!==(e=t.stack)&&void 0!==e?e:t.message:t.toString()}var d,g,p=s(7958),f=s(8770),y=s(3219);HTMLCanvasElement.prototype.getCursorPosition=function(t,e){const s=this.getBoundingClientRect();return new o.Point((t.clientX-s.left)*e,(t.clientY-s.top)*e)},o.Rect.prototype.contains=function(t,e){return this.left<=t&&t<=this.right&&this.top<=e&&e<=this.bottom};class w{constructor(t=0,e){this.valueList=null,this.valueIdx=0,this.value=this.rowCount=t,this.bounds=e}push(t){this.valueList||(this.valueList=new Array(this.rowCount),this.valueIdx=0),this.valueList[this.valueIdx]=t,++this.valueIdx}aggregate(t){this.value=t(this.valueList)??0,this.valueList=null}}class b{get label(){return this._label?this._label:this.name}constructor(t,e,s,n){this.sumRowCount=0,this.pos=t,this.name=e,this._freqs=s??{},n?.sumRowCount&&(this.sumRowCount=n.sumRowCount),n?.sumValueForHeight&&(this.sumPlotValue=n.sumValueForHeight),n?.label&&(this._label=n.label)}getMonomers(){return Object.keys(this._freqs)}hasMonomer(t){return t in this._freqs}getFreq(t){let e=this._freqs[t];return e||(e=this._freqs[t]=new w),e}aggregate(t){const e=function(t){return e=>{const s=function(t){let e;const s="agg";return e=t instanceof Float32Array?o.Column.fromFloat32Array(s,t):t instanceof Int32Array?o.Column.fromInt32Array(s,t):o.Column.fromList(o.COLUMN_TYPE.FLOAT,s,t),e}(e);return s.aggregate(t)}}(t);for(const[t,s]of Object.entries(this._freqs))s.aggregate(e)}getMinValue(){return Math.min(...Object.values(this._freqs).map((t=>t.value)))}calcPlotValue(t){for(const e of Object.values(this._freqs))e.plotValue=e.value-t}calcHeights(t){this.sumPlotValue=0;for(const t of Object.values(this._freqs))this.sumPlotValue+=t.plotValue;if(this.sumPlotValueForHeight=0,t===u.ES.Entropy){const t=Object.keys(this._freqs).length,e=.01*this.sumPlotValue,s=e/t;for(const t of Object.values(this._freqs)){const n=(t.plotValue+s)/(this.sumPlotValue+e);this.sumPlotValueForHeight+=-n*Math.log2(n)}}else if(t===u.ES.full)for(const[t,e]of Object.entries(this._freqs)){const t=e.plotValue/this.sumPlotValue;this.sumPlotValueForHeight+=t}}calcScreen(t,e,s,n,i,r,a,l,c,h){const m=i===u.ES.Entropy?n*(r-this.sumPlotValueForHeight)/r:n;let d=h*c+(n-m-1);const g=Object.entries(this._freqs).sort(((e,s)=>t(e[0])||t(s[0])?t(e[0])&&t(s[0])?0:t(e[0])?-1:1:s[1].value-e[1].value));for(const[t,n]of g){const t=m*n.plotValue/this.sumPlotValue;n.bounds=new o.Rect((e-s)*c*a,d,l*c,t),d+=t}}render(t,e,s,n,i,o){for(const[r,a]of Object.entries(this._freqs))if(!e(r)){const e=(0,h.GU)(r,5),l=a.bounds,c=l.left;t.resetTransform(),t.strokeStyle="lightgray",t.lineWidth=1,t.rect(c,l.top,l.width,l.height),t.fillStyle=o.get(r)??o.get("other"),t.textAlign="left",t.font=s;const u=t.measureText(e);t.setTransform(l.width/u.width,0,0,l.height/i,c,l.top),t.fillText(e,0,-n)}}getMonomerAt(t,e){const s=Object.entries(this._freqs).find((([s,n])=>n.bounds.contains(t,e)));return s?s[0]:void 0}buildCompositionTable(t){return(0,f._)(t,Object.assign({},...Object.entries(this._freqs).map((([t,e])=>({[t]:e.rowCount})))))}}!function(t){t.STYLE="Style",t.BEHAVIOR="Behavior",t.LAYOUT="Layout",t.DATA="Data"}(d||(d={})),function(t){t.sequenceColumnName="sequenceColumnName",t.valueAggrType="valueAggrType",t.valueColumnName="valueColumnName",t.startPositionName="startPositionName",t.endPositionName="endPositionName",t.skipEmptySequences="skipEmptySequences",t.skipEmptyPositions="skipEmptyPositions",t.shrinkEmptyTail="shrinkEmptyTail",t.backgroundColor="backgroundColor",t.positionHeight="positionHeight",t.positionWidth="positionWidth",t.verticalAlignment="verticalAlignment",t.horizontalAlignment="horizontalAlignment",t.fixWidth="fixWidth",t.fitArea="fitArea",t.minHeight="minHeight",t.maxHeight="maxHeight",t.showPositionLabels="showPositionLabels",t.positionMarginState="positionMarginState",t.positionMargin="positionMargin",t.filterSource="filterSource"}(g||(g={}));const T=u.vS;var C;!function(t){t[t.None=0]="None",t[t.Render=1]="Render",t[t.Layout=1]="Layout",t[t.Freqs=2]="Freqs"}(C||(C={}));class A extends o.JsViewer{get positionWidthWithMargin(){return this._positionWidthWithMargin}get Length(){return this.skipEmptyPositions?this.positions.length:this.startPosition<=this.endPosition?this.endPosition-this.startPosition+1:0}get positionMarginValue(){return this.positionMarginState===u.dE.AUTO&&!0===this.unitsHandler.getAlphabetIsMultichar()||this.positionMarginState===u.dE.ON?this.positionMargin:0}constructor(){super(),this.viewed=!1,this.viewerId=-1,this.initialized=!1,this.palette=null,this.seqCol=null,this.positions=[],this.visibleSlider=!1,this.allowResize=!0,this.turnOfResizeForOneSetValue=!1,this.backgroundColor=4294967295,this.positionMargin=0,this.positionNames=[],this.positionLabels=void 0,this.startPosition=-1,this.endPosition=-1,this.error=null,this.viewPromise=Promise.resolve(),this.setDataInProgress=!1,this.viewSubs=[],this._onSizeChanged=new l.Subject,this._onFreqsCalculated=new l.Subject,this._onLayoutCalculated=new l.Subject,this.requestedRenderLevel=C.Freqs,this.renderRequest=new l.Subject,this.viewerId=A.viewerCount,A.viewerCount+=1,this.textBaseline="top",this.unitsHandler=null,this.sequenceColumnName=this.string(g.sequenceColumnName,T.sequenceColumnName,{category:d.DATA});const t=[o.AGG.KEY,o.AGG.PIVOT,o.AGG.MISSING_VALUE_COUNT,o.AGG.SKEW,o.AGG.KURT,o.AGG.SELECTED_ROWS_COUNT],e=Object.values(o.AGG).filter((e=>!t.includes(e)));this.valueAggrType=this.string(g.valueAggrType,T.valueAggrType,{category:d.DATA,choices:e}),this.valueColumnName=this.string(g.valueColumnName,T.valueColumnName,{category:d.DATA}),this.startPositionName=this.string(g.startPositionName,T.startPositionName,{category:d.DATA}),this.endPositionName=this.string(g.endPositionName,T.endPositionName,{category:d.DATA}),this.skipEmptySequences=this.bool(g.skipEmptySequences,T.skipEmptySequences,{category:d.DATA}),this.skipEmptyPositions=this.bool(g.skipEmptyPositions,T.skipEmptyPositions,{category:d.DATA}),this.shrinkEmptyTail=this.bool(g.shrinkEmptyTail,T.shrinkEmptyTail,{category:d.DATA}),this.backgroundColor=this.int(g.backgroundColor,T.backgroundColor,{category:d.STYLE}),this.positionHeight=this.string(g.positionHeight,T.positionHeight,{category:d.STYLE,choices:Object.values(u.ES)}),this._positionWidth=this.positionWidth=this.float(g.positionWidth,T.positionWidth,{category:d.STYLE}),this.verticalAlignment=this.string(g.verticalAlignment,T.verticalAlignment,{category:d.LAYOUT,choices:Object.values(u.vw)}),this.horizontalAlignment=this.string(g.horizontalAlignment,T.horizontalAlignment,{category:d.LAYOUT,choices:Object.values(u.iD)}),this.fixWidth=this.bool(g.fixWidth,T.fixWidth,{category:d.LAYOUT,userEditable:!1}),this.fitArea=this.bool(g.fitArea,T.fitArea,{category:d.LAYOUT}),this.minHeight=this.float(g.minHeight,T.minHeight,{category:d.LAYOUT}),this.maxHeight=this.float(g.maxHeight,T.maxHeight,{category:d.LAYOUT}),this.showPositionLabels=this.bool(g.showPositionLabels,T.showPositionLabels,{category:d.LAYOUT}),this.positionMarginState=this.string(g.positionMarginState,T.positionMarginState,{category:d.LAYOUT,choices:Object.values(u.dE)});let s=0;"auto"===this.positionMarginState&&(s=4),this.positionMargin=this.int(g.positionMargin,s,{category:d.LAYOUT,min:0,max:16}),this.filterSource=this.string(g.filterSource,T.filterSource,{category:d.BEHAVIOR,choices:Object.values(u.Ct)}),this.slider=i.rangeSlider(0,100,0,20,!1,{style:"barbell"}),this.canvas=i.canvas(),this.canvas.classList.value="bio-wl-canvas",this.canvas.style.width="100%"}setData(){y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.setData(), in`),this.viewPromise=this.viewPromise.then((async()=>{if(!this.setDataInProgress){this.setDataInProgress=!0;try{this.viewed&&(this.renderRequestSub.unsubscribe(),await this.destroyView(),this.viewed=!1),this.updateSeqCol(),this.updateEditors(),this.viewed||(await this.buildView(),this.viewed=!0)}catch(t){const[e,s]=(0,p.yf)(t);n.shell.error(e),y._package.logger.error(e,void 0,s)}finally{this.setDataInProgress=!1}}}))}async destroyView(){for(const t of this.viewSubs)t.unsubscribe();this.viewSubs=[];const t=this.dataFrame?"data":"null";y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.destroyView( dataFrame = ${t} ) start`),this.host.remove(),this.msgHost=void 0,this.host=void 0,y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.destroyView() end`)}async buildView(){const t=this.dataFrame?"data":"null";y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.buildView( dataFrame = ${t} ) start`),window.devicePixelRatio,this.viewSubs.push(o.debounce(this.renderRequest).subscribe(this.renderRequestOnDebounce.bind(this))),this.helpUrl="/help/visualize/viewers/web-logo.md",this.msgHost=i.div("No message",{classes:"bio-wl-msg"}),this.msgHost.style.display="none",this.canvas=i.canvas(),this.canvas.style.width="100%",this.slider.root.style.position="absolute",this.slider.root.style.zIndex="999",this.slider.root.style.display="none",this.slider.root.style.height="0.7em",this.visibleSlider=!1,this.host=i.div([this.msgHost,this.canvas],{classes:"bio-wl-host",style:{display:"flex",flexDirection:"row",flexWrap:"wrap"}}),this.root.append(this.host),this.root.append(this.slider.root),this.error&&(this.msgHost.innerText=this.error.message,i.tooltip.bind(this.msgHost,this.error.stack),this.msgHost.style.setProperty("display",null)),this.dataFrame&&(this.viewSubs.push(this.dataFrame.filter.onChanged.subscribe(this.dataFrameFilterOnChanged.bind(this))),this.viewSubs.push(this.dataFrame.selection.onChanged.subscribe(this.dataFrameSelectionOnChanged.bind(this)))),this.viewSubs.push(i.onSizeChanged(this.root).subscribe(this.rootOnSizeChanged.bind(this))),this.viewSubs.push(this.slider.onValuesChanged.subscribe(this.sliderOnValuesChanged.bind(this))),this.viewSubs.push((0,l.fromEvent)(this.canvas,"mousemove").subscribe(this.canvasOnMouseMove.bind(this))),this.viewSubs.push((0,l.fromEvent)(this.canvas,"mousedown").subscribe(this.canvasOnMouseDown.bind(this))),this.viewSubs.push((0,l.fromEvent)(this.canvas,"wheel").subscribe(this.canvasOnWheel.bind(this))),await this.render(C.Freqs,"buildView"),y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.buildView() end`)}rootOnSizeChanged(){y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.rootOnSizeChanged(), start `),this.render(C.Layout,"rootOnSizeChanged")}updateEditors(){this.props.getProperty(g.valueColumnName).choices=a()(this.dataFrame.columns.numerical).map((t=>t.name)).toArray()}updateSeqCol(){if(this.dataFrame&&(this.seqCol=this.sequenceColumnName?this.dataFrame.col(this.sequenceColumnName):null,null==this.seqCol&&(this.seqCol=(0,h.up)(this.dataFrame),this.sequenceColumnName=this.seqCol?this.seqCol.name:null),this.seqCol)){try{this.unitsHandler=c.Cn.getOrCreate(this.seqCol),this.palette=(0,h.dQ)(this.seqCol),this.updatePositions(),this.error=null}catch(t){throw this.seqCol=null,this.error=t instanceof Error?t:new Error(t.toString()),t}this.seqCol||(this.unitsHandler=null,this.positionNames=[],this.positionLabels=[],this.startPosition=-1,this.endPosition=-1,this.palette=null)}}updatePositions(){if(!this.seqCol)return;const t=this.getFilter(),e=0===t.trueCount?this.unitsHandler.maxLength:a().enumerate(this.unitsHandler.splitted).map((([e,s])=>t.get(s)&&e?e.length:0)).reduce(((t,e)=>Math.max(t,e)),0),s=this.seqCol.getTag(".positionNames"),n=this.seqCol.getTag(".positionLabels");this.positionNames=s?s.split(h.CI).map((t=>t.trim())):[...Array(e).keys()].map((t=>`${t+1}`)),this.positionLabels=n?n.split(h.CI).map((t=>t.trim())):void 0,this.startPosition=this.startPositionName&&this.positionNames&&this.positionNames.includes(this.startPositionName)?this.positionNames.indexOf(this.startPositionName):0,this.endPosition=this.endPositionName&&this.positionNames&&this.positionNames.includes(this.endPositionName)?this.positionNames.indexOf(this.endPositionName):e-1,this.render(C.Freqs,"updatePositions")}getFilter(){let t;switch(this.filterSource){case u.Ct.Filtered:t=this.dataFrame.filter;break;case u.Ct.Selected:t=0===this.dataFrame.selection.trueCount?this.dataFrame.filter:this.dataFrame.selection}return t}setSliderVisibility(t){t?(this.slider.root.style.display="inherit",this.visibleSlider=!0):(this.slider.root.style.display="none",this.visibleSlider=!1)}calcLayout(t){this.host&&this.canvas&&this.slider&&(this.host.classList.remove("bio-wl-fixWidth","bio-wl-fitArea"),this.canvas.classList.remove("bio-wl-fixWidth","bio-wl-fitArea"),this._positionWidth=this.positionWidth,this._positionMargin=this.positionMargin,this._positionWidthWithMargin=this._positionWidth+this.positionMarginValue,this.fixWidth?this.calcLayoutFixWidth(t):this.fitArea?this.calcLayoutFitArea(t):this.calcLayoutNoFitArea(t),this.slider.root.style.width=`${this.host.clientWidth}px`)}calcLayoutFixWidth(t){if(!this.host||!this.canvas||!this.slider)return;this.host.classList.add("bio-wl-fixWidth"),this.canvas.classList.add("bio-wl-fitArea");const e=this._positionWidthWithMargin*this.Length,s=Math.min(Math.max(this.minHeight,this.root.clientHeight),this.maxHeight);this.host.style.justifyContent=u.iD.LEFT,this.host.style.removeProperty("margin-left"),this.host.style.removeProperty("margin-top"),this.host.style.width=this.canvas.style.width=`${e}px`,this.host.style.height=this.canvas.style.height=`${s}px`,this.host.style.left=this.canvas.style.left="0",this.host.style.top=this.canvas.style.top="0",this.host.style.setProperty("overflow","hidden","important"),this.slider.root.style.display="none",this.slider.setValues(0,Math.max(0,this.Length-1),0,Math.max(0,this.Length-1)),this.canvas.width=e*t,this.canvas.height=s*t}calcLayoutNoFitArea(t){if(!this.host||!this.canvas||!this.slider)return;const e=this._positionWidthWithMargin*this.Length,s=Math.min(Math.max(this.minHeight,this.root.clientHeight),this.maxHeight),n=Math.min(this.root.clientWidth,e);this.canvas.style.width=`${n}px`,this.canvas.style.height=`${s}px`,this.host.style.width=`${n}px`,this.host.style.height=`${this.root.clientHeight}px`,this.host.style.justifyContent=this.horizontalAlignment,this.host.style.alignContent=this.verticalAlignment===u.vw.TOP?"start":this.verticalAlignment===u.vw.MIDDLE?"center":this.verticalAlignment===u.vw.BOTTOM?"end":"inherit",this.root.clientHeight<this.minHeight&&(this.host.style.alignContent="start",this.host.style.width=`${n+6}px`),this.host.style.width=`${this.host}px`;const i=e>n;if(this.setSliderVisibility(i),i){this.slider.root.style.removeProperty("display"),this.host.style.justifyContent="left",this.host.style.height=this.root.clientHeight-this.slider.root.offsetHeight+"px",this.slider.root.style.top=`${this.host.offsetHeight}px`;let t=Math.min(Math.max(0,this.slider.min),this.Length-.001),e=Math.min(Math.max(0,this.slider.max),this.Length-.001);const s=this.root.clientWidth/this._positionWidthWithMargin;e=Math.min(Math.max(t,0)+s,this.Length-.001),t=Math.max(0,Math.min(e,this.Length-.001)-s),this.slider.setValues(0,Math.max(this.Length-.001),t,e)}else this.slider.setValues(0,Math.max(0,this.Length-.001),0,Math.max(0,this.Length-.001));this.canvas.width=n*t,this.canvas.height=s*t}calcLayoutFitArea(t){if(!this.host||!this.canvas||!this.slider)return;const e=this._positionWidth*this.Length,s=Math.min(Math.max(this.minHeight,this.root.clientHeight),this.maxHeight),n=e>0?(this.root.clientWidth-this.positionMarginValue*this.Length)/e:0,i=this.root.clientHeight/s,o=Math.max(1,Math.min(n,i));this._positionWidth=this.positionWidth*o,this._positionWidthWithMargin=this._positionWidth+this.positionMarginValue;const r=(this._positionWidth+this.positionMarginValue)*this.Length,a=o*s,l=Math.min(this.root.clientWidth,r);this.canvas.style.width=`${l}px`,this.canvas.style.height=`${a}px`,this.host.style.width=`${l}px`,this.host.style.height=`${this.root.clientHeight}px`,this.host.style.justifyContent=this.horizontalAlignment,this.host.style.alignContent=this.verticalAlignment===u.vw.TOP?"start":this.verticalAlignment===u.vw.MIDDLE?"center":this.verticalAlignment===u.vw.BOTTOM?"end":"inherit",this.root.clientHeight<this.minHeight&&(this.host.style.alignContent="start",this.host.style.width=`${l+6}px`),this.host.style.width=`${this.host}px`;const c=r>l;if(this.setSliderVisibility(c),c){this.slider.root.style.removeProperty("display"),this.host.style.justifyContent="left",this.host.style.height=this.root.clientHeight-this.slider.root.offsetHeight+"px",this.slider.root.style.top=`${this.host.offsetHeight}px`;let t=Math.min(Math.max(0,this.slider.min),this.Length-.001),e=Math.min(Math.max(0,this.slider.max),this.Length-.001);const s=this.root.clientWidth/this._positionWidthWithMargin;e=Math.min(Math.max(t,0)+s,this.Length-.001),t=Math.max(0,Math.min(e,this.Length-.001)-s),this.slider.setValues(0,Math.max(0,this.Length-.001),t,e)}else this.slider.setValues(0,Math.max(0,this.Length-.001),0,Math.max(0,this.Length-.001));this.canvas.width=l*t,this.canvas.height=a*t}onPropertyChanged(t){switch(super.onPropertyChanged(t),t.name){case g.sequenceColumnName:this.updateSeqCol();break;case g.sequenceColumnName:case g.startPositionName:case g.endPositionName:case g.filterSource:case g.shrinkEmptyTail:case g.skipEmptyPositions:case g.positionHeight:this.updatePositions();break;case g.valueColumnName:case g.valueAggrType:this.render(C.Freqs,`onPropertyChanged(${t.name})`);break;case g.minHeight:case g.maxHeight:case g.positionWidth:case g.showPositionLabels:case g.fixWidth:case g.fitArea:case g.horizontalAlignment:case g.verticalAlignment:case g.positionMargin:case g.positionMarginState:this.render(C.Layout,`onPropertyChanged(${t.name})`);break;case g.backgroundColor:this.render(C.Render,`onPropertyChanged(${t.name})`)}}onTableAttached(){y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.onTableAttached(), `),super.onTableAttached(),this.setData()}async detach(){y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.detach(), `);const t=super.detach.bind(this);this.viewPromise=this.viewPromise.then((async()=>{this.setDataInProgress||(this.viewed&&(await this.destroyView(),this.viewed=!1),t())})).catch((t=>{const[e,s]=(0,p.yf)(t);y._package.logger.error(e,void 0,s)}))}get onSizeChanged(){return this._onSizeChanged}get onFreqsCalculated(){return this._onFreqsCalculated}get onLayoutCalculated(){return this._onLayoutCalculated}getMonomer(t,e){const s=t.x,n=Math.floor(t.x/(this._positionWidthWithMargin*e)+Math.floor(this.slider.min)),i=this.positions[n];if(!i)return[null,null,null];const o=i.getMonomerAt(s,t.y);return void 0===o?[i,null,null]:[i,o,i.getFreq(o)]}_nullSequence(t="X"){return this.skipEmptySequences?"":new Array(this.Length).fill(t).join("")}_removeEmptyPositions(){this.skipEmptyPositions&&(this.positions=a()(this.positions).filter((t=>{const e=this.unitsHandler.defaultGapSymbol;return!t.hasMonomer(e)||t.getFreq(e).rowCount!==t.sumRowCount})).toArray())}render(t,e){y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.render( recalcLevelVal=${t}, reason='${e}' )`),this.requestedRenderLevel=Math.max(this.requestedRenderLevel,t),this.renderRequest.next(this.requestedRenderLevel)}async renderInt(t){if(y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.render.renderInt( renderLevel=${t} ), start `),this.msgHost&&(this.seqCol&&!this.palette?(this.msgHost.innerText=`Unknown palette (column semType: '${this.seqCol.semType}').`,this.msgHost.style.display=""):this.msgHost.style.display="none"),!this.seqCol||!this.dataFrame||!this.palette||null==this.host||null==this.slider)return;const e=window.devicePixelRatio,s=this.showPositionLabels?12:0;if(t>=C.Freqs&&(()=>{if(y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.render.calculateFreqsInt(), start `),!this.host||!this.seqCol||!this.dataFrame)return;const t=this.startPosition<=this.endPosition?this.endPosition-this.startPosition+1:0;this.unitsHandler=c.Cn.getOrCreate(this.seqCol);const e=this.startPosition<=this.endPosition?this.endPosition-this.startPosition+1:0;this.positions=new Array(e);for(let e=0;e<t;e++){const t=this.positionNames[this.startPosition+e],s=this.positionLabels?this.positionLabels[this.startPosition+e]:void 0;this.positions[e]=new b(this.startPosition+e,t,{},{label:s})}const s=this.getFilter(),n=this.dataFrame.rowCount,i=this.unitsHandler.splitted;for(let e=0;e<t;++e){for(let t=0;t<n;++t)if(s.get(t)){const s=i[t][this.startPosition+e]||this.unitsHandler.defaultGapSymbol,n=this.positions[e],o=n.getFreq(s);++n.sumRowCount,o.value=++o.rowCount}if(this.valueAggrType===o.AGG.TOTAL_COUNT)continue;let t=null;try{t=this.dataFrame.getCol(this.valueColumnName),t.matches("numerical")||(t=null)}catch{t=null}if(t){for(let o=0;o<n;++o)if(s.get(o)){const s=i[o][this.startPosition+e]||this.unitsHandler.defaultGapSymbol,n=t.get(o);this.positions[e].getFreq(s).push(n)}this.positions[e].aggregate(this.valueAggrType)}}const r=this.valueAggrType===o.AGG.TOTAL_COUNT?0:Math.min(0,Math.min(...this.positions.map((t=>t.getMinValue()))));for(let e=0;e<t;++e)this.positions[e].calcPlotValue(r),this.positions[e].calcHeights(this.positionHeight);this._removeEmptyPositions(),this._onFreqsCalculated.next()})(),this.calcLayout(e),-1===this.startPosition)return;const i=Math.max(Math.floor(this.slider.min),0),r=Math.min(this.positions.length-1,Math.floor(this.slider.max));t>=C.Layout&&((t,e,s,i)=>{y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.render.calculateLayoutInt(), start `);const r=this.canvas.height-i*s;let l;if(this.valueAggrType===o.AGG.TOTAL_COUNT){const t=this.getAlphabetSize();this.positionHeight==u.ES.Entropy&&null==t&&n.shell.error("WebLogo: alphabet is undefined."),l=Math.log2(t)}else l=Math.max(...a().count(t).takeWhile((t=>t<=e)).map((t=>this.positions[t].sumPlotValueForHeight)));for(let n=t;n<=e;++n)n in this.positions?this.positions[n].calcScreen((t=>this.unitsHandler.isGap(t)),n,this.slider.min,r,this.positionHeight,l,this._positionWidthWithMargin,this._positionWidth,s,i):y._package.logger.warning(`Bio: WebLogoViewer<${this.viewerId}>.render.calculateLayoutInt() this.positions.length = ${this.positions.length}, jPos = ${n}`);y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.render.calculateLayoutInt(), end `),this._onLayoutCalculated.next()})(i,r,window.devicePixelRatio,s);const l=this.canvas.getContext("2d");if(l){l.save();try{this.Length,l.resetTransform(),l.fillStyle=function(t){const e=o.Color.a(t);return`#${(16777215&t).toString(16).padStart(6,"0")}`+e.toString(16).padStart(2,"0")}(this.backgroundColor),l.fillRect(0,0,this.canvas.width,this.canvas.height),l.textBaseline=this.textBaseline;const t=10*e;l.resetTransform(),l.fillStyle="black",l.textAlign="center",l.font=`${t.toFixed(1)}px Roboto, Roboto Local, sans-serif`,s>0&&this.positions.length>0&&function(t,e,s,n,i,o,r,a){t.save();try{t.textAlign="center";let l=null,c=null;for(let e=Math.floor(r);e<=Math.floor(a);e++){const s=o[e],n=t.measureText(s.name),i=n.actualBoundingBoxDescent-n.actualBoundingBoxAscent;l=null===l?n.width:Math.max(l,n.width),c=null===c?i:Math.max(c,i)}const h=l<n*e-2?1:(n*e-2)/l;for(let l=Math.floor(r);l<=Math.floor(a);l++){const a=o[l],u=(l-r)*s*e+n*e/2,m=(i*e-c)/2;t.setTransform(h,0,0,1,u,m),t.measureText(a.label),t.fillText(a.label,0,0)}}finally{t.restore()}}(l,e,this._positionWidthWithMargin,this._positionWidth,s,this.positions,this.slider.min,this.slider.max);const n="16px Roboto, Roboto Local, sans-serif",a=.25,c=12.2;for(let t=i;t<=r;t++)this.positions[t].render(l,(t=>this.unitsHandler.isGap(t)),n,a,c,this.palette)}finally{l.restore()}y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.render.renderInt( recalcLevel=${t} ), end`)}}renderRequestOnDebounce(t){this.requestedRenderLevel=C.None,this.renderInt(t).catch((t=>{const[e,s]=(0,p.yf)(t);y._package.logger.error(e,void 0,s)}))}getAlphabetSize(){return this.unitsHandler?.getAlphabetSize()??0}sliderOnValuesChanged(t){try{const t={minRange:this.slider.minRange,min:this.slider.min,max:this.slider.max,maxRange:this.slider.maxRange};y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.sliderOnValuesChanged( ${JSON.stringify(t)} ), start`),this.render(C.Layout,"sliderOnValuesChanged")}catch(t){const e=m(t);y._package.logger.error(`Bio: WebLogoViewer<${this.viewerId}>.sliderOnValuesChanged() error:\n`+e)}}dataFrameFilterOnChanged(t){y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.dataFrameFilterChanged()`);try{this.updatePositions(),this.filterSource===u.Ct.Filtered&&this.render(C.Freqs,"dataFrameFilterOnChanged")}catch(t){const e=m(t);y._package.logger.error(`Bio: WebLogoViewer<${this.viewerId}>.dataFrameFilterOnChanged() error:\n`+e)}}dataFrameSelectionOnChanged(t){y._package.logger.debug(`Bio: WebLogoViewer<${this.viewerId}>.dataFrameSelectionOnChanged()`);try{this.filterSource===u.Ct.Selected&&this.render(C.Freqs,"dataFrameSelectionOnChanged")}catch(t){const e=m(t);y._package.logger.error(`Bio: WebLogoViewer<${this.viewerId}>.dataFrameSelectionOnChanged() error:\n`+e)}}canvasOnMouseMove(t){const e=window.devicePixelRatio;try{const s=t,n=this.canvas.getCursorPosition(s,e),[r,a]=this.getMonomer(n,e),l=this.showPositionLabels?12*e:0;if(null!==r&&null===a&&0<=n.y&&n.y<=l){const t=[i.divText(`Position ${r.label}`)];this.valueAggrType===o.AGG.TOTAL_COUNT&&t.push(r.buildCompositionTable(this.palette));const e=i.divV(t);i.tooltip.show(e,s.x+16,s.y+16)}else if(null!==r&&a&&this.dataFrame&&this.seqCol&&this.unitsHandler){const t=r.getFreq(a),e=[i.div(`${a}`),i.div(`${t.rowCount} rows`)];this.valueAggrType!==o.AGG.TOTAL_COUNT&&e.push(i.div(`${this.valueAggrType}: ${t.value.toFixed(3)}`));const n=i.divV(e);i.tooltip.show(n,s.x+16,s.y+16)}else i.tooltip.hide()}catch(t){const e=m(t);y._package.logger.error(`Bio: WebLogoViewer<${this.viewerId}>.canvasOnMouseMove() error:\n`+e)}}canvasOnMouseDown(t){try{const e=t,s=window.devicePixelRatio,[n,i]=this.getMonomer(this.canvas.getCursorPosition(e,s),s);if(null!==n&&null!==i&&this.dataFrame&&this.seqCol&&this.unitsHandler){const t=o.BitSet.create(this.dataFrame.selection.length,(t=>function(t,e,s,n,i,o){const r=e.splitted[n],a=o.pos<r.length?r[o.pos]:null;return a===i||""===a&&i===e.defaultGapSymbol}(this.dataFrame,this.unitsHandler,this.getFilter(),t,i,n)));this.dataFrame.selection.init((e=>t.get(e)))}}catch(t){const e=m(t);y._package.logger.error(`Bio: WebLogoViewer<${this.viewerId}>.canvasOnMouseDown() error:\n`+e)}}canvasOnWheel(t){const e=window.devicePixelRatio;try{if(!this.visibleSlider)return;const s=this.canvas.width/(this._positionWidthWithMargin*e),n=t.deltaY/100*Math.max(Math.floor(s/5),1);this.slider.scrollBy(this.slider.min+n)}catch(t){const e=m(t);y._package.logger.error(`Bio: WebLogoViewer<${this.viewerId}>.canvasOnWheel() error:\n`+e)}}}function S(t,e,s,n,i){let o=0,r=-1;for(;-1!=(r=s.findNext(r,!0));){const t=e.splitted[r],s=i.pos;(s<t.length?t[s]:null)===n&&o++}return o}A.residuesSet="nucleotides",A.viewerCount=0},4413:(t,e,s)=>{"use strict";s.d(e,{ST:()=>g});var n=s(3870),i=s(976),o=s(4469),r=s(6414),a=s.n(r),l=s(7983),c=s(701),h=s(4293),u=s(8447),m=s(1061);const d=rxjs.operators;class g extends i.Filter{get calculating(){return"initial"==this.loader.style.display}set calculating(t){this.loader.style.display=t?"initial":"none"}get filterSummary(){return this.bioFilter.substructure}get isFiltering(){return super.isFiltering&&""!==this.bioFilter.substructure}get isReadyToApplyFilter(){return!this.calculating&&null!=this.bitset}get _debounceTime(){if(null==this.column)return 1e3;const t=this.column.length;return t<500?0:t>1e4?1e3:Math.floor((t-500)/9500*1e3)}constructor(){super(),this.bioFilter=null,this.bitset=null,this.loader=n.loader(),this.notation=void 0,this.root=n.divV([]),this.calculating=!1}attach(t){super.attach(t),this.column=t.columns.bySemType(i.SEMTYPE.MACROMOLECULE),this.columnName??(this.columnName=this.column?.name),this.notation??(this.notation=this.column?.getTag(i.TAGS.UNITS)),this.bioFilter=this.notation===u.r2.FASTA?new f:this.notation===u.r2.SEPARATOR?new y(this.column.getTag("separator")):new w,this.root.appendChild(this.bioFilter.filterPanel),this.root.appendChild(this.loader),this.onBioFilterChangedSubs?.unsubscribe();let e=this.bioFilter.onChanged;e=e.pipe((0,d.debounceTime)(this._debounceTime)),this.onBioFilterChangedSubs=e.subscribe((async t=>await this._onInputChanged())),this.subs.push(o.events.onResetFilterRequest.subscribe((t=>{this.bioFilter?.resetFilter()})))}detach(){super.detach()}applyFilter(){this.bitset&&!this.isDetached&&this.dataFrame?.filter.and(this.bitset)}saveState(){const t=super.saveState();return t.bioSubstructure=this.bioFilter?.substructure,t}applyState(t){super.applyState(t),t.bioSubstructure&&(this.bioFilter.substructure=t.bioSubstructure);const e=this;t.bioSubstructure&&setTimeout((function(){e._onInputChanged()}),1e3)}async _onInputChanged(){if(this.isFiltering){if(a()(this.dataFrame.rows.filters).has(`${this.columnName}: ${this.filterSummary}`))return;this.calculating=!0;try{this.bitset=await(this.bioFilter?.substructureSearch(this.column)),this.calculating=!1,this.dataFrame?.rows.requestFilter()}finally{this.calculating=!1}}else this.bitset=null,this.dataFrame?.rows.requestFilter()}}class p{constructor(){this.onChanged=new c.Subject}get filterPanel(){return new HTMLElement}get substructure(){return""}set substructure(t){}async substructureSearch(t){return null}}class f extends p{constructor(){super(),this.substructureInput=n.stringInput("","",(()=>{this.onChanged.next()}),{placeholder:"Substructure"})}get filterPanel(){return this.substructureInput.root}get substructure(){return this.substructureInput.value}set substructure(t){this.substructureInput.value=t}async substructureSearch(t){return(0,l.pf)(this.substructure,t)}resetFilter(){this.substructureInput.value=""}}class y extends f{constructor(t){super(),this.colSeparator="",this.separatorInput=n.stringInput("","",(()=>{this.onChanged.next()}),{placeholder:"Separator"}),this.colSeparator=t,this.separatorInput.value=t}get filterPanel(){return n.divV([this.substructureInput.root,this.separatorInput.root])}get substructure(){return this.separatorInput.value&&this.separatorInput.value!==this.colSeparator?this.substructureInput.value.replaceAll(this.separatorInput.value,this.colSeparator):this.substructureInput.value}set substructure(t){this.substructureInput.value=t}async substructureSearch(t){return(0,l.pf)(this.substructure,t,this.colSeparator)}}class w extends p{constructor(){super(),this._filterPanel=n.div("",{style:{cursor:"pointer"}}),this.helmSubstructure="",this.init()}async init(){this.helmEditor=await o.functions.call("HELM:helmWebEditor"),await n.tools.waitForElementInDom(this._filterPanel),this.updateFilterPanel(),this._filterPanel.addEventListener("click",(t=>{const{editorDiv:e,webEditor:s}=this.helmEditor.createWebEditor(this.helmSubstructure);n.dialog({showHeader:!1,showFooter:!0}).add(e).onOK((()=>{const t=s.canvas.getHelm(!0).replace(/<\/span>/g,"").replace(/<span style='background:#bbf;'>/g,"");this.helmSubstructure=t,this.updateFilterPanel(this.substructure),setTimeout((()=>{this.onChanged.next()}),10)})).show({modal:!0,fullScreen:!0})})),n.onSizeChanged(this._filterPanel).subscribe((t=>{const e=this.helmEditor.webEditor.canvas.getHelm(!0).replace(/<\/span>/g,"").replace(/<span style='background:#bbf;'>/g,"");this.updateFilterPanel(e)}))}get filterPanel(){return this._filterPanel}get substructure(){return this.helmSubstructure}set substructure(t){this.helmEditor.editor.setHelm(t)}updateFilterPanel(t){const e=this._filterPanel.parentElement.clientWidth<100?100:this._filterPanel.parentElement.clientWidth,s=e/2;if(t)(0,h.Y)(this._filterPanel,this.helmEditor.host),this.helmEditor.editor.setHelm(t),this.helmEditor.resizeEditor(e,s);else{const t=n.divText("Click to edit","helm-substructure-filter");(0,h.Y)(this._filterPanel,t)}}async substructureSearch(t){n.setUpdateIndicator(this._filterPanel,!0),await(0,m.gw)(10);const e=await(0,l.QF)(this.substructure,t);return n.setUpdateIndicator(this._filterPanel,!1),e}resetFilter(){console.debug("Bio: HelmFilter.resetFilter()"),this.helmSubstructure="",this.updateFilterPanel(this.substructure)}}},8770:(t,e,s)=>{"use strict";s.d(e,{_:()=>w});var n=s(3870),i=(s(976),s(6414),s(8447),s(7331),s(3379)),o=s.n(i),r=s(7795),a=s.n(r),l=s(569),c=s.n(l),h=s(3565),u=s.n(h),m=s(9216),d=s.n(m),g=s(4589),p=s.n(g),f=s(5362),y={};function w(t,e){let s=0,i=null;for(const t of Object.values(e))s+=t,i=null===i?t:Math.max(i,t);const o=i/s,r=Object.assign({},...Array.from(Object.entries(e)).sort(((t,e)=>e[1]-t[1])).map((([e,i])=>{const r=i/s,a=t.get(e),l=n.div("",{classes:"macromolecule-cell-comp-analysis-bar"});l.style.width=50*r/o+"px",l.style.backgroundColor=a;const c=n.div(`${(100*r).toFixed(2)}%`);return{[e]:n.div([l,c],{classes:"macromolecule-cell-comp-analysis-value"})}}))),a=n.tableFromMap(r);return Array.from(a.rows).forEach((t=>{const e=t.getElementsByClassName("macromolecule-cell-comp-analysis-bar")[0].style.backgroundColor;t.cells[0].style.color=e})),a}y.styleTagTransform=p(),y.setAttributes=u(),y.insert=c().bind(null,"head"),y.domAPI=a(),y.insertStyleElement=d(),o()(f.Z,y),f.Z&&f.Z.locals&&f.Z.locals,s(499)},3336:t=>{"use strict";t.exports=$},976:t=>{"use strict";t.exports=DG},4469:t=>{"use strict";t.exports=grok},701:t=>{"use strict";t.exports=rxjs},3870:t=>{"use strict";t.exports=ui},6414:t=>{"use strict";t.exports=wu}},e={};function s(n){var i=e[n];if(void 0!==i)return i.exports;var o=e[n]={id:n,exports:{}};return t[n].call(o.exports,o,o.exports,s),o.exports}s.m=t,s.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return s.d(e,{a:e}),e},s.d=(t,e)=>{for(var n in e)s.o(e,n)&&!s.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},s.u=t=>t+".js",s.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),s.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),s.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},(()=>{var t;s.g.importScripts&&(t=s.g.location+"");var e=s.g.document;if(!t&&e&&(e.currentScript&&(t=e.currentScript.src),!t)){var n=e.getElementsByTagName("script");if(n.length)for(var i=n.length-1;i>-1&&!t;)t=n[i--].src}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),s.p=t})(),s.b=document.baseURI||self.location.href,s.nc=void 0;var n={};(()=>{"use strict";s.r(n),s.d(n,{_package:()=>ut,test:()=>mt,tests:()=>e.QK});var t=s(976),e=s(1061);(0,e.W3)("_first",(()=>{(0,e.Bu)("_first",(async()=>{}))}));var i=s(2012),o=s(9976),r=s(6137);(0,e.W3)("Palettes",(()=>{(0,e.Bu)("testPaletteN",(async()=>{await async function(){const t=r.J.Chromatogram;(0,e.l_)(t instanceof o.B,!0),(0,e.l_)(t instanceof r.J,!0)}()})),(0,e.Bu)("testPaletteAA",(async()=>{await async function(){const t=i.f.Lesk,s=i.f.RasMol,n=i.f.GrokGroups;(0,e.l_)(t instanceof o.B,!0),(0,e.l_)(s instanceof o.B,!0),(0,e.l_)(n instanceof o.B,!0),(0,e.l_)(t instanceof i.f,!0),(0,e.l_)(s instanceof i.f,!0),(0,e.l_)(n instanceof i.f,!0)}()})),(0,e.Bu)("testPalettePtMe",(async()=>{const t=i.f.GrokGroups.get("MeNle"),s=i.f.GrokGroups.get("MeA"),n=i.f.GrokGroups.get("MeG"),o=i.f.GrokGroups.get("MeF"),r=i.f.GrokGroups.get("L"),a=i.f.GrokGroups.get("A"),l=i.f.GrokGroups.get("G"),c=i.f.GrokGroups.get("F");(0,e.l_)(t,r),(0,e.l_)(s,a),(0,e.l_)(n,l),(0,e.l_)(o,c)}))}));var a=s(4469),l=s(3219),c=s(8447),h=s(499);async function u(e){const s=t.Column.fromList(t.TYPE.STRING,"col1",e);if(await a.functions.call("Bio:detectMacromolecule",{col:s}),s.semType===t.SEMTYPE.MACROMOLECULE){const e=`Negative test detected semType='${s.semType}', units='${s.getTag(t.TAGS.UNITS)}'.`;throw new Error(e)}}async function m(e,s){const n=(await e()).getCol(s),i=await a.functions.call("Bio:detectMacromolecule",{col:n});if(i&&(n.semType=i),n.semType===t.SEMTYPE.MACROMOLECULE){const e=`Negative test detected semType='${n.semType}', units='${n.getTag(t.TAGS.UNITS)}'.`;throw new Error(e)}}async function d(s,n,i,o,r,l,c=null){const u=t.Column.fromList(t.TYPE.STRING,"seq",s),m=await a.functions.call("Bio:detectMacromolecule",{col:u});m&&(u.semType=m),(0,e.l_)(u.semType,t.SEMTYPE.MACROMOLECULE),(0,e.l_)(u.getTag(t.TAGS.UNITS),n),(0,e.l_)(u.getTag("aligned"),i),(0,e.l_)(u.getTag("alphabet"),o),c&&(0,e.l_)(u.getTag("separator"),c);const d=h.Cn.getOrCreate(u);(0,e.l_)(d.getAlphabetSize(),r),(0,e.l_)(d.getAlphabetIsMultichar(),l),d.isHelm()||((0,e.l_)(d.aligned,i),(0,e.l_)(d.alphabet,o))}async function g(s,n,i,o,r,l,c,u=null){const m=(await s()).col(n),d=await a.functions.call("Bio:detectMacromolecule",{col:m});d&&(m.semType=d),(0,e.l_)(m.semType,t.SEMTYPE.MACROMOLECULE),(0,e.l_)(m.getTag(t.TAGS.UNITS),i),(0,e.l_)(m.getTag("aligned"),o),(0,e.l_)(m.getTag("alphabet"),r),u&&(0,e.l_)(m.getTag("separator"),u);const g=h.Cn.getOrCreate(m);(0,e.l_)(g.getAlphabetSize(),l),(0,e.l_)(g.getAlphabetIsMultichar(),c),g.isHelm()||((0,e.l_)(g.aligned,o),(0,e.l_)(g.alphabet,r))}(0,e.W3)("detectors",(()=>{var s,n,i,o,r,l,h,y,w,b,T,C,A,S,E,M,v,N,L,_;const I=new(_=class{constructor(){this[s]="id,col1\n1,\n2,\n3,\n4,\n5,",this[n]="col1\n1\n2\n3",this[i]="col1\n4\n5\n6\n7",this[o]="col1\n8\n9\n10\n11\n12",this[r]="col1\nCCCCN1C(=O)CN=C(c2cc(F)ccc12)C3CCCCC3\nC1CCCCC1\nCCCCCC",this[l]="seq\nACGTC\nCAGTGT\nTTCAAC",this[h]="seq\nACGUC\nCAGUGU\nUUCAAC",this[y]="seq\nFWPHEY\nYNRQWYV\nMKPSEYV",this[w]="seq\n[meI][hHis][Aca]NT[dE][Thr_PO3H2][Aca]D\n[meI][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2]\n[Lys_Boc][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2]",this[b]="seq\nA*C*G*T*C\nC*A*G*T*G*T\nT*T*C*A*A*C",this[T]="seq\nA*C*G*U*C\nC*A*G*U*G*U\nU*U*C*A*A*C",this[C]="seq\nF-W-P-H-E-Y\nY-N-R-Q-W-Y-V\nM-K-P-S-E-Y-V",this[A]="seq\nabc-dfgg-abc1-cfr3-rty-wert\nrut12-her2-rty-wert-abc-abc1-dfgg\nrut12-rty-her2-abc-cfr3-wert-rut12",this[S]="seq\nabc/dfgg/abc1/cfr3/rty/wert\nrut12/her2/rty/wert//abc/abc1/dfgg\nrut12/rty/her2/abc/cfr3//wert/rut12",this[E]="seq\nA-C--G-T--C-T\nC-A-C--T--G-T\nA-C-C-G-T-A-C-T",this[M]="seq\nm1-M-m3-mon4-mon5-N-T-MON8-N9\nm1-mon2-m3-mon4-mon5-Num--MON8-N9\n\nmon1-M-mon3-mon4-mon5---MON8-N9",this[v]="seq\nAc(1)-F-K(AEEA-AEEA-R-Ac)-L-mF-V-Y-mNle-D-W-N-mF-C(1)-G-NH2\nAc(1)-F-K(AEEA-ARRA-W-Ac)-L-mF-V-Y-mNle-D-W-N-mF-C(1)-G-NH2\nAc(1)-F-K(AEEA-AEEA-Ac)-L-mF-V-Y-mNle-D-W-N-mF-C(1)-G-NH2",this[N]="seq\nAC-GT-CT\nCAC-T-GT\nACCGTACT",this[L]="seq\nFWR-WYV-KHP\nYNR-WYV-KHP\nMWRSWY-CKHP"}},s="negEmpty",n="neg1",i="neg2",o="neg3",r="negSmiles",l="csvFastaDna1",h="fastaRna1",y="fastaPt1",w="fastaUn",b="sepDna",T="sepRna",C="sepPt",A="sepUn1",S="sepUn2",E="sepMsaDna1",M="sepMsaUnWEmpty",v="sepComplex",N="fastaMsaDna1",L="fastaMsaPt1",_),P={fastaFasta:"System:AppData/Bio/data/sample_FASTA.fasta",fastaPtCsv:"System:AppData/Bio/data/sample_FASTA_PT.csv",msaComplex:"System:AppData/Bio/samples/MSA.csv",fastaCsv:"System:AppData/Bio/samples/FASTA.csv",helmCsv:"System:AppData/Bio/samples/HELM.csv",peptidesComplex:"System:AppData/Bio/tests/peptides_complex_msa.csv",peptidesSimple:"System:AppData/Bio/tests/peptides_simple_msa.csv",testDemogCsv:"System:AppData/Bio/tests/testDemog.csv",testHelmCsv:"System:AppData/Bio/tests/testHelm.csv",testIdCsv:"System:AppData/Bio/tests/testId.csv",testSmilesCsv:"System:AppData/Bio/tests/testSmiles.csv",testSmiles2Csv:"System:AppData/Bio/tests/testSmiles2.csv",testSmilesShort:"System:AppData/Bio/tests/testSmilesShort.csv",testActivityCliffsCsv:"System:AppData/Bio/tests/testActivityCliffs.csv",testCerealCsv:"System:AppData/Bio/tests/testCereal.csv",testUnichemSources:"System:AppData/Bio/tests/testUnichemSources.csv",testDmvOffices:"System:AppData/Bio/tests/testDmvOffices.csv",testAlertCollection:"System:AppData/Bio/tests/testAlertCollection.csv",testSpgi100:"System:AppData/Bio/tests/testSpgi100.csv",testSpgi:"System:AppData/Bio/tests/SPGI-derived.csv",testUrl:"System:AppData/Bio/tests/testUrl.csv"},x={};function R(t,e=O){return async()=>(t in x||(x[t]=(async()=>await e(P[t]))().catch((e=>{throw delete x[t],e}))),x[t])}async function O(e){const s=await a.dapi.files.readAsText(e);return t.DataFrame.fromCsv(s)}const G=e=>async()=>{const s=I[e],n=t.DataFrame.fromCsv(s);return await a.data.detectSemanticTypes(n),n};(0,e.Bu)("NegativeEmpty",(async()=>{await m(G("negEmpty"),"col1")})),(0,e.Bu)("Negative1",(async()=>{await m(G("neg1"),"col1")})),(0,e.Bu)("Negative2",(async()=>{await m(G("neg2"),"col1")})),(0,e.Bu)("Negative3",(async()=>{await m(G("neg3"),"col1")})),(0,e.Bu)("NegativeSmiles",(async()=>{await m(G("negSmiles"),"col1")})),(0,e.Bu)("NegativeStartEnd",(async()=>{await u(["START","END"])})),(0,e.Bu)("NegativeStartEndIntermediate",(async()=>{await u(["START","END","INTERMEDIATE"])})),(0,e.Bu)("FastaDna1",(async()=>{await g(G("csvFastaDna1"),"seq",c.r2.FASTA,"SEQ","DNA",4,!1)})),(0,e.Bu)("FastaRna1",(async()=>{await g(G("fastaRna1"),"seq",c.r2.FASTA,"SEQ","RNA",4,!1)})),(0,e.Bu)("FastaPt1",(async()=>{await g(G("fastaPt1"),"seq",c.r2.FASTA,"SEQ","PT",20,!1)})),(0,e.Bu)("FastaPtGaps",(()=>d(["FW-PH-EYY","FYNRQWYV-","FKP-Q-SEYV"],c.r2.FASTA,"SEQ","PT",20,!1))),(0,e.Bu)("FastaPtGapsMsa",(()=>d(["FW-PH-EYY","FYNRQWYV-","FKP-Q-SEY"],c.r2.FASTA,"SEQ.MSA","PT",20,!1))),(0,e.Bu)("FastaUn",(async()=>{await g(G("fastaUn"),"seq",c.r2.FASTA,"SEQ.MSA","UN",12,!0)})),(0,e.Bu)("FastaMsaDna1",(async()=>{await g(G("fastaMsaDna1"),"seq",c.r2.FASTA,"SEQ.MSA","DNA",4,!1)})),(0,e.Bu)("FastaMsaPt1",(async()=>{await g(G("fastaMsaPt1"),"seq",c.r2.FASTA,"SEQ.MSA","PT",20,!1)})),(0,e.Bu)("SepDna",(async()=>{await g(G("sepDna"),"seq",c.r2.SEPARATOR,"SEQ","DNA",4,!1,"*")})),(0,e.Bu)("SepRna",(async()=>{await g(G("sepRna"),"seq",c.r2.SEPARATOR,"SEQ","RNA",4,!1,"*")})),(0,e.Bu)("SepPt",(async()=>{await g(G("sepPt"),"seq",c.r2.SEPARATOR,"SEQ","PT",20,!1,"-")})),(0,e.Bu)("SepUn1",(async()=>{await g(G("sepUn1"),"seq",c.r2.SEPARATOR,"SEQ","UN",8,!0,"-")})),(0,e.Bu)("SepUn2",(async()=>{await g(G("sepUn2"),"seq",c.r2.SEPARATOR,"SEQ","UN",9,!0,"/")})),(0,e.Bu)("SepMsaN1",(async()=>{await g(G("sepMsaDna1"),"seq",c.r2.SEPARATOR,"SEQ.MSA","DNA",4,!1,"-")})),(0,e.Bu)("SepMsaUnWEmpty",(async()=>{await g(G("sepMsaUnWEmpty"),"seq",c.r2.SEPARATOR,"SEQ.MSA","UN",14,!0)})),(0,e.Bu)("SepComplex",(async()=>{await g(G("sepComplex"),"seq",c.r2.SEPARATOR,"SEQ","UN",18,!0)})),(0,e.Bu)("samplesFastaCsv",(async()=>{await f(R("fastaCsv"),{Sequence:new p(c.r2.FASTA,"SEQ","PT",20,!1)})})),(0,e.Bu)("samplesFastaFasta",(async()=>{await f(R("fastaFasta"),{sequence:new p(c.r2.FASTA,"SEQ","PT",20,!1)})})),(0,e.Bu)("samplesPeptidesComplex",(async()=>{await f(R("peptidesComplex"),{})})),(0,e.Bu)("samplesMsaComplex",(async()=>{await f(R("msaComplex"),{MSA:new p(c.r2.SEPARATOR,"SEQ.MSA","UN",161,!0,"/")})})),(0,e.Bu)("samplesIdCsv",(async()=>{await f(R("testIdCsv"),{})})),(0,e.Bu)("samplesSarSmallCsv",(async()=>{await f(R("testSmilesCsv"),{})})),(0,e.Bu)("samplesHelmCsv",(async()=>{await f(R("helmCsv"),{HELM:new p(c.r2.HELM,null,null,160,!0)})})),(0,e.Bu)("samplesTestHelmCsv",(async()=>{await f(R("testHelmCsv"),{"HELM string":new p(c.r2.HELM,null,null,9,!0)})})),(0,e.Bu)("samplesTestDemogCsv",(async()=>{await f(R("testDemogCsv"),{})})),(0,e.Bu)("samplesTestSmiles2Csv",(async()=>{await f(R("testSmiles2Csv"),{})})),(0,e.Bu)("samplesTestSmilesShort",(async()=>{await f(R("testSmilesShort"),{})})),(0,e.Bu)("samplesTestActivityCliffsNegativeSmiles",(async()=>{await f(R("testActivityCliffsCsv"),{})})),(0,e.Bu)("samplesFastaPtCsv",(async()=>{await f(R("fastaPtCsv"),{sequence:new p(c.r2.FASTA,"SEQ","PT",20,!1)})})),(0,e.Bu)("samplesTestCerealCsv",(async()=>{await f(R("testCerealCsv"),{})})),(0,e.Bu)("samplesTestUnichemSources",(async()=>{await f(R("testUnichemSources"),{})})),(0,e.Bu)("samplesTestDmvOffices",(async()=>{await f(R("testDmvOffices"),{})})),(0,e.Bu)("samplesTestAlertCollection",(async()=>{await f(R("testAlertCollection"),{})})),(0,e.Bu)("samplesTestSpgi",(async()=>{await f(R("testSpgi"),{})})),(0,e.Bu)("samplesTestSpgi100",(async()=>{await f(R("testSpgi100"),{})})),(0,e.Bu)("samplesTestUrl",(async()=>{await f(R("testUrl"),{})}))}));class p{constructor(t,e,s,n,i,o){this.units=t,this.aligned=e,this.alphabet=s,this.alphabetSize=n,this.alphabetIsMultichar=i,this.separator=o}}async function f(t,e){const s=await t(),n=[];for(const i of s.columns.names())if(i in e){const s=e[i];try{await g(t,i,s.units,s.aligned,s.alphabet,s.alphabetSize,s.alphabetIsMultichar,s.separator)}catch(t){const e=t.toString();n.push(`Positive col '${i}' failed: ${e}`)}}else try{await m(t,i)}catch(t){const e=t.toString();n.push(`Negative col '${i}' failed: ${e}`)}if(n.length>0)throw new Error(n.join("\n"))}(0,e.W3)("detectors:weak-and-likely",(()=>{const s={fastaDnaWeak1:"id,colName\n1,TTTTT\n2,TTTTT\n3,TTTTT\n4,TTTTT",fastaDnaWeak1LikelyName:"id,seq\n1,TTTTT\n2,TTTTT\n3,TTTTT\n4,TTTTT",fastaRnaWeak1:"id,colName\n1,UUUUU\n2,UUUUU\n3,UUUUU\n4,UUUUU",fastaRnaWeak1LikelyName:"id,seq\n1,UUUUU\n2,UUUUU\n3,UUUUU\n4,UUUUU",fastaPtWeak1:"id,colName\n1,SLSLSPGK\n2,SLSLSPGK\n3,SLSLSPGK\n4,SLSLSPGK",fastaPtWeak1LikelyName:"id,seq\n1,SLSLSPGK\n2,SLSLSPGK\n3,SLSLSPGK\n4,SLSLSPGK",fastaUn1:"id,colName\n1,word\n2,other\n3,some\n4,another",fastaUn1LikelyName:"id,seq\n1,word\n2,other\n3,some\n4,another",fastaUn2LikelyName:'protein\nBoombastic\nMegafantastic\n"just-a-random-thought,oy!"',fastaUnMsa1LikelyName:"id,seq\n1,word\n2,male\n3,bare\n4,core"},n=e=>async()=>{const n=s[e],i=t.DataFrame.fromCsv(n);return await a.data.detectSemanticTypes(i),i};(0,e.Bu)("fastaDnaWeak1",(async()=>{await m(n("fastaDnaWeak1"),"colName")})),(0,e.Bu)("fastaDnaWeak1LikelyName",(async()=>{await g(n("fastaDnaWeak1LikelyName"),"seq",c.r2.FASTA,"SEQ.MSA","DNA",4,!1)})),(0,e.Bu)("fastaRnaWeak1",(async()=>{await m(n("fastaRnaWeak1"),"colName")})),(0,e.Bu)("fastaRnaWeak1LikelyName",(async()=>{await g(n("fastaRnaWeak1LikelyName"),"seq",c.r2.FASTA,"SEQ.MSA","RNA",4,!1)})),(0,e.Bu)("fastaPtWeak1",(async()=>{await m(n("fastaPtWeak1"),"colName")})),(0,e.Bu)("fastaPtWeak1LikelyName",(async()=>{await g(n("fastaPtWeak1LikelyName"),"seq",c.r2.FASTA,"SEQ.MSA","PT",20,!1)})),(0,e.Bu)("fastaUn1",(async()=>{await m(n("fastaUn1"),"colName")})),(0,e.Bu)("fastaUn1LikelyName",(async()=>{await m(n("fastaUn1LikelyName"),"seq")})),(0,e.Bu)("fastaUn2LikelyName",(async()=>{await m(n("fastaUn2LikelyName"),"protein")})),(0,e.Bu)("fastaUnMsa1LikelyName",(async()=>{await m(n("fastaUnMsa1LikelyName"),"seq")}))})),(0,e.W3)("detectorsBenchmark",(()=>{let s;async function n(n,o,r,a,l,u){return await async function(n,m,d,g){const p=(()=>{const e=function(e,s,n,i,o){let r;switch(e){case c.r2.FASTA:r=t=>{let e="";for(let s=0;s<t.length;s++){const n=t[s];e+=1==n.length?n:`[${n}]`}return e};break;case c.r2.SEPARATOR:r=(t,e)=>t.join(e);break;default:throw new Error(`Not supported notation '${e}'.`)}const a=(t,e)=>{const s=new Array(e);for(let n=0;n<e;n++)s[n]=t[Math.floor(Math.random()*t.length)];return r(s,o)},l=Array(i);for(let t=0;t<i;t++)l[t]=a(s,n);return t.Column.fromStrings("seq",l)}(o,[...(0,c.gM)(r)],a,l,u),n=s.prepare({col:e});return i(n),n})(),f=Date.now(),y=await(async t=>i(t))(p),w=Date.now();(function(t,s){const n=h.Cn.getOrCreate(t);(0,e.l_)(t.semType===s.semType,!0),(0,e.l_)(n.notation===s.notation,!0),(0,e.l_)(n.alphabet===s.alphabet,!0),(0,e.l_)(n.separator===s.separator,!0)})(y,{semType:t.SEMTYPE.MACROMOLECULE,notation:o,alphabet:r,separator:u});const b=w-f;if(b>n){const t=`ET ${b} ms is more than max allowed ${n} ms.`;throw console.error(t),new Error(t)}return console.log(`ET ${b} ms is OK.`),b}(n)}function i(t){t.callSync();const e=t.getOutputParamValue(),s=t.inputs.col;return e&&(s.semType=e),s}(0,e.bb)((async()=>{const e=t.Func.find({package:"Bio",name:"detectMacromolecule"});s=e[0];const n=t.Column.fromStrings("seq",["ACGT","ACGT","ACGT"]);await s.prepare({col:n}).call()})),(0,e.Bu)("fastaDnaShorts50Few50",(async()=>{await n(10,c.r2.FASTA,"DNA",50,50)})),(0,e.Bu)("fastaDnaShorts50Many1E6",(async()=>{await n(20,c.r2.FASTA,"DNA",50,1e6)})),(0,e.Bu)("fastaDnaLong1e6Few50",(async()=>{await n(20,c.r2.FASTA,"DNA",1e6,50)})),(0,e.Bu)("separatorDnaShorts50Few50",(async()=>{await n(10,c.r2.SEPARATOR,"DNA",50,50,"/")})),(0,e.Bu)("separatorDnaShorts50Many1E6",(async()=>{await n(10,c.r2.SEPARATOR,"DNA",50,1e6,"/")})),(0,e.Bu)("separatorDnaLong1e6Few50",(async()=>{await n(10,c.r2.SEPARATOR,"DNA",1e6,50,"/")}))}));var y=s(6098),w=s(525);async function b(e){const s=await async function(t){return await ut.files.readAsText(t)}(e),n=t.DataFrame.fromCsv(s);return n.name=e.replace(".csv",""),n}async function T(t){const e=await b(t);return e.name=t.replace(".csv",""),a.shell.addTableView(e)}async function C(t=1e4){const s=await a.dapi.docker.dockerContainers.filter("bio").first();"started"!==s.status&&"checking"!==s.status&&await(0,e.gw)(t)}async function A(s,n){const i=t.DataFrame.fromCsv(s),o=t.DataFrame.fromCsv(n),r=i.getCol("seq"),l=await a.functions.call("Bio:detectMacromolecule",{col:r});l&&(r.semType=l);const c=o.getCol("seq"),h=await(0,y.U)(r,!0);(0,e.f6)(h.toList(),c.toList())}async function S(s,n,i,o,r,l){const c=t.DataFrame.fromCsv(s),h=t.DataFrame.fromCsv(n),u=c.getCol("seq"),m=h.getCol("seq"),d=c.getCol("seq"),g=await a.functions.call("Bio:detectMacromolecule",{col:d});g&&(d.semType=g),await a.data.detectSemanticTypes(c),(0,e.l_)(u.semType,t.SEMTYPE.MACROMOLECULE),(0,e.l_)(u.getTag(t.TAGS.UNITS),i),r&&(0,e.l_)(u.getTag("alphabet"),r);const p=await(0,w.K)({col:u,pepsea:{method:l}});(0,e.l_)(p.semType,t.SEMTYPE.MACROMOLECULE),(0,e.l_)(p.getTag(t.TAGS.UNITS),o),(0,e.l_)(p.getTag("aligned"),"SEQ.MSA"),r&&(0,e.l_)(p.getTag("alphabet"),r),(0,e.f6)(p.toList(),m.toList())}(0,e.W3)("MSA",(async()=>{(0,e.Bu)("isCorrect",(async()=>{await A("seq\nFWRWYVKHP\nYNRWYVKHP\nMWRSWYCKHP","seq\nFWR-WYVKHP\nYNR-WYVKHP\nMWRSWYCKHP")})),(0,e.Bu)("isCorrectLong",(async()=>{await A("seq\nFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHPFWRWYVKHP\nYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHPYNRWYVKHP\nMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHP","seq\nFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHPFWR-WYVKHP\nYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHPYNR-WYVKHP\nMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHPMWRSWYCKHP")})),(0,e.Bu)("isCorrectHelm",(async()=>{await C(),await S("seq\n PEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2}$$$$\n PEPTIDE1{meI.Aca.N.T.dE.Thr_PO3H2}$$$$\n PEPTIDE1{hHis.Aca.N.T.dE.Thr_PO3H2}$$$$","seq\n meI.hHis.Aca.N.T.dE.Thr_PO3H2\n .meI.Aca.N.T.dE.Thr_PO3H2\n .hHis.Aca.N.T.dE.Thr_PO3H2",c.r2.HELM,c.r2.SEPARATOR,void 0,"mafft")}),{skipReason:"GROK-13221"}),(0,e.Bu)("isCorrectHelmLong",(async()=>{await C(),await S("seq\n PEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.dV.E.N.D-Orn.D-aThr.Phe_4Me.Thr_PO3H2}$$$$\n PEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Tyr_PO3H2.D-Chg.dV.Phe_ab-dehydro.N.D-Orn.D-aThr.Phe_4Me}$$$$\n PEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Tyr_PO3H2.D-Chg.dV.Thr_PO3H2.N.D-Orn.D-aThr.Phe_4Me}$$$$","seq\n meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.dV.E.N.D-Orn.D-aThr.Phe_4Me.Thr_PO3H2\n meI.hHis.Aca.Cys_SEt.T.dK..Tyr_PO3H2.D-Chg.dV.Phe_ab-dehydro.N.D-Orn.D-aThr.Phe_4Me.\n Lys_Boc.hHis.Aca.Cys_SEt.T.dK..Tyr_PO3H2.D-Chg.dV.Thr_PO3H2.N.D-Orn.D-aThr.Phe_4Me.",c.r2.HELM,c.r2.SEPARATOR,void 0,"mafft")}),{skipReason:"GROK-13221"}),(0,e.Bu)("isCorrectSeparator",(async()=>{await S("seq\n F-W-P-H-E-Y\n Y-N-R-Q-W-Y-V\n M-K-P-S-E-Y-V","seq\n FWPHEY-\n YNRQWYV\n MKPSEYV",c.r2.SEPARATOR,c.r2.FASTA,"PT")})),(0,e.Bu)("isCorrectSeparatorLong",(async()=>{await S("seq\n M-I-E-V-F-L-F-G-I-V-L-G-L-I-P-I-T-L-A-G-L-F-V-T-A-Y-L-Q-Y-R-R-G-D-Q-L-D-L\n M-M-E-L-V-L-K-T-I-I-G-P-I-V-V-G-V-V-L-R-I-V-D-K-W-L-N-K-D-K\n M-D-R-T-D-E-V-S-N-H-T-H-D-K-P-T-L-T-W-F-E-E-I-F-E-E-Y-H-S-P-F-H-N","seq\n MIEV-FLFGIVLGLIPITLAGLFVTAYLQYRRGDQLDL\n MMEL-VLKTII-GPIVVGVVLRIVDKWLNKDK------\n MDRTDEVSNHTHDKPTLTWFEEIFEEYHSPFHN-----",c.r2.SEPARATOR,c.r2.FASTA,"PT")}))}));var E=s(3553),M=s(9416);async function v(t,s){const n=(0,c.kB)(t);console.debug(`Bio: tests: splitters: src=${JSON.stringify(t)}, res=${JSON.stringify(n)} .`),(0,e.f6)(n,s)}async function N(t,s){const n=(0,c.gP)(t);console.debug(`Bio: tests: splitters: src=${JSON.stringify(t)}, res=${JSON.stringify(n)} .`),(0,e.f6)(n,s)}(0,e.W3)("splitters",(async()=>{(0,e.bb)((async()=>{})),(0,e.X5)((async()=>{}));const s=["M[MeI]YKETLL[MeF]PKTDFPMRGGL[MeA]",["M","MeI","Y","K","E","T","L","L","MeF","P","K","T","D","F","P","M","R","G","G","L","MeA"]],n=["[meI][Pip][dK][Thr_PO3H2][L-hArg(Et,Et)][D-Tyr_Et][Tyr_ab-dehydroMe][dV]EN[D-Orn][D-aThr][Phe_4Me]",["meI","Pip","dK","Thr_PO3H2","L-hArg(Et,Et)","D-Tyr_Et","Tyr_ab-dehydroMe","dV","E","N","D-Orn","D-aThr","Phe_4Me"]],i=["PEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.Tyr_ab-dehydroMe.dV.E.N.D-Orn.D-aThr.Phe_4Me}$$$",["meI","hHis","Aca","N","T","dE","Thr_PO3H2","Aca","D-Tyr_Et","Tyr_ab-dehydroMe","dV","E","N","D-Orn","D-aThr","Phe_4Me"]],o=["PEPTIDE1{meI.hHis.Aca.N.T.dK.Thr_PO3H2.Aca.D-Tyr_Et.D-Dap.dV.E.N.pnG.Phe_4Me}$$$",["meI","hHis","Aca","N","T","dK","Thr_PO3H2","Aca","D-Tyr_Et","D-Dap","dV","E","N","pnG","Phe_4Me"]],r=["PEPTIDE1{[meI].[hHis].[Aca].N.T.[dK].[Thr_PO3H2].[Aca].[D-Tyr_Et].[D-Dap].[dV].E.N.[pnG].[Phe_4Me]}$$$",["meI","hHis","Aca","N","T","dK","Thr_PO3H2","Aca","D-Tyr_Et","D-Dap","dV","E","N","pnG","Phe_4Me"]],c=["RNA1{R(U)P.R(T)P.R(G)P.R(C)P.R(A)}$$$$",["R(U)P","R(T)P","R(G)P","R(C)P","R(A)"]],h=["RNA1{P.R(U)P.R(T)}$$$$",["P","R(U)P","R(T)"]],u=["RNA1{P.R(U).P.R(T)}$$$$",["P","R(U)","P","R(T)"]];(0,e.Bu)("fastaMulti",(async()=>{await v(s[0],s[1])})),(0,e.Bu)("fastaFromHelm",(async()=>{await v(n[0],n[1])})),(0,e.Bu)("helm1",(async()=>{await N(i[0],i[1])})),(0,e.Bu)("helm2",(async()=>{await N(o[0],o[1])})),(0,e.Bu)("helm3-multichar",(async()=>{await N(r[0],r[1])})),(0,e.Bu)("testHelm1",(async()=>{await N(c[0],c[1])})),(0,e.Bu)("testHelm2",(async()=>{await N(h[0],h[1])})),(0,e.Bu)("testHelm3",(async()=>{await N(u[0],u[1])})),(0,e.Bu)("splitToMonomers",(async()=>{const t=await a.dapi.files.readCsv("System:AppData/Bio/samples/MSA.csv"),s=t.getCol("MSA"),n=await a.functions.call("Bio:detectMacromolecule",{col:s});n&&(s.semType=n),s.setTag("aligned",E.mU);const i=await(0,M.n)(t,s);(0,e.l_)(i.columns.names().includes("17"),!0),await a.data.detectSemanticTypes(i);const o=a.shell.addTableView(i);await(0,e.ow)((()=>o.grid.dataFrame!=t),"View grid has wrong data frame",100)})),(0,e.Bu)("getHelmMonomers",(async()=>{const e=t.DataFrame.fromCsv("HELM,Activity\nPEPTIDE1{hHis.N.T}$$$,5.30751\nPEPTIDE1{hHis.Aca.Cys_SEt}$$$,5.72388\n");await a.data.detectSemanticTypes(e);const s=["hHis","Aca","Cys_SEt","N","T"],n=e.getCol("HELM"),i=(0,l.getHelmMonomers)(n),o=s.filter((t=>!i.includes(t))),r=i.filter((t=>!s.includes(t)));if(o.length>0||r.length){const t=[];throw o.length>0&&t.push(`Missed monomers ${JSON.stringify(o)}.`),r.length>0&&t.push(`Unexpected monomers ${JSON.stringify(r)}.`),new Error(t.join(" "))}}))}));var L=s(7228),_=s(1345);(0,e.W3)("monomerLibraries",(()=>{let t,s=null;(0,e.bb)((async()=>{t=await(0,L.JN)(),s=await a.dapi.userDataStorage.get(_.RV,!0)})),(0,e.X5)((async()=>{await a.dapi.userDataStorage.put(_.RV,s,!0)})),(0,e.Bu)("default",(async()=>{await a.dapi.userDataStorage.put(_.RV,{},!0),await t.loadLibraries(!0);const s=t.getBioLib();(0,e.l_)(s.getPolymerTypes().length>0,!0)})),(0,e.Bu)("empty",(async()=>{const s=await(0,_.nW)(),n=await(0,_.P4)();s.exclude=n,await(0,_.QD)(s),await t.loadLibraries(!0);const i=t.getBioLib();(0,e.l_)(0===i.getPolymerTypes().length,!0),i.getMonomerMolsByPolymerType("PEPTIDE")}))}));var I=s(3336),P=s.n(I),x=s(4004);function R(){const e=[];return e.push(t.Column.fromList("string","MSA",new Array(10**6).fill("meI/hHis/Aca/N/T/dE/Thr_PO3H2/Aca/D-Tyr_Et/Tyr_ab-dehydroMe/dV/E/N/D-Orn/D-aThr//Phe_4Me"))),e.push(t.Column.fromList("string","Activity",new Array(10**6).fill("5.30751"))),e}function O(){const e=[],s="meI/hHis/Aca/N/T/dE/Thr_PO3H2/Aca/D-Tyr_Et/Tyr_ab-dehydroMe/dV/E/N/D-Orn/D-aThr".repeat(10**5);return e.push(t.Column.fromList("string","MSA",new Array(100).fill(s))),e.push(t.Column.fromList("string","Activity",new Array(100).fill("7.30751"))),e}async function G(s,n){const i=s(),o=t.DataFrame.fromColumns(i);await a.data.detectSemanticTypes(o);const r=Date.now(),l=(o.columns.byName("MSA"),a.shell.addTableView(o));await(0,e.ow)((()=>l.grid.dataFrame!==o),"View grid has wrong data frame ",100);const c=Date.now()-r;console.log(`Performance test: ${n}: ${c}ms`)}(0,e.W3)("renderers",(()=>{(0,e.Bu)("long sequence performance ",(async()=>{await G(O,"Long sequences")})),(0,e.Bu)("many sequence performance",(async()=>{await G(R,"Many sequences")})),(0,e.Bu)("many sequence performance",(async()=>{await G(R,"Many sequences")})),(0,e.Bu)("rendererMacromoleculeFasta",(async()=>{await async function(){const s=await a.dapi.files.readAsText("System:AppData/Bio/samples/FASTA.csv"),n=t.DataFrame.fromCsv(s),i=n.getCol("Sequence"),o=await a.functions.call("Bio:detectMacromolecule",{col:i});o&&(i.semType=o);const r=a.shell.addTableView(n);await a.data.detectSemanticTypes(n),await(0,e.ow)((()=>r.grid.dataFrame!=n),"View grid has wrong data frame",100);const l=i.getTag(t.TAGS.CELL_RENDERER);(0,e.l_)(l,"sequence")}()})),(0,e.Bu)("rendererMacromoleculeSeparator",(async()=>{await async function(){const s=await a.dapi.files.readAsText("System:AppData/Bio/data/sample_SEPARATOR_PT.csv"),n=t.DataFrame.fromCsv(s),i=n.getCol("sequence"),o=await a.functions.call("Bio:detectMacromolecule",{col:i});o&&(i.semType=o);const r=a.shell.addTableView(n);await a.data.detectSemanticTypes(n),await(0,e.ow)((()=>r.grid.dataFrame!=n),"View grid has wrong data frame",100);const l=i.getTag(t.TAGS.CELL_RENDERER);(0,e.l_)(l,"sequence")}()})),(0,e.Bu)("rendererMacromoleculeDifference",(async()=>{await async function(){const s=t.Column.fromStrings("SequencesDiff",["meI/hHis/Aca/N/T/dK/Thr_PO3H2/Aca#D-Tyr_Et/Tyr_ab-dehydroMe/meN/E/N/dV"]);s.setTag(t.TAGS.UNITS,c.r2.SEPARATOR),s.setTag("separator","/"),s.setTag("aligned","SEQ"),s.setTag("alphabet","UN"),s.setTag(".alphabetIsMultichar","true"),s.semType=E.Of.MACROMOLECULE_DIFFERENCE;const n=t.DataFrame.fromColumns([s]),i=a.shell.addTableView(n);await a.data.detectSemanticTypes(n),await(0,e.ow)((()=>i.grid.dataFrame!=n),"View grid has wrong data frame",100);const o=s.getTag(t.TAGS.CELL_RENDERER);(0,e.l_)(o,E.Of.MACROMOLECULE_DIFFERENCE)}()})),(0,e.Bu)("afterMsa",(async()=>{await async function(){const s=await a.dapi.files.readAsText("System:AppData/Bio/data/sample_FASTA.fasta"),n=(0,l.importFasta)(s)[0],i=n.getCol("sequence"),o=await a.functions.call("Bio:detectMacromolecule",{col:i});o&&(i.semType=o);const r=a.shell.addTableView(n);await a.data.detectSemanticTypes(n),console.log("Bio: tests/renderers/afterMsa, table view"),await(0,e.ow)((()=>r.grid.dataFrame!=n),"View grid has wrong data frame",100),console.log(`Bio: tests/renderers/afterMsa, src before test semType="${i.semType}", units="${i.getTag(t.TAGS.UNITS)}", cell.renderer="${i.getTag(t.TAGS.CELL_RENDERER)}"`),(0,e.l_)(i.semType,t.SEMTYPE.MACROMOLECULE),(0,e.l_)(i.getTag(t.TAGS.UNITS),c.r2.FASTA),(0,e.l_)(i.getTag("aligned"),"SEQ"),(0,e.l_)(i.getTag("alphabet"),"PT"),(0,e.l_)(i.getTag(t.TAGS.CELL_RENDERER),"sequence");const u=await(0,w.K)({col:i});r.grid.invalidate(),await(0,e.ow)((()=>r.grid.dataFrame!=n),"View grid has wrong data frame",100),(0,e.l_)(u.semType,t.SEMTYPE.MACROMOLECULE),(0,e.l_)(u.getTag(t.TAGS.UNITS),c.r2.FASTA),(0,e.l_)(u.getTag("aligned"),"SEQ.MSA"),(0,e.l_)(u.getTag("alphabet"),"PT"),(0,e.l_)(u.getTag(t.TAGS.CELL_RENDERER),"sequence"),h.Cn.getOrCreate(u)}()})),(0,e.Bu)("afterConvert",(async()=>{await async function(){const s=await a.dapi.files.readAsText("System:AppData/Bio/data/sample_FASTA_PT.csv"),n=t.DataFrame.fromCsv(s),i=n.col("sequence"),o=await a.functions.call("Bio:detectMacromolecule",{col:i});o&&(i.semType=o);const r=a.shell.addTableView(n);await a.data.detectSemanticTypes(n);const l=await(0,x.o)(i,c.r2.SEPARATOR,"/");await(0,e.ow)((()=>r.grid.dataFrame!=n),"View grid has wrong data frame",100);const u=l.getTag(t.TAGS.CELL_RENDERER);(0,e.l_)(u,"sequence"),h.Cn.getOrCreate(l)}()})),(0,e.Bu)("selectRendererBySemType",(async()=>{await async function(){const s=t.Column.fromStrings("SequencesDiff",["meI/hHis/Aca/N/T/dK/Thr_PO3H2/Aca#D-Tyr_Et/Tyr_ab-dehydroMe/meN/E/N/dV"]);s.setTag(t.TAGS.UNITS,c.r2.SEPARATOR),s.setTag("separator","/"),s.setTag("aligned","SEQ"),s.setTag("alphabet","UN"),s.setTag(".alphabetIsMultichar","true"),s.semType=E.Of.MACROMOLECULE_DIFFERENCE;const n=t.DataFrame.fromColumns([s]);a.shell.addTableView(n),await(0,e.gw)(100);const i=s.getTag(t.TAGS.CELL_RENDERER);if("MacromoleculeDifference"!==i)throw new Error(`Units 'separator', separator '/' and semType 'MacromoleculeDifference' have been manually set on column but after df was added as table, view renderer has set to '${i}' instead of correct 'MacromoleculeDifference'.`)}()})),(0,e.Bu)("setRendererManuallyBeforeAddColumn",(async()=>{await async function(){const s=t.Column.fromStrings("SequencesDiff",["meI/hHis/Aca/N/T/dK/Thr_PO3H2/Aca#D-Tyr_Et/Tyr_ab-dehydroMe/meN/E/N/dV"]);s.setTag(t.TAGS.UNITS,c.r2.SEPARATOR),s.setTag("separator","/"),s.setTag("aligned","SEQ"),s.setTag("alphabet","UN"),s.setTag(".alphabetIsMultichar","true"),s.semType=t.SEMTYPE.MACROMOLECULE;const n="MacromoleculeDifference";s.setTag(t.TAGS.CELL_RENDERER,n);const i=t.DataFrame.fromColumns([s]);await a.data.detectSemanticTypes(i),a.shell.addTableView(i),await(0,e.ow)((()=>null!==document.querySelector("canvas")),"cannot load table",3e3);const o=s.getTag(t.TAGS.CELL_RENDERER);if(o!==n)throw new Error(`Tag 'cell.renderer' has been manually set to '${n}' for column but after df was added as table, tag 'cell.renderer' has reset to '${o}' instead of manual '${n}'.`)}()}),{skipReason:"GROK-11212"}),(0,e.Bu)("setRendererManuallyAfterAddColumn",(async()=>{await async function(){const s=t.Column.fromStrings("SequencesDiff",["meI/hHis/Aca/N/T/dK/Thr_PO3H2/Aca#D-Tyr_Et/Tyr_ab-dehydroMe/meN/E/N/dV"]);s.setTag(t.TAGS.UNITS,c.r2.SEPARATOR),s.setTag("separator","/"),s.setTag("aligned","SEQ"),s.setTag("alphabet","UN"),s.setTag(".alphabetIsMultichar","true"),s.semType=t.SEMTYPE.MACROMOLECULE;const n="MacromoleculeDifference",i=t.DataFrame.fromColumns([s]);await a.data.detectSemanticTypes(i);const o=a.shell.addTableView(i);await(0,e.ow)((()=>P()(o.root).find(".d4-grid canvas").length>0),"View grid canvas not found",200),s.setTag(t.TAGS.CELL_RENDERER,n),await(0,e.ow)((()=>P()(o.root).find(".d4-grid canvas").length>0),"View grid canvas not found",200);const r=s.getTag(t.TAGS.CELL_RENDERER);if(r!==n)throw new Error(`Tag 'cell.renderer' has been manually set to '${n}' for column but after df was added as table, tag 'cell.renderer' has reset to '${r}' instead of manual '${n}'.`)}()}),{skipReason:"GROK-11212"})}));var F=s(6414),D=s.n(F),H=s(9611);(0,e.W3)("renderers: monomerPlacer",(()=>{const s={splitter:{csv:"id,seq\nid1,m1-M-m3-mon4-mon5-N-T-MON8-N9\nid2,m1-mon2-m3-mon4-mon5-Num-MON8-N9\nid3,mon1-M-mon3-mon4-mon5-MON8-N9\n",testList:[{src:{row:0,x:-1},tgt:{pos:null}},{src:{row:1,x:0},tgt:{pos:null}},{src:{row:1,x:5},tgt:{pos:0}},{src:{row:1,x:6},tgt:{pos:0}},{src:{row:1,x:26},tgt:{pos:1}},{src:{row:1,x:160},tgt:{pos:6}},{src:{row:1,x:185},tgt:{pos:7}},{src:{row:2,x:140},tgt:{pos:5}},{src:{row:2,x:145},tgt:{pos:5}}]},splitterMsa:{csv:"id,seq\nid1,m1-M-m3-mon4-mon5-N-T-MON8-N9\nid2,m1-mon2-m3-mon4-mon5-Num--MON8-N9\nid3,\nid4,mon1-M-mon3-mon4-mon5---MON8-N9\n",testList:[{src:{row:0,x:-1},tgt:{pos:null}},{src:{row:1,x:0},tgt:{pos:null}},{src:{row:1,x:1},tgt:{pos:null}},{src:{row:1,x:4},tgt:{pos:null}},{src:{row:1,x:5},tgt:{pos:0}},{src:{row:1,x:37},tgt:{pos:0}},{src:{row:1,x:38},tgt:{pos:1}},{src:{row:1,x:170},tgt:{pos:4}},{src:{row:1,x:200},tgt:{pos:5}},{src:{row:2,x:20},tgt:{pos:null}},{src:{row:3,x:170},tgt:{pos:4}},{src:{row:3,x:200},tgt:{pos:5}},{src:{row:3,x:282},tgt:{pos:null}}]},fastaMsa:{csv:"id,seq\nid1,QQYNIYPLT\nid2,QQWSSFPYT\nid3,\nid3,QHIRE--LT\n",testList:[{src:{row:1,x:-1},tgt:{pos:null}},{src:{row:1,x:0},tgt:{pos:null}},{src:{row:1,x:1},tgt:{pos:null}},{src:{row:1,x:19},tgt:{pos:0}},{src:{row:1,x:170},tgt:{pos:8}},{src:{row:1,x:171},tgt:{pos:8}},{src:{row:2,x:5},tgt:{pos:null}},{src:{row:3,x:170},tgt:{pos:8}},{src:{row:3,x:181},tgt:{pos:null}}]}};for(const[n,i]of Object.entries(s))(0,e.Bu)(`getPosition-${n}`,(async()=>{const e=t.DataFrame.fromCsv(i.csv);await a.data.detectSemanticTypes(e);const s=e.getCol("seq"),n=new H.A(null,s,(()=>({unitsHandler:h.Cn.getOrCreate(s),monomerCharWidth:7,separatorWidth:12,monomerToShort:c.GU,monomerLengthLimit:3}))),o=i.testList;for(let t=0;t<s.length;++t)n.getCellMonomerLengths(t);const r=[];for(const[t,e]of D().enumerate(o)){const e={pos:n.getPosition(t.src.row,t.src.x)};t.tgt.pos!=e.pos&&r.push(`Test src ${JSON.stringify(t.src)} expected tgt ${JSON.stringify(t.tgt)}, but get ${JSON.stringify({res:e})}`)}if(r.length>0)throw new Error("Test failed error(s):\n"+r.join(", n"))}))})),(0,e.W3)("converters",(()=>{let s;!function(t){t.fastaPt="fastaPt",t.separatorPt="separatorPt",t.helmPt="helmPt",t.fastaDna="fastaDna",t.separatorDna="separatorDna",t.helmDna="helmDna",t.fastaRna="fastaRna",t.separatorRna="separatorRna",t.helmRna="helmRna",t.fastaGaps="fastaGaps",t.separatorGaps="separatorGaps",t.helmGaps="helmGaps",t.fastaUn="fastaUn",t.separatorUn="separatorUn",t.helmUn="helmUn",t.helmLoneDeoxyribose="helmLoneDeoxyribose",t.helmLoneRibose="helmLoneRibose",t.helmLonePhosphorus="helmLonePhosphorus",t.fastaLoneDeoxyribose="fastaLoneDeoxyribose",t.fastaLoneRibose="fastaLoneRibose",t.fastaLonePhosphorus="fastaLonePhosphorus"}(s||(s={}));const n={fastaPt:"seq\nFWPHEY\nYNRQWYV\nMKPSEYV",separatorPt:"seq\nF-W-P-H-E-Y\nY-N-R-Q-W-Y-V\nM-K-P-S-E-Y-V",helmPt:"seq\nPEPTIDE1{F.W.P.H.E.Y}$$$$\nPEPTIDE1{Y.N.R.Q.W.Y.V}$$$$\nPEPTIDE1{M.K.P.S.E.Y.V}$$$$",fastaDna:"seq\nACGTC\nCAGTGT\nTTCAAC",separatorDna:"seq\nA/C/G/T/C\nC/A/G/T/G/T\nT/T/C/A/A/C",helmDna:"seq\nRNA1{d(A)p.d(C)p.d(G)p.d(T)p.d(C)p}$$$$\nRNA1{d(C)p.d(A)p.d(G)p.d(T)p.d(G)p.d(T)p}$$$$\nRNA1{d(T)p.d(T)p.d(C)p.d(A)p.d(A)p.d(C)p}$$$$",fastaRna:"seq\nACGUC\nCAGUGU\nUUCAAC",separatorRna:"seq\nA*C*G*U*C\nC*A*G*U*G*U\nU*U*C*A*A*C",helmRna:"seq\nRNA1{r(A)p.r(C)p.r(G)p.r(U)p.r(C)p}$$$$\nRNA1{r(C)p.r(A)p.r(G)p.r(U)p.r(G)p.r(U)p}$$$$\nRNA1{r(U)p.r(U)p.r(C)p.r(A)p.r(A)p.r(C)p}$$$$",fastaGaps:"seq\nFW-PH-EYY\nFYNRQWYV-\nFKP-Q-SEYV",separatorGaps:"seq\nF/W//P/H//E/Y/Y\nF/Y/N/R/Q/W/Y/V/\nF/K/P//Q//S/E/Y/V",helmGaps:"seq\nPEPTIDE1{F.W.*.P.H.*.E.Y.Y}$$$$\nPEPTIDE1{F.Y.N.R.Q.W.Y.V.*}$$$$\nPEPTIDE1{F.K.P.*.Q.*.S.E.Y.V}$$$$",fastaUn:"seq\n[meI][hHis][Aca]NT[dE][Thr_PO3H2][Aca]D\n[meI][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2]\n[Lys_Boc][hHis][Aca][Cys_SEt]T[dK][Thr_PO3H2][Aca][Tyr_PO3H2]",separatorUn:"seq\nmeI-hHis-Aca-N-T-dE-Thr_PO3H2-Aca-D\nmeI-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2\nLys_Boc-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2",helmUn:"seq\nPEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2}$$$$\nPEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2}$$$$",helmLoneDeoxyribose:"seq\nRNA1{d(A).d(C).d(G).d(T).d(C)}$$$$\nRNA1{d(C).d(A).d(G).d(T).d(G).d(T)p}$$$$\nRNA1{d(T).d(T).d(C).d(A).d(A).d(C)p}$$$$",helmLoneRibose:"seq\nRNA1{r(A).r(C).r(G).r(U).r(C)}$$$$\nRNA1{r(C).r(A).r(G).r(U).r(G).r(U)p}$$$$\nRNA1{r(U).r(U).r(C).r(A).r(A).r(C)p}$$$$",helmLonePhosphorus:"seq\nRNA1{p.p.r(A)p.r(C)p.r(G)p.r(U)p.r(C)p}$$$$\nRNA1{p.p.r(C)p.r(A)p.p.r(G)p.r(U)p.r(G)p.r(U)p}$$$$\nRNA1{p.r(U)p.r(U)p.r(C)p.r(A)p.r(A)p.r(C)p.p.p}$$$$"};async function i(e){const s=n[e],i=t.DataFrame.fromCsv(s);return await a.data.detectSemanticTypes(i),i}function o(s,n){if(s===c.r2.SEPARATOR&&!n)throw new Error(`Argument 'separator' is mandatory for target notation '${s.toString()}'.`);return function(i){const o=h.Cn.getOrCreate(i).convert(s,n);return(0,e.l_)(o.getTag(t.TAGS.UNITS),s),o}}async function r(t,s,n){const o=s((await i(t)).getCol("seq")),r=(await i(n)).getCol("seq");(0,e.f6)(o.toList(),r.toList()),h.Cn.getOrCreate(o)}(0,e.Bu)("testFastaPtToSeparator",(async()=>{await r(s.fastaPt,o(c.r2.SEPARATOR,"-"),s.separatorPt)})),(0,e.Bu)("testFastaDnaToSeparator",(async()=>{await r(s.fastaDna,o(c.r2.SEPARATOR,"/"),s.separatorDna)})),(0,e.Bu)("testFastaRnaToSeparator",(async()=>{await r(s.fastaRna,o(c.r2.SEPARATOR,"*"),s.separatorRna)})),(0,e.Bu)("testFastaGapsToSeparator",(async()=>{await r(s.fastaGaps,o(c.r2.SEPARATOR,"/"),s.separatorGaps)})),(0,e.Bu)("testFastaUnToSeparator",(async()=>{await r(s.fastaUn,o(c.r2.SEPARATOR,"-"),s.separatorUn)})),(0,e.Bu)("testFastaPtToHelm",(async()=>{await r(s.fastaPt,o(c.r2.HELM),s.helmPt)})),(0,e.Bu)("testFastaDnaToHelm",(async()=>{await r(s.fastaDna,o(c.r2.HELM),s.helmDna)})),(0,e.Bu)("testFastaRnaToHelm",(async()=>{await r(s.fastaRna,o(c.r2.HELM),s.helmRna)})),(0,e.Bu)("testFastaGapsToHelm",(async()=>{await r(s.fastaGaps,o(c.r2.HELM),s.helmGaps)})),(0,e.Bu)("testSeparatorPtToFasta",(async()=>{await r(s.separatorPt,o(c.r2.FASTA),s.fastaPt)})),(0,e.Bu)("testSeparatorDnaToFasta",(async()=>{await r(s.separatorDna,o(c.r2.FASTA),s.fastaDna)})),(0,e.Bu)("testSeparatorRnaToFasta",(async()=>{await r(s.separatorRna,o(c.r2.FASTA),s.fastaRna)})),(0,e.Bu)("testSeparatorGapsToFasta",(async()=>{await r(s.separatorGaps,o(c.r2.FASTA),s.fastaGaps)})),(0,e.Bu)("testSeparatorUnToFasta",(async()=>{await r(s.separatorUn,o(c.r2.FASTA),s.fastaUn)})),(0,e.Bu)("testSeparatorPtToHelm",(async()=>{await r(s.separatorPt,o(c.r2.HELM),s.helmPt)})),(0,e.Bu)("testSeparatorDnaToHelm",(async()=>{await r(s.separatorDna,o(c.r2.HELM),s.helmDna)})),(0,e.Bu)("testSeparatorRnaToHelm",(async()=>{await r(s.separatorRna,o(c.r2.HELM),s.helmRna)})),(0,e.Bu)("testSeparatorGapsToHelm",(async()=>{await r(s.separatorGaps,o(c.r2.HELM),s.helmGaps)})),(0,e.Bu)("testHelmDnaToFasta",(async()=>{await r(s.helmDna,o(c.r2.FASTA),s.fastaDna)})),(0,e.Bu)("testHelmRnaToFasta",(async()=>{await r(s.helmRna,o(c.r2.FASTA),s.fastaRna)})),(0,e.Bu)("testHelmPtToFasta",(async()=>{await r(s.helmPt,o(c.r2.FASTA),s.fastaPt)})),(0,e.Bu)("testHelmUnToFasta",(async()=>{await r(s.helmUn,o(c.r2.FASTA),s.fastaUn)})),(0,e.Bu)("testHelmDnaToSeparator",(async()=>{await r(s.helmDna,o(c.r2.SEPARATOR,"/"),s.separatorDna)})),(0,e.Bu)("testHelmRnaToSeparator",(async()=>{await r(s.helmRna,o(c.r2.SEPARATOR,"*"),s.separatorRna)})),(0,e.Bu)("testHelmPtToSeparator",(async()=>{await r(s.helmPt,o(c.r2.SEPARATOR,"-"),s.separatorPt)})),(0,e.Bu)("testHelmUnToSeparator",(async()=>{await r(s.helmUn,o(c.r2.SEPARATOR,"-"),s.separatorUn)})),(0,e.Bu)("testHelmLoneRibose",(async()=>{await r(s.helmLoneRibose,o(c.r2.FASTA),s.fastaRna)})),(0,e.Bu)("testHelmLoneDeoxyribose",(async()=>{await r(s.helmLoneDeoxyribose,o(c.r2.SEPARATOR,"/"),s.separatorDna)})),(0,e.Bu)("testHelmLonePhosphorus",(async()=>{await r(s.helmLonePhosphorus,o(c.r2.FASTA),s.fastaRna)}))}));var W=s(5226);(0,e.W3)("fastaFileHandler",(()=>{const s=["description:1","description:2","description:3","description:4"],n=(t.Column.fromStrings("description",s),["MDYKETLLMPKTDFPMRGGLPNKEPQIQEKW","MIEVFLFGIVLGLIPITLAGLFVTAYLQYRRGDQLDL","MMELVLKTIIGPIVVGVVLRIVDKWLNKDK","MDRTDEVSNHTHDKPTLTWFEEIFEEYHSPFHN"]);function i(t){const i=new W.i(t),o=i.descriptionsArray,r=i.sequencesArray;(0,e.f6)([o,r],[s,n])}(0,e.Bu)("testNormalFormatting",(async()=>{i(">description:1\nMDYKETLLMPKTDFPMRGGLPNKEPQIQEKW\n\n>description:2\nMIEVFLFGIVLGLIPITLAGLFVTAYLQYRRGDQLDL\n\n>description:3\nMMELVLKTIIGPIVVGVVLRIVDKWLNKDK\n\n>description:4\nMDRTDEVSNHTHDKPTLTWFEEIFEEYHSPFHN\n")})),(0,e.Bu)("testExtraSpaces",(async()=>{i(">description:1\n MDYKETLLMPKTDFPMRGGLPNKEPQIQEKW\n\n>description:2\nMI EVF LFGIVLGLI PITLAGLFVTAY LQYRRGDQLDL\n\n>description:3\nM MELVLKTI IGPI VVGVVLR IVDKWLNKDK\n\n>description:4\nMDR TDEVSNHTHDKP TLTWFEEIFEEYHSPFHN\n ")})),(0,e.Bu)("testExtraNewlines",(async()=>{i(">description:1\n\nMDYKETLLMPKTDFPMRGGLPNKEPQIQEKW\n\n>description:2\nMIEVF\nLFGIVLGLI\nPITLAGLFVTA\nYLQYRRGDQLDL\n\n>description:3\nM\nME\n\nLVLKTIIG\n\nPIVVGVVLRI\nVDKWLNKDK\n\n\n>description:4\n\nMDRT\n\nDEVSNHTHDKP\n\nTLTWFEEIFEE\n\n\n\nYHSPFHN\n")}))}));var k=s(9943);(0,e.W3)("fastaExport",(()=>{let s;!function(t){t.single="single",t.multi="multi"}(s||(s={}));const n={[s.single]:{src:"MDYKETLLMPKTDFPMRGGLP",tgt:["MDYKETLLMP","KTDFPMRGGL","P"]},[s.multi]:{src:"M[MeI]YKETLL[MeF]PKTDFPMRGGL[MeA]",tgt:["M[MeI]YKETLL[MeF]P","KTDFPMRGGL","[MeA]"]}};let i;!function(t){t.test1="test1",t.test2="test2"}(i||(i={}));const o={[i.test1]:{srcCsv:"id,seq\n1,MDYKETLLMP\n2,KTDFPMRGGL\n3,P",idCols:["id"],seqCol:"seq",lineWidth:10,tgtFasta:">1\nMDYKETLLMP\n>2\nKTDFPMRGGL\n>3\nP\n"},[i.test2]:{srcCsv:"id,id2,seq\n1,seqA,M[MeI]YKETLL[MeF]P\n2,seqB,KTDFPMRGGL\n3,seqC,[MeA]\n",idCols:["id2","id"],seqCol:"seq",lineWidth:5,tgtFasta:">seqA|1\nM[MeI]YKE\nTLL[MeF]P\n>seqB|2\nKTDFP\nMRGGL\n>seqC|3\n[MeA]\n"}};function r(t,s=10){const i=c.kB,o=n[t].src,r=(0,k.sK)(o,i,s),a=n[t].tgt;(0,e.f6)(r,a)}async function a(s){const n=t.DataFrame.fromCsv(s.srcCsv),i=n.getCol(s.seqCol),o=s.idCols.map((t=>n.getCol(t))),r=(0,k.i$)(o,i,s.lineWidth);(0,e.l_)(r,s.tgtFasta)}(0,e.Bu)("wrapSequenceSingle",(async()=>{r(s.single,10)})),(0,e.Bu)("wrapSequenceMulti",(async()=>{r(s.multi,10)})),(0,e.Bu)("saveAsFastaTest1",(async()=>{a(o[i.test1])})),(0,e.Bu)("saveAsFastaTest2",(async()=>{a(o[i.test2])}))}));var B=s(7331),V=s(585);(0,e.W3)("bio",(()=>{const s="seq\nACGTCT\nCAGTGT\nTTCAAC";(0,e.Bu)("testGetStatsHelm1",(async()=>{const s=t.DataFrame.fromCsv("seq\nPEPTIDE1{meI}$$$$").getCol("seq"),n=(0,V.jY)(s,1,c.gP);(0,e.Wh)(n.freq,{meI:1}),(0,e.l_)(n.sameLength,!0)})),(0,e.Bu)("testGetStatsN1",(async()=>{await async function(s){const n=t.DataFrame.fromCsv(s).col("seq"),i=(0,V.jY)(n,5,c.kB);(0,e.Wh)(i.freq,{A:4,C:5,G:3,T:6}),(0,e.l_)(i.sameLength,!0)}(s)})),(0,e.Bu)("testGetAlphabetSimilarity",(async()=>{await async function(){const t=new Set(Object.keys(r.V.Names)),s=(0,c.KX)({A:2041,C:3015,G:3015,T:2048,"-":1e3},t);(0,e.l_)(s>.6,!0)}()})),(0,e.Bu)("testPickupPaletteN1",(async()=>{await async function(s){const n=t.DataFrame.fromCsv(s).col("seq"),i=(0,c.dQ)(n);(0,e.l_)(i instanceof r.J,!0)}(s)})),(0,e.Bu)("testPickupPaletteN1e",(async()=>{await async function(s){const n=t.DataFrame.fromCsv("seq\nACGTAT\nCAGTTG\nTTCG2C").col("seq"),i=(0,c.dQ)(n);(0,e.l_)(i instanceof r.J,!0)}()})),(0,e.Bu)("testPickupPaletteAA1",(async()=>{await async function(s){const n=t.DataFrame.fromCsv("seq\nFWPHEYV\nYNRQWYV\nMKPSEYV").col("seq"),o=(0,c.dQ)(n);(0,e.l_)(o instanceof i.f,!0)}()})),(0,e.Bu)("testPickupPaletteX",(async()=>{await async function(s){const n=t.DataFrame.fromCsv("seq\nXZJ{}2\n5Z4733\n3Z6></\n675687").col("seq"),i=(0,c.dQ)(n);(0,e.l_)(i instanceof B.kQ,!0)}()}))})),(0,e.W3)("WebLogo.monomerToShort",(()=>{(0,e.Bu)("longMonomerSingle",(async()=>{(0,e.l_)((0,c.GU)("S",5),"S")})),(0,e.Bu)("longMonomerShort",(async()=>{(0,e.l_)((0,c.GU)("Short",5),"Short")})),(0,e.Bu)("longMonomerLong56",(async()=>{(0,e.l_)((0,c.GU)("Long56",6),"Long56")})),(0,e.Bu)("longMonomerComplexFirstPartShort",(async()=>{(0,e.l_)((0,c.GU)("Long-long",5),"Long…")})),(0,e.Bu)("longMonomerComplexFirstPartLong56",(async()=>{(0,e.l_)((0,c.GU)("Long56-long",6),"Long5…")})),(0,e.Bu)("monomerToShort",(async()=>{const t=[["AbC","AbC"],["AbCd","Ab…"],["ABc","ABc"],["ABcd","AB…"],["A_b","A_b"],["A_bc","A…"],["Ab_c","Ab…"],["A1_b","A1…"],["Abc_d","Ab…"],["Abcd_e","Ab…"],["A-b","A-b"],["A-bc","A…"],["Ab-c","Ab…"],["A1-b","A1…"],["Abc-d","Ab…"],["Abcd-e","Ab…"],["A","A"],["Ab","Ab"],["Abc","Abc"],["Ab…","Ab…"],["Abcd","Ab…"],["Abcde","Ab…"]],s=t.map((t=>t[0])),n=t.map((t=>t[1])),i=s.map((t=>(0,c.GU)(t,3)));(0,e.f6)(i,n)}))}));var U=s(8415);function $(t,s){(0,e.l_)(t.name,s.name),(0,e.f6)(t.getMonomers(),s.getMonomers());for(const n of t.getMonomers())(0,e.l_)(t.getFreq(n).rowCount,s.getFreq(n).rowCount)}(0,e.W3)("WebLogo-positions",(()=>{const s="seq\nATC-G-TTGC--\nATC-G-TTGC--\n-TC-G-TTGC--\n-TC-GCTTGC--\n-TC-GCTTGC--";(0,e.Bu)("allPositions",(async()=>{const n=t.DataFrame.fromCsv(s),i=a.shell.addTableView(n),o=n.getCol("seq");o.semType=t.SEMTYPE.MACROMOLECULE,o.setTag(t.TAGS.UNITS,c.r2.FASTA),o.setTag("alphabet","DNA"),o.setTag("aligned","SEQ.MSA");const r=await n.plot.fromType("WebLogo");await(0,e.zg)(r.onLayoutCalculated,(()=>{}),(()=>{i.dockManager.dock(r.root,t.DOCK_TYPE.DOWN)}),500);const l=r.positions,h=[new U.CK(0,"1",{A:new U.yW(2),"-":new U.yW(3)}),new U.CK(1,"2",{T:new U.yW(5)}),new U.CK(2,"3",{C:new U.yW(5)}),new U.CK(3,"4",{"-":new U.yW(5)}),new U.CK(4,"5",{G:new U.yW(5)}),new U.CK(5,"6",{"-":new U.yW(3),C:new U.yW(2)}),new U.CK(6,"7",{T:new U.yW(5)}),new U.CK(7,"8",{T:new U.yW(5)}),new U.CK(8,"9",{G:new U.yW(5)}),new U.CK(9,"10",{C:new U.yW(5)}),new U.CK(10,"11",{"-":new U.yW(5)}),new U.CK(11,"12",{"-":new U.yW(5)})];(0,e.l_)(l.length,h.length);for(let t=0;t<l.length;t++){(0,e.l_)(l[t].name,h[t].name);for(const s of l[t].getMonomers())(0,e.l_)(l[t].getFreq(s).rowCount,h[t].getFreq(s).rowCount)}})),(0,e.Bu)("positions with shrinkEmptyTail option true (filtered)",(async()=>{const s=t.DataFrame.fromCsv("seq\n-TC-G-TTGC--\n-TC-GCTTGC--\n-T--C-GT-\n-T--C-GT-\n-T--C-GT-\n-T--CCGT-"),n=a.shell.addTableView(s),i=s.getCol("seq");i.semType=t.SEMTYPE.MACROMOLECULE,i.setTag(t.TAGS.UNITS,c.r2.FASTA),i.setTag("alphabet","DNA"),i.setTag("aligned","SEQ"),s.filter.init((t=>t>2)),s.filter.fireChanged();const o=await s.plot.fromType("WebLogo",{shrinkEmptyTail:!0});await(0,e.zg)(o.onLayoutCalculated,(()=>{}),(()=>{n.dockManager.dock(o.root,t.DOCK_TYPE.DOWN)}),500);const r=o.positions,l=[new U.CK(0,"1",{"-":new U.yW(3)}),new U.CK(1,"2",{T:new U.yW(3)}),new U.CK(2,"3",{"-":new U.yW(3)}),new U.CK(3,"4",{"-":new U.yW(3)}),new U.CK(4,"5",{C:new U.yW(3)}),new U.CK(5,"6",{"-":new U.yW(2),C:new U.yW(1)}),new U.CK(6,"7",{G:new U.yW(3)}),new U.CK(7,"8",{T:new U.yW(3)}),new U.CK(8,"9",{"-":new U.yW(3)})];(0,e.l_)(r.length,l.length);for(let t=0;t<r.length;t++){(0,e.l_)(r[t].name,l[t].name);for(const s of r[t].getMonomers())(0,e.l_)(r[t].getFreq(s).rowCount,l[t].getFreq(s).rowCount)}})),(0,e.Bu)("positions with skipEmptyPositions option",(async()=>{const n=t.DataFrame.fromCsv(s),i=a.shell.addTableView(n),o=n.getCol("seq");o.semType=t.SEMTYPE.MACROMOLECULE,o.setTag(t.TAGS.UNITS,c.r2.FASTA),o.setTag("alphabet","DNA"),o.setTag("aligned","SEQ.MSA");const r=await n.plot.fromType("WebLogo",{skipEmptyPositions:!0});await(0,e.zg)(r.onLayoutCalculated,(()=>{}),(()=>{i.dockManager.dock(r.root,t.DOCK_TYPE.DOWN)}),500);const l=r.positions,h=[new U.CK(0,"1",{A:new U.yW(2),"-":new U.yW(3)}),new U.CK(1,"2",{T:new U.yW(5)}),new U.CK(2,"3",{C:new U.yW(5)}),new U.CK(4,"5",{G:new U.yW(5)}),new U.CK(5,"6",{"-":new U.yW(3),C:new U.yW(2)}),new U.CK(6,"7",{T:new U.yW(5)}),new U.CK(7,"8",{T:new U.yW(5)}),new U.CK(8,"9",{G:new U.yW(5)}),new U.CK(9,"10",{C:new U.yW(5)})];(0,e.l_)(l.length,h.length);for(let t=0;t<l.length;t++)$(l[t],h[t])})),(0,e.Bu)("count sequences for monomer at position",(async()=>{const n=function(e,s,n,i){const o=t.DataFrame.fromCsv(e),r=o.getCol("seq");return r.semType=t.SEMTYPE.MACROMOLECULE,r.setTag(t.TAGS.UNITS,s),r.setTag("alphabet","DNA"),r.setTag("aligned","SEQ.MSA"),o}(s,c.r2.FASTA),i=n.getCol("seq"),o=a.shell.addTableView(n),r=await n.plot.fromType("WebLogo",{startPositionName:"3",endPositionName:"7",skipEmptyPositions:!0});await(0,e.zg)(r.onLayoutCalculated,(()=>{}),(()=>{o.dockManager.dock(r.root,t.DOCK_TYPE.DOWN)}),500);const l=r.positions,u=[new U.CK(2,"3",{C:new U.yW(5)}),new U.CK(4,"5",{G:new U.yW(5)}),new U.CK(5,"6",{"-":new U.yW(3),C:new U.yW(2)}),new U.CK(6,"7",{T:new U.yW(5)})];(0,e.l_)(l.length,u.length);for(let t=0;t<l.length;t++)$(l[t],u[t]);const m=l[1],d=h.Cn.getOrCreate(i),g=(0,U.eZ)(n,d,n.filter,"G",m);(0,e.l_)(g,5)})),(0,e.Bu)("empty",(async()=>{const s=t.DataFrame.fromColumns([(()=>{const e=t.Column.fromStrings("seq",[]);return e.setTag(t.TAGS.SEMTYPE,t.SEMTYPE.MACROMOLECULE),e.setTag(t.TAGS.UNITS,c.r2.FASTA),e.setTag("alphabet","DNA"),e})()]),n=a.shell.addTableView(s),i=await s.plot.fromType("WebLogo");await(0,e.zg)(i.onLayoutCalculated,(()=>{}),(()=>{n.dockManager.dock(i.root,t.DOCK_TYPE.DOWN)}),500),i.positions}))}));var Y=s(2568);function K(t,e){let s=null;for(const n of t.viewers)n.type===e&&(s=n);return s}(0,e.W3)("checkInputColumn",(()=>{const s="seq\nseq1,\nseq2,\nseq3,\nseq4";(0,e.Bu)("testMsaPos",(async()=>{const n=t.DataFrame.fromCsv(s).getCol("seq");n.semType=t.SEMTYPE.MACROMOLECULE,n.setTag(t.TAGS.UNITS,c.r2.FASTA),n.setTag("alphabet","DNA"),n.setTag("aligned","SEQ");const[i,o]=(0,Y.l)(n,"Test",[c.r2.FASTA],["DNA","RNA","PT"]);(0,e.l_)(i,!0)})),(0,e.Bu)("testMsaNegHelm",(async()=>{const n=t.DataFrame.fromCsv(s).getCol("seq");n.semType=t.SEMTYPE.MACROMOLECULE,n.setTag(t.TAGS.UNITS,c.r2.HELM),n.setTag(".alphabetIsMultichar","true");const[i,o]=(0,Y.l)(n,"Test",[c.r2.FASTA],["DNA","RNA","PT"]);(0,e.l_)(i,!1)})),(0,e.Bu)("testMsaNegUN",(async()=>{const n=t.DataFrame.fromCsv(s).getCol("seq");n.semType=t.SEMTYPE.MACROMOLECULE,n.setTag(t.TAGS.UNITS,c.r2.FASTA),n.setTag("alphabet","UN"),n.setTag(".alphabetSize","11"),n.setTag(".alphabetIsMultichar","true"),n.setTag("aligned","SEQ");const[i,o]=(0,Y.l)(n,"Test",[c.r2.FASTA],["DNA","RNA","PT"]);(0,e.l_)(i,!1)})),(0,e.Bu)("testGetActionFunctionMeta",(async()=>{t.Func.find({package:"Bio",name:"multipleSequenceAlignmentDialog"})[0].inputs.find((t=>"sequence"==t.name))}))})),(0,e.W3)("similarity/diversity",(async()=>{(0,e.Bu)("similaritySearchViewer",(async()=>{await async function(){const s=await T("tests/sample_MSA_data.csv"),n=await s.dataFrame.plot.fromType("Sequence Similarity Search");let i=!1;if(n.computeCompleted.subscribe((t=>{t&&(i=!0)})),s.dockManager.dock(n,t.DOCK_TYPE.RIGHT,null,"Similarity"),await n.renderPromise,await(0,e.ow)((()=>void 0!==K(s,"Sequence Similarity Search")),"Sequence Similarity Search viewer has not been created",100),!n.initialized)throw new Error("The viewer is not initialized.");if(!n.moleculeColumn)throw new Error("The viewer has not molecule column (onTableAttached).");if(!n.beforeRender())throw new Error("The viewer is not able to render.");if(!n.computeRequested)throw new Error("The viewer has not compute requested even.");if(!i)throw new Error("The viewer has not compute completed.");const o=n;await(0,e.ow)((()=>0!==o.root.getElementsByClassName("d4-grid").length),"Sequence Similarity Search viewer grid has not been created",100);(0,e.l_)(o.fingerprint,"Morgan"),(0,e.l_)(o.distanceMetric,"Tanimoto"),(0,e.l_)(o.scores.get(0),t.FLOAT_NULL),(0,e.l_)(o.idxs.get(0),0),(0,e.l_)(o.molCol.get(0),"D-Tyr_Et/Tyr_ab-dehydroMe/dV/E/N/D-Orn/D-aThr//Phe_4Me"),(0,e.l_)(o.scores.get(1),.4722222089767456),(0,e.l_)(o.idxs.get(1),11),(0,e.l_)(o.molCol.get(1),"meI/hHis//Aca/meM/Tyr_ab-dehydroMe/dV/E/N/D-Orn/D-aThr//Phe_4Me"),s.dataFrame.currentRowIdx=1,await(0,e.ow)((()=>1===o.targetMoleculeIdx),"Target molecule has not been changed",5e3),await(0,e.ow)((()=>"meI/hHis/Aca/Cys_SEt/T/dK/Thr_PO3H2/Aca/Tyr_PO3H2/D-Chg/dV/Phe_ab-dehydro/N/D-Orn/D-aThr//Phe_4Me"===o.molCol.get(0)),"Incorrect first similar molecule",5e3)}()})),(0,e.Bu)("diversitySearchViewer",(async()=>{await async function(){const s=await T("tests/sample_MSA_data.csv"),n=await s.dataFrame.plot.fromType("Sequence Diversity Search");let i=!1;if(n.computeCompleted.subscribe((t=>{t&&(i=!0)})),s.dockManager.dock(n,t.DOCK_TYPE.DOWN,null,"Diversity"),await n.renderPromise,await(0,e.ow)((()=>void 0!==K(s,"Sequence Diversity Search")),"Sequence Diversity Search viewer has not been created",100),!n.initialized)throw new Error("The viewer is not initialized.");if(!n.moleculeColumn)throw new Error("The viewer has not molecule column (onTableAttached).");if(!n.beforeRender())throw new Error("The viewer is not able to render.");if(!n.computeRequested)throw new Error("The viewer has not compute requested even.");if(!i)throw new Error("The viewer has not compute completed.");const o=n;await(0,e.ow)((()=>0!==o.root.getElementsByClassName("d4-grid").length),"Sequence Diversity Search viewer grid has not been created",100),(0,e.l_)(o.fingerprint,"Morgan"),(0,e.l_)(o.distanceMetric,"Tanimoto"),(0,e.l_)(o.initialized,!0),(0,e.l_)(o.renderMolIds.length>0,!0)}()}))}));var Z=s(4413);(0,e.W3)("substructureFilters",(async()=>{let t,s;(0,e.bb)((async()=>{t=await(0,L.JN)(),s=await a.dapi.userDataStorage.get(_.RV,!0),await a.dapi.userDataStorage.post(_.RV,_.rb,!0),await t.loadLibraries(!0)})),(0,e.X5)((async()=>{await a.dapi.userDataStorage.put(_.RV,s,!0),await t.loadLibraries(!0)})),(0,e.Bu)("fasta",(async()=>{const t=await b("tests/filter_FASTA.csv"),s=new Z.ST;await a.data.detectSemanticTypes(t),s.attach(t),s.bioFilter.substructure="MD",await(0,e.gw)(100),(0,e.l_)(s.dataFrame.filter.trueCount,3),(0,e.l_)(s.dataFrame.filter.get(0),!0),(0,e.l_)(s.dataFrame.filter.get(3),!0),(0,e.l_)(s.dataFrame.filter.get(8),!0),(0,e.l_)(s.dataFrame.filter.get(1),!1)})),(0,e.Bu)("separator",(async()=>{const t=await b("tests/filter_MSA.csv"),s=new Z.ST;await a.data.detectSemanticTypes(t),s.attach(t),s.bioFilter.substructure="meI",await(0,e.gw)(100),(0,e.l_)(s.dataFrame.filter.trueCount,7),(0,e.l_)(s.dataFrame.filter.get(2),!1),s.bioFilter.substructure="/meI",await(0,e.gw)(100),(0,e.l_)(s.dataFrame.filter.trueCount,0),s.bioFilter.substructure="meI-hHis",s.bioFilter.separatorInput.value="-",await(0,e.gw)(100),(0,e.l_)(s.dataFrame.filter.trueCount,7),(0,e.l_)(s.dataFrame.filter.get(2),!1)})),(0,e.Bu)("helm",(async()=>{const t=await b("tests/filter_HELM.csv"),s=a.shell.addTableView(t),n=new Z.ST;await a.data.detectSemanticTypes(t),n.attach(t);const i=new Promise(((e,s)=>{t.onFilterChanged.subscribe((async t=>{try{e(!0)}catch(t){s(t)}}))}));n.bioFilter.helmSubstructure="PEPTIDE1{C}$$$$V2.0",n.bioFilter.onChanged.next(),await i,(0,e.l_)(n.dataFrame.filter.trueCount,2),(0,e.l_)(n.dataFrame.filter.get(0),!0),(0,e.l_)(n.dataFrame.filter.get(3),!0),n.bioFilter.helmSubstructure="PEPTIDE1{A.C}$$$$V2.0",n.bioFilter.onChanged.next(),await(0,e.gw)(100),(0,e.l_)(n.dataFrame.filter.trueCount,1),(0,e.l_)(n.dataFrame.filter.get(3),!0),s.close()}),{skipReason:"GROK-12779"})}));var q=s(8341);(0,e.W3)("PepSeA",(()=>{(0,e.Bu)("Basic alignment",(async()=>{await C();const s=t.DataFrame.fromCsv('HELM,MSA\n "PEPTIDE1{F.L.R.G.W.[MeF].Y.S.N.N.C}$$$$","F.L.R.G.W.MeF.Y..S.N.N.C"\n "PEPTIDE1{F.L.R.G.Y.[MeF].Y.W.N.C}$$$$","F.L.R.G.Y.MeF.Y.W...N.C"\n "PEPTIDE1{F.G.Y.[MeF].Y.W.S.D.N.C}$$$$","F...G.Y.MeF.Y.W.S.D.N.C"\n "PEPTIDE1{F.L.R.G.Y.[MeF].Y.W.S.N.D.C}$$$$","F.L.R.G.Y.MeF.Y.W.S.N.D.C"\n "PEPTIDE1{F.V.R.G.Y.[MeF].Y.W.S.N.C}$$$$","F.V.R.G.Y.MeF.Y.W.S..N.C"'),n=await(0,q.f)(s.getCol("HELM"),"msa(HELM)");(0,e.l_)(null!==n,!0,"PepSeA conainter has not started");const i=s.getCol("MSA");for(let t=0;t<n.length;++t)(0,e.l_)(n.get(t)==i.get(t),!0)}),{skipReason:"GROK-13221"})})),(0,e.W3)("viewers",(()=>{const s=t.Func.find({package:"Bio",tags:["viewer"]}).map((t=>t.friendlyName));for(const t of s)(0,e.Bu)(t,(async()=>{const s=await b("data/sample_FASTA_DNA.csv");await(0,e.AB)(t,s,{detectSemanticTypes:!0})}),{skipReason:{"Sequence Similarity Search":"GROK-13162","Sequence Diversity Search":"GROK-13162",WebLogo:"GROK-13162",VdRegions:"GROK-13162"}[t]})}));const z="seq\nACGTC\nCAGTGT\nTTCAAC",X="seq\nAC-GT-CT\nCAC-T-GT\nACCGTACT",j="seq\nabc-dfgg-abc1-cfr3-rty-wert\nrut12-her2-rty-wert-abc-abc1-dfgg\nrut12-rty-her2-abc-cfr3-wert-rut12";(0,e.W3)("UnitsHandler",(()=>{async function s(e){const s=t.DataFrame.fromCsv(e);await a.data.detectSemanticTypes(s);const n=h.Cn.getOrCreate(s.getCol("seq"));return[s,n]}(0,e.Bu)("Seq-Fasta",(async()=>{const[t,n]=await s(z);(0,e.l_)(n.notation,c.r2.FASTA),(0,e.l_)(n.isMsa(),!1)})),(0,e.Bu)("Seq-Fasta-MSA",(async()=>{const[t,n]=await s(X);(0,e.l_)(n.notation,c.r2.FASTA),(0,e.l_)(n.isMsa(),!0)})),(0,e.Bu)("Seq-Fasta-units",(async()=>{const[t,n]=await s(z);(0,e.l_)(n.notation,c.r2.FASTA),(0,e.l_)(n.isMsa(),!1)})),(0,e.Bu)("Seq-Fasta-MSA-units",(async()=>{const[t,n]=await s(X);(0,e.l_)(n.notation,c.r2.FASTA),(0,e.l_)(n.isMsa(),!0)})),(0,e.Bu)("Seq-Helm",(async()=>{const[t,n]=await s("seq\nPEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et.Tyr_ab-dehydroMe.dV.E.N.D-Orn.D-aThr.Phe_4Me}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.D-Chg.dV.Phe_ab-dehydro.N.D-Orn.D-aThr.Phe_4Me}$$$$\nPEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.D-Chg.dV.Thr_PO3H2.N.D-Orn.D-aThr.Phe_4Me}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2.D-Chg.dV.Thr_PO3H2.N.D-Orn.D-aThr.Phe_4Me}$$$$");(0,e.l_)(n.notation,c.r2.HELM),(0,e.l_)(n.isHelm(),!0)})),(0,e.Bu)("Seq-UN",(async()=>{const[t,n]=await s(j);(0,e.l_)(n.notation,c.r2.SEPARATOR),(0,e.l_)(n.separator,"-"),(0,e.l_)(n.alphabet,"UN")})),(0,e.Bu)("Seq-UN-auto",(async()=>{const[t,n]=await s(j);(0,e.l_)(n.notation,c.r2.SEPARATOR),(0,e.l_)(n.separator,"-"),(0,e.l_)(n.alphabet,"UN")}))})),(0,e.W3)("UnitsHandler",(()=>{h._9[c.r2.FASTA],h._9[c.r2.HELM];const s=h._9[c.r2.SEPARATOR],n={fasta:{src:{csv:"seq\nACGTC\nCAGTGT\nTTCAAC"},tgt:{splitted:["ACGTC","CAGTGT","TTCAAC"]}},fastaMsa:{src:{csv:"seq\nAC-GT-CT\nCAC-T-GT\nACCGTACT"},tgt:{splitted:["AC-GT-CT","CAC-T-GT","ACCGTACT"]}},separator:{src:{csv:"seq\nabc-dfgg-abc1-cfr3-rty-wert\nrut12-her2-rty-wert-abc-abc1-dfgg\nrut12-rty-her2-abc-cfr3-wert-rut12"},tgt:{splitted:[["abc","dfgg","abc1","cfr3","rty","wert"],["rut12","her2","rty","wert","abc","abc1","dfgg"],["rut12","rty","her2","abc","cfr3","wert","rut12"]]}},separatorMsa:{src:{csv:"seq\nabc-dfgg-abc1-cfr3-rty-wert\nrut12-her2-rty--abc1-dfgg\nrut12-rty-her2---wert"},tgt:{splitted:[["abc","dfgg","abc1","cfr3","rty","wert"],["rut12","her2","rty",s,"abc1","dfgg"],["rut12","rty","her2",s,s,"wert"]]}},helm:{src:{csv:"seq\nPEPTIDE1{meI.hHis.Aca.N.T.dE.Thr_PO3H2.Aca.D-Tyr_Et}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca}$$$$\nPEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca}$$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2}$$$$"},tgt:{splitted:[["meI","hHis","Aca","N","T","dE","Thr_PO3H2","Aca","D-Tyr_Et"],["meI","hHis","Aca","Cys_SEt","T","dK","Thr_PO3H2","Aca"],["Lys_Boc","hHis","Aca","Cys_SEt","T","dK","Thr_PO3H2","Aca"],["meI","hHis","Aca","Cys_SEt","T","dK","Thr_PO3H2"]]}}};for(const[s,i]of Object.entries(n))(0,e.Bu)(`splitted-${s}`,(async()=>{const s=t.DataFrame.fromCsv(i.src.csv).getCol("seq"),n=await a.functions.call("Bio:detectMacromolecule",{col:s});n&&(s.semType=n),(0,e.l_)(s.semType,t.SEMTYPE.MACROMOLECULE);const o=h.Cn.getOrCreate(s).splitted;(0,e.f6)(o,i.tgt.splitted)}))})),(0,e.W3)("UnitsHandler: getRegion",(()=>{const s={fastaDna:{srcCsv:"seq\nATTCGT\nACTGCTC\nATTCCGTA",startIdx:2,endIdx:4,tgtCsv:"seq\nTCG\nTGC\nTCC",units:c.r2.FASTA,alphabet:"DNA",positionNames:{tag:"a, b, c, d, e, f, g, h",start:"c",end:"e"}},separatorPt:{srcCsv:"seq\nM-D-Y-K-E-T-L\nM-I-E-V-F-L-F-G-I\nM-M-",startIdx:5,endIdx:null,tgtCsv:"seq\nT-L--\nL-F-G-I\n---",units:c.r2.SEPARATOR,alphabet:"PT",positionNames:{tag:"1, 1A, 1B, 2, 3, 4, 4A, 4A, 4C",start:"4",end:null}},helm:{srcCsv:"seq\nPEPTIDE1{[meI].[hHis].[Aca].N.T.[dE].[Thr_PO3H2].[Aca].[D-Tyr_Et].[Tyr_ab-dehydroMe].[dV].E.N.[D-Orn]}$$$$\nPEPTIDE1{[meI].[hHis].[Aca].[Cys_SEt].T.[dK].[Thr_PO3H2].[Aca].[Tyr_PO3H2].[D-Chg].[dV].[Phe_ab-dehydro]}$$$$\nPEPTIDE1{[Lys_Boc].[hHis].[Aca].[Cys_SEt].T}$$$$",startIdx:3,endIdx:6,tgtCsv:"seq\nPEPTIDE1{N.T.[dE].[Thr_PO3H2]}$$$$\nPEPTIDE1{[Cys_SEt].T.[dK].[Thr_PO3H2]}$$$$\nPEPTIDE1{[Cys_SEt].T.*.*}$$$$",units:c.r2.HELM,alphabet:null,positionNames:{tag:null,start:"4",end:"7"}}};for(const[n,i]of Object.entries(s))(0,e.Bu)(`${n}-idx`,(async()=>{const s=t.DataFrame.fromCsv(i.srcCsv).getCol("seq"),n=await a.functions.call("Bio:detectMacromolecule",{col:s});n&&(s.semType=n);const o=h.Cn.getOrCreate(s).getRegion(i.startIdx,i.endIdx,"regSeq"),r=t.DataFrame.fromCsv(i.tgtCsv).getCol("seq");(0,e.l_)(s.getTag(t.TAGS.UNITS),i.units),(0,e.l_)(o.getTag(t.TAGS.UNITS),i.units),(0,e.l_)(s.getTag("alphabet"),i.alphabet),(0,e.l_)(o.getTag("alphabet"),i.alphabet),(0,e.f6)(o.toList(),r.toList())})),i.positionNames&&(0,e.Bu)(`${n}-positionNames`,(async()=>{const s=t.DataFrame.fromCsv(i.srcCsv).getCol("seq");i.positionNames.tag&&s.setTag(".positionNames",i.positionNames.tag);const n=await a.functions.call("Bio:detectMacromolecule",{col:s});n&&(s.semType=n);const o=await a.functions.call("Bio:getRegion",{sequence:s,start:i.positionNames.start,end:i.positionNames.end}),r=t.DataFrame.fromCsv(i.tgtCsv).getCol("seq");(0,e.l_)(s.getTag(t.TAGS.UNITS),i.units),(0,e.l_)(o.getTag(t.TAGS.UNITS),i.units),(0,e.l_)(s.getTag("alphabet"),i.alphabet),(0,e.l_)(o.getTag("alphabet"),i.alphabet),(0,e.f6)(o.toList(),r.toList())}))}));var Q=s(8601);const J=new t.FileSource("System:AppData/Bio"),tt={PT:"peptides fasta",DNA:"dna fasta",MSA:"msa separator"},et={PT:"tests/to-atomic-level-peptides-fasta-input.csv",DNA:"tests/to-atomic-level-dna-fasta-input.csv",MSA:"tests/to-atomic-level-msa-separator-input.csv"},st={PT:"tests/to-atomic-level-peptides-output.csv",DNA:"tests/to-atomic-level-dna-output.csv",MSA:"tests/to-atomic-level-msa-output.csv"},nt="molfile(sequence)";async function it(t,e="seq",s){const n=t.getCol(e),i=s.getBioLib();await(0,Q.i0)(t,n,i)}(0,e.W3)("toAtomicLevel",(async()=>{const s={},n={};let i,o,r=null;async function c(t,s){const n=t.getCol("sequence");await(0,l.toAtomicLevel)(t,n,!1);const i=t.getCol(nt),o=s.getCol(nt),r=[...i.values()],a=[...o.values()];(0,e.f6)(r,a)}(0,e.bb)((async()=>{i=await(0,l.getMonomerLibHelper)(),r=await a.dapi.userDataStorage.get(_.RV,!0),await a.dapi.userDataStorage.put(_.RV,{},!0),await i.loadLibraries(!0);for(const t in tt)s[t]=await J.readCsv(et[t]),await a.data.detectSemanticTypes(s[t]),n[t]=await J.readCsv(st[t])})),(0,e.X5)((async()=>{await a.dapi.userDataStorage.put(_.RV,r,!0),await i.loadLibraries(!0)}));for(const t in tt)(0,e.Bu)(`${tt[t]}`,(async()=>{await c(s[t],n[t])}),{skipReason:"GROK-13100"});!function(t){t.fastaDna="fastaDna",t.fastaRna="fastaRna",t.fastaPt="fastaPt",t.separatorDna="separatorDna",t.separatorRna="separatorRna",t.separatorPt="separatorPt",t.separatorUn="separatorUn",t.helm="helm"}(o||(o={}));const h={[o.fastaDna]:"seq\nACGTC\nCAGTGT\nTTCAAC",[o.fastaRna]:"seq\nACGUC\nCAGUGU\nUUCAAC",[o.fastaPt]:"seq\nFWPHEY\nYNRQWYV\nMKPSEYV",[o.separatorDna]:"seq\nA/C/G/T/C\nC/A/G/T/G/T\nT/T/C/A/A/C",[o.separatorRna]:"seq\nA*C*G*U*C\nC*A*G*U*G*U\nU*U*C*A*A*C",[o.separatorPt]:"seq\nF-W-P-H-E-Y\nY-N-R-Q-W-Y-V\nM-K-P-S-E-Y-V",[o.separatorUn]:"seq\nmeI-hHis-Aca-N-T-dE-Thr_PO3H2-Aca-D\nmeI-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2\nLys_Boc-hHis-Aca-Cys_SEt-T-dK-Thr_PO3H2-Aca-Tyr_PO3H2",[o.helm]:"seq\nPEPTIDE1{meI.D-gGlu.Aca.N.T.dE.Thr_PO3H2.Aca.D}$$$\nPEPTIDE1{meI.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2}$$$\nPEPTIDE1{Lys_Boc.hHis.Aca.Cys_SEt.T.dK.Thr_PO3H2.Aca.Tyr_PO3H2}$$$"};async function u(e){const s=h[e],n=t.DataFrame.fromCsv(s);return await a.data.detectSemanticTypes(n),n}(0,e.Bu)("fastaDna",(async()=>{await it(await u(o.fastaDna),"seq",i)})),(0,e.Bu)("fastaRna",(async()=>{await it(await u(o.fastaRna),"seq",i)})),(0,e.Bu)("fastaPt",(async()=>{await it(await u(o.fastaPt),"seq",i)})),(0,e.Bu)("separatorDna",(async()=>{await it(await u(o.separatorDna),"seq",i)})),(0,e.Bu)("separatorDna",(async()=>{await it(await u(o.separatorRna),"seq",i)})),(0,e.Bu)("separatorPt",(async()=>{await it(await u(o.separatorPt),"seq",i)})),(0,e.Bu)("separatorUn",(async()=>{await it(await u(o.separatorUn),"seq",i)})),(0,e.Bu)("helm",(async()=>{await it(await u(o.helm),"seq",i)}))}));var ot=s(489);async function rt(e){const s=t.DataFrame.fromCsv(e),n=s.col("seq"),i=await a.functions.call("Bio:detectMacromolecule",{col:n});return i&&(n.semType=i),await a.data.detectSemanticTypes(s),h.Cn.getOrCreate(n)}function at(t,s,n,i){const o=n(t,s);(0,e.l_)(Number(o.toFixed(3)),Number(i.toFixed(3)))}async function lt(t,s,n,i,o,r){await a.data.detectSemanticTypes(t);const c=await(0,l.activityCliffs)(t,t.getCol(n),t.getCol(i),o,s,{[`${l.BYPASS_LARGE_DATA_WARNING}`]:!0});(0,e.l_)(null!=c,!0);const h=Array.from(c.root.children).find((t=>{const e=t.className.split(" ");return["ui-btn","ui-btn-ok"].every((t=>e.includes(t)))}));(0,e.l_)(h.innerText.toLowerCase(),`${r} cliffs`)}(0,e.W3)("Distance",(async()=>{const s=[[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]],n={F:0,W:1,R:2,Y:3},i="FWRWY",o="FWRWW",r="FWY",a="FWRWY",l="FWY",c="FWRRRRY";(0,e.Bu)("protein-distance-function",(async()=>{const t=(await rt("seq\n FWRWYVKHP\n YNRWYVKHP\n MWRSWYCKHP")).getDistanceFunctionName();(0,e.l_)(t,ot.U.LEVENSHTEIN)})),(0,e.Bu)("DNA-distance-function",(async()=>{const t=(await rt("seq\n ATAACG\n ATCGA\n ATCGA")).getDistanceFunctionName();(0,e.l_)(t,ot.U.LEVENSHTEIN)})),(0,e.Bu)("MSA-distance-function",(async()=>{const t=(await rt("seq\n ATAAC\n ATCGA\n ATCGA")).getDistanceFunctionName();(0,e.l_)(t,ot.U.HAMMING)})),(0,e.Bu)("levenstein-sub",(async()=>{const t=ot.o[ot.U.LEVENSHTEIN]();at(i,o,t,.2)})),(0,e.Bu)("levenstein-del",(async()=>{const t=ot.o[ot.U.LEVENSHTEIN]();at(r,a,t,.4)})),(0,e.Bu)("hamming",(async()=>{const t=ot.o[ot.U.HAMMING]();at(r,a,t,.6)})),(0,e.Bu)("needleman-blosum62",(async()=>{const t=ot.o[ot.U.NEEDLEMANN_WUNSCH]();at(i,o,t,.205)})),(0,e.Bu)("needleman-blosum62-del",(async()=>{const t=ot.o[ot.U.NEEDLEMANN_WUNSCH]();at(r,a,t,.65)})),(0,e.Bu)("needleman-custom-sub",(async()=>{const t=ot.o[ot.U.NEEDLEMANN_WUNSCH]({scoringMatrix:s,alphabetIndexes:n,gapOpen:1,gapExtend:1});at(i,o,t,.2)})),(0,e.Bu)("needleman-custom-del",(async()=>{const t=ot.o[ot.U.NEEDLEMANN_WUNSCH]({scoringMatrix:s,alphabetIndexes:n,gapOpen:1,gapExtend:1});at(r,a,t,.8)})),(0,e.Bu)("needleman-custom-zero-extend",(async()=>{const t=ot.o[ot.U.NEEDLEMANN_WUNSCH]({scoringMatrix:s,alphabetIndexes:n,gapOpen:1,gapExtend:0});at(l,c,t,.714)})),(0,e.Bu)("needleman-custom-half-extend",(async()=>{const t=ot.o[ot.U.NEEDLEMANN_WUNSCH]({scoringMatrix:s,alphabetIndexes:n,gapOpen:2,gapExtend:1});at(l,c,t,1.286)})),(0,e.Bu)("needleman-custom-same-extend",(async()=>{const e=ot.o[ot.U.NEEDLEMANN_WUNSCH]({scoringMatrix:s,alphabetIndexes:n,gapOpen:1,gapExtend:1});t.Test.isInBenchmark?at(Array(1e4).fill("FWRY").join(""),Array(1e4).fill("FYWRRY").join(""),e,.667):at(l,c,e,1.143)}))}));var ct=s(116);async function ht(t,s,n){const i=t.getCol(n),o=await a.functions.call("Bio:detectMacromolecule",{col:i});o&&(i.semType=o);const r=await(0,l.sequenceSpaceTopMenu)(t,t.col(n),s,ot.U.LEVENSHTEIN,!0,.6,{[`${l.BYPASS_LARGE_DATA_WARNING}`]:!0});(0,e.l_)(null!=r,!0)}(0,e.W3)("activityCliffs",(async()=>{let s,n,i,o,r=[],l=[];(0,e.bb)((async()=>{r=[],l=[]})),(0,e.X5)((async()=>{})),(0,e.Bu)("activityCliffsOpens",(async()=>{n=await b(t.Test.isInBenchmark?"test/peptides_motif-with-random_10000.csv":"tests/100_3_clustests.csv"),l.push(n),s=a.shell.addTableView(n),r.push(s);const e=t.Test.isInBenchmark?6:3;await lt(n,ct.AL.UMAP,"sequence","Activity",90,e)})),(0,e.Bu)("activityCliffsWithEmptyRows",(async()=>{o=await b("tests/100_3_clustests_empty_vals.csv"),l.push(o),i=a.shell.addTableView(o),r.push(i),await lt(o,ct.AL.UMAP,"sequence","Activity",90,3)})),(0,e.Bu)("Helm",(async()=>{const t=await ut.files.readCsv("samples/sample_HELM.csv");a.shell.addTableView(t),await lt(t,ct.AL.UMAP,"HELM","Activity",90,53)}))})),(0,e.W3)("sequenceSpace",(async()=>{let s,n,i,o;(0,e.Bu)("sequenceSpaceOpens",(async()=>{s=await b(t.Test.isInBenchmark?"test/peptides_motif-with-random_10000.csv":"tests/100_3_clustests.csv"),n=a.shell.addTableView(s),await ht(s,ct.AL.UMAP,"sequence")})),(0,e.Bu)("sequenceSpaceWithEmptyRows",(async()=>{i=await b("tests/100_3_clustests_empty_vals.csv"),o=a.shell.addTableView(i),await ht(i,ct.AL.UMAP,"sequence")}))})),(0,e.W3)("Scoring",(()=>{const s="sequence",n="expected_similarity",i="expected_identity",o=t.DataFrame.fromCsv(`${s},${n},${i}\n PEPTIDE1{Aca.Orn.gGlu.Pqa.D-His_1Bn.dH.hHis.4Abz.D-Tic.D-Dap.Y.Iva.meS.F.P.F.D-1Nal}$$$$,1.0,1.0\n PEPTIDE1{Iva.Gly_allyl.gGlu.Pqa.D-Dip.dH.hHis.4Abz.D-aHyp.D-Dap.Y.Iva.I.Tyr_26diMe.P.Asu.meC}$$$$,0.68,0.53\n PEPTIDE1{[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal].[1Nal]}$$$$V2.0,0.34,0.0\n `),r=o.getCol(s);r.setTag(t.TAGS.UNITS,c.r2.HELM),r.semType=t.SEMTYPE.MACROMOLECULE;const a=r.get(0);(0,e.bb)((async()=>{const t=await(0,L.JN)();await t.loadLibraries(!0)})),(0,e.Bu)("Identity",(async()=>{const t=await(0,l.sequenceIdentityScoring)(o,r,a);for(let s=0;s<t.length;s++)(0,e.jh)(t.get(s),o.get(i,s),.01,`Wrong identity score for sequence at position ${s}`)})),(0,e.Bu)("Similarity",(async()=>{const t=await(0,l.sequenceSimilarityScoring)(o,r,a);for(let s=0;s<t.length;s++)(0,e.jh)(t.get(s),o.get(n,s),.01,`Wrong similarity score for sequence at position ${s}`)}))}));const ut=new t.Package;async function mt(s,n,i){const o=await(0,e.ci)({category:s,test:n,testContext:i});return t.DataFrame.fromObjects(o)}})(),bio_test=n})();
3
3
  //# sourceMappingURL=package-test.js.map