Skip to content

Commit

Permalink
added new uniprotkb_accessions property to mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sagely1 committed Nov 28, 2024
1 parent 0737f41 commit a2ff72b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/testing/gene-mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const geneMock1: Gene = {
'Moesin (for membrane-organizing extension spike protein) is a member of the ERM family which includes ezrin and radixin. ERM proteins appear to function as cross-linkers between plasma membranes and actin-based cytoskeletons. Moesin is localized to filopodia and other membranous protrusions that are important for cell-cell recognition and signaling and for cell movement. [provided by RefSeq, Jul 2008].',
hgnc_symbol: 'MSN',
alias: ['HEL70', 'IMD50'],
uniprotkb_accessions: [],
is_igap: false,
is_eqtl: false,
is_any_rna_changed_in_ad_brain: true,
Expand Down Expand Up @@ -2986,6 +2987,7 @@ export const geneMock2: Gene = {
'PLEC1b',
'PLTN',
],
uniprotkb_accessions: [],
is_igap: false,
is_eqtl: true,
is_any_rna_changed_in_ad_brain: true,
Expand Down Expand Up @@ -3164,6 +3166,7 @@ export const geneMock3: Gene = {
'p59Hck',
'p61Hck',
],
uniprotkb_accessions: [],
is_igap: false,
is_eqtl: true,
is_any_rna_changed_in_ad_brain: true,
Expand Down Expand Up @@ -3372,6 +3375,7 @@ export const nominatedGeneMock1: Gene = {
summary: '',
hgnc_symbol: 'MSN',
alias: [],
uniprotkb_accessions: [],
is_igap: false,
is_eqtl: false,
is_any_rna_changed_in_ad_brain: false,
Expand Down Expand Up @@ -3469,6 +3473,7 @@ export const noHGNCgeneMock: Gene = {
summary: '',
hgnc_symbol: '',
alias: [],
uniprotkb_accessions: [],
is_igap: false,
is_eqtl: false,
is_any_rna_changed_in_ad_brain: false,
Expand Down

0 comments on commit a2ff72b

Please sign in to comment.