From 9860db47960741f90f59ba2e7aceacdba111693d Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 12 Nov 2024 23:24:59 -0500 Subject: [PATCH] Modify position curations --- viz/src/SAEConfigs.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/viz/src/SAEConfigs.ts b/viz/src/SAEConfigs.ts index 4b89870..428bd77 100644 --- a/viz/src/SAEConfigs.ts +++ b/viz/src/SAEConfigs.ts @@ -86,12 +86,6 @@ export const SAE_CONFIGS: Record = { desc: "Activates on the middle residues in the beta sheet in kinase domains. It fires most strongly on the second outer beta strand and doesn't fire on the outermost beta strand at all.", group: "structural", }, - { - name: "long helix every turn", - dim: 214, - desc: "This feature activates on interspersed amino acids in long helices in the pattern 100100010010001..., which corresponds to every turn.", - group: "structural", - }, { name: "beta strand motif", dim: 88, @@ -159,9 +153,9 @@ export const SAE_CONFIGS: Record = { group: "structural", }, { - name: "start M", + name: "first residue", dim: 600, - desc: "Activates on the M amino acid at the start of a sequence", + desc: "Activates on the first amino acid at the start of a sequence", group: "amino acid position", }, { @@ -176,6 +170,12 @@ export const SAE_CONFIGS: Record = { desc: "Activates on the last amino acid in a sequence", group: "amino acid position", }, + { + name: "end", + dim: 1058, + desc: "Activates on the last few amino acids in a sequence, with increasing intensity as we get closer to the end", + group: "amino acid position", + }, { name: "alanine", dim: 3267,