Skip to content

Commit

Permalink
feat: two new feature annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
etowahadams committed Nov 12, 2024
1 parent 001e32a commit 730906a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions viz/src/SAEConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
desc: "Mostly activates on the second amino acid in a sequence",
group: "amino acid position",
},
{
name: "last residue",
dim: 799,
desc: "Activates on the last amino acid in a sequence",
group: "amino acid position",
},
{
name: "alanine",
dim: 3267,
Expand Down Expand Up @@ -237,6 +243,12 @@ export const SAE_CONFIGS: Record<string, SAEConfig> = {
desc: "Activates on leucine residues",
group: "amino acid identity",
},
{
name: "valine",
dim: 3383,
desc: "Activates on valine residues",
group: "amino acid identity",
},
{
name: "methionine",
dim: 444,
Expand Down

0 comments on commit 730906a

Please sign in to comment.