Skip to content

Commit

Permalink
Modify position curations
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Nov 13, 2024
1 parent 632f4bc commit 9860db4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions viz/src/SAEConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
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,
Expand Down Expand Up @@ -159,9 +153,9 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
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",
},
{
Expand All @@ -176,6 +170,12 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
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,
Expand Down

0 comments on commit 9860db4

Please sign in to comment.