Skip to content

Commit

Permalink
update features
Browse files Browse the repository at this point in the history
  • Loading branch information
etowahadams committed Dec 3, 2024
1 parent 122baa8 commit 6a11053
Showing 1 changed file with 15 additions and 27 deletions.
42 changes: 15 additions & 27 deletions viz/src/SAEConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
desc: "Activates on a single beta strand",
group: "structural",
},
{
name: "alpha helix: first aa",
dim: 3451,
desc: "Activates on the first amino acid in a specific alpha helix",
group: "structural",
},
{
name: "beta strand: first aa",
dim: 782,
Expand All @@ -122,6 +116,18 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
desc: "Activates on the turn between two alpha helices in ABC transporter proteins",
group: "structural",
},
{
name: "alpha helices in TFs",
dim: 798,
desc: "Activates on alpha helices on transcription factors-like proteins",
group: "structural",
},
{
name: "long alpha helices",
dim: 1008,
desc: "Activates on most amino acids in long alpha helices",
group: "structural",
},
{
name: "leucine rich repeats",
dim: 3425,
Expand Down Expand Up @@ -340,27 +346,9 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
group: "alpha helix",
},
{
name: "sporadic alpha helix",
dim: 4095,
desc: "Actives without a distinct pattern in alpha helices",
group: "alpha helix",
},
{
name: "sporadic alpha helix",
dim: 2611,
desc: "Actives without a distinct pattern in alpha helices",
group: "alpha helix",
},
{
name: "alpha helices in TFs",
dim: 798,
desc: "Activates on alpha helices on transcription factors-like proteins",
group: "alpha helix",
},
{
name: "long alpha helices",
dim: 1008,
desc: "Activates on most amino acids in long alpha helices",
name: "first aa",
dim: 3451,
desc: "Activates on the first amino acid in short buried alpha helices",
group: "alpha helix",
},
{
Expand Down

0 comments on commit 6a11053

Please sign in to comment.