Skip to content

Commit

Permalink
Curate and clean up descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Nov 2, 2024
1 parent 0da75d7 commit bc699a3
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions viz/src/SAEConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
{
name: "hugging helices",
dim: 3348,
desc: "Activates on the interfacing residues of bunched-together alpha helices. It does seem to understand the geometric orientation of the helices because it fires on 2 adjacent amino acids when the orientation is such that both those amino acids are facing the opposing helix.",
desc: "This feature activates on the interfacing residues of bunched-together alpha helices. It does seem to understand the geometric orientation of the helices because it fires on 2 adjacent amino acids when the orientation is such that both those amino acids are facing the opposing helix.",
},
{
name: "long helix interspersed",
name: "long helix every turn",
dim: 214,
desc: "Activates on interspersed amino acids in long helices in the pattern 100100010010001..., which corresponds to every turn.",
desc: "This feature activates on interspersed amino acids in long helices in the pattern 100100010010001..., which corresponds to every turn.",
},
{
name: "alpha helix turn",
Expand All @@ -50,10 +50,15 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
dim: 1299,
desc: "Activates on a single beta strand",
},
{
name: "helix: first aa",
dim: 3451,
desc: "Activates on the first amino acid in a specific alpha helix",
},
{
name: "beta strand: first aa",
dim: 782,
desc: "Activates on the first amino acid in beta sheets",
desc: "Activates on the first amino acid in a specific beta strand",
},
{
name: "beta helix",
Expand All @@ -73,7 +78,7 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
{
name: "leucine rich repeats",
dim: 3425,
desc: "Activates on the amino acid before the start of a beta sheet in a leucine rich repeat",
desc: "Activates on the amino acid before the start of a beta strand in a leucine rich repeat",
},
{
name: "helix bunch",
Expand Down

0 comments on commit bc699a3

Please sign in to comment.