Skip to content

Commit

Permalink
Move kinase up
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Nov 2, 2024
1 parent 403d685 commit f86f947
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions viz/src/SAEConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
desc: "This feature activates on the interfacing residues of bunched-together alpha helices. It seems to understand the orientation of the helices as well as the surface exposed to the opposing helices, firing on either a single amino acid or 2 adjacent ones depending on the surface.",
group: "structural",
},
{
name: "kinase helix",
dim: 594,
desc: "This feature activates strongly on a specific helix in kinase domains and weakly on surrounding beta strands. The highlighted helix is always opposing a beta sheet.",
group: "structural",
},
{
name: "kinase beta mids",
dim: 294,
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,
Expand Down Expand Up @@ -213,24 +225,12 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
desc: "Activates on tyrosine residues",
group: "amino acid identity",
},
{
name: "kinase helix",
dim: 594,
desc: "Activates strongly on the C-helix in kinase domains and weakly on surrounding beta strands",
group: "structural",
},
{
name: "kinase beta strands",
dim: 3642,
desc: "Activates on some beta strands in kinase domains and weakly on the C-helix",
group: "structural",
},
{
name: "kinase beta mids",
dim: 294,
desc: "Activates on the middle residues in kinase domain beta strands",
group: "structural",
},
{
name: "kinase beta strand",
dim: 3260,
Expand Down

0 comments on commit f86f947

Please sign in to comment.