protvista-uniprot 4.5.1 → 4.5.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.
|
@@ -326,10 +326,7 @@ const Cm = {
|
|
|
326
326
|
({ dbReferences: a }) => a.map((o) => o.id)
|
|
327
327
|
), n = [...new Set(r.flat())], i = "https://proteomecentral.proteomexchange.org/dataset/";
|
|
328
328
|
return `
|
|
329
|
-
<ul class="no-bullet">${n.map((a) => {
|
|
330
|
-
const o = a === "Glue project" ? "PXD012174" : a;
|
|
331
|
-
return `<li title='${o}'>${o} (<a href="${i}${o}" target="_blank">ProteomeXchange</a>${a === "Glue project" ? ')</li><li title="publication">Publication: 31819260 (<a href="https://pubmed.ncbi.nlm.nih.gov/31819260" target="_blank">PubMed</a>)</li>' : ` <a href="https://db.systemsbiology.net/sbeams/cgi/PeptideAtlas/buildDetails?atlas_build_id=${GBe[t].build}" target="_blank">PeptideAtlas</a>)</li>`}`;
|
|
332
|
-
}).join("")}</ul>
|
|
329
|
+
<ul class="no-bullet">${n.map((a) => `<li title='${a}'>${a} (<a href="${i}${a}" target="_blank">ProteomeXchange</a>${a === "PXD012174" ? ` <a href="https://www.ebi.ac.uk/pride/archive/projects/${a}" target="_blank">PRIDE</a>)</li><li title="publication">Publication: 31819260 (<a href="https://pubmed.ncbi.nlm.nih.gov/31819260" target="_blank">PubMed</a>)</li>` : ` <a href="https://db.systemsbiology.net/sbeams/cgi/PeptideAtlas/buildDetails?atlas_build_id=${GBe[t].build}" target="_blank">PeptideAtlas</a>)</li>`}`).join("")}</ul>
|
|
333
330
|
`;
|
|
334
331
|
}, qBe = (e, t) => {
|
|
335
332
|
if (!t) return "";
|
|
@@ -385,7 +382,7 @@ const Cm = {
|
|
|
385
382
|
${e.unique ? `<h5>Unique</h5><p>${e.unique ? "Yes" : "No"}</p>` : ""}
|
|
386
383
|
${e.xrefs ? `<h5>Cross-references</h5>${IAe(e.xrefs)}` : ""}
|
|
387
384
|
${r ? `<h5>Evidence</h5>${r}` : ""}
|
|
388
|
-
${e.residuesToHighlight && i && !i.includes("
|
|
385
|
+
${e.residuesToHighlight && i && !i.includes("PXD012174") ? `<hr /><h5 class="margin-bottom" data-article-id="mod_res_large_scale#what-is-the-goldsilverbronze-criterion">PTM statistical attributes</h5><ul class="no-bullet">${e.residuesToHighlight.map(
|
|
389
386
|
(o) => o.dbReferences.map(
|
|
390
387
|
(s) => `<li><b>${s.id}</b></li>
|
|
391
388
|
<li class="text-indent-1"><b>${One(
|
|
@@ -62231,7 +62228,7 @@ let fR = class extends hw {
|
|
|
62231
62228
|
const o = n[t]?.filter(
|
|
62232
62229
|
({ sequence: c }) => n[e].sequence?.value === c
|
|
62233
62230
|
);
|
|
62234
|
-
o
|
|
62231
|
+
o?.length && (a = wvt(o), this.alphamissenseAvailable = o.some(
|
|
62235
62232
|
(c) => c.amAnnotationsUrl
|
|
62236
62233
|
));
|
|
62237
62234
|
const s = Svt(n[r] || []), u = [...i, ...a, ...s];
|