Skip to content

Commit

Permalink
Make 4000 the top curated feature
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Nov 9, 2024
1 parent c0f15a4 commit 6c8fac9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions viz/src/SAEConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
numHiddenDims: 4096,
plmLayer: 24,
curated: [
{
name: "beta barrel",
dim: 4000,
desc: "This feature activates on transmembrane beta barrels. It highlights every other residue along each beta strand, weaving a criss-cross pattern. It activates on de novo designed proteins (PDB 6X1K, 6X9Z), and natural proteins (PDB 2MLH).",
contributor: "Diego del Alamo",
group: "structural",
},
{
name: "full turn in alpha helix",
dim: 2293,
Expand All @@ -40,13 +47,6 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
group: "structural",
contributor: "Daniel Saltzberg",
},
{
name: "beta barrel",
dim: 4000,
desc: "This feature activates on transmembrane beta barrels. It highlights every other residue along each beta strand, weaving a criss-cross pattern. It activates on de novo designed proteins (PDB 6X1K, 6X9Z), and natural proteins (PDB 2MLH).",
contributor: "Diego del Alamo",
group: "structural",
},
{
name: "membrane exposed helices",
dim: 3732,
Expand Down

0 comments on commit 6c8fac9

Please sign in to comment.