Skip to content

Commit

Permalink
update feature description
Browse files Browse the repository at this point in the history
  • Loading branch information
etowahadams committed Nov 2, 2024
1 parent cb9b78e commit 8f6f76b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions viz/src/SAEConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
plmLayer: 24,
curated: [
{
name: "free alpha helix",
name: "full turn in alpha helix",
dim: 2293,
desc: "This feature activates on interspersed amino acids in alpha helices that tend to be isolated from other structures. It alternates between firing strongly and weakly in each turn of the helix.",
desc: "This feature activates strongly on every 7th amino acid (approximately two full turns) in alpha helices.",
group: "structural",
},
{
name: "beta strand channel",
dim: 3883,
desc: "This feature activates on channel-like structures consisting of beta strands. It fires only on a subset of beta strands making up the channel and more strongly one side of the channel.",
desc: "This feature activates on channel-like structures consisting of beta strands. It fires on a specific beta hairpin within the channel.",
group: "structural",
},
{
Expand Down

0 comments on commit 8f6f76b

Please sign in to comment.