Skip to content

Commit

Permalink
chore: close parenthesis (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhwang97 authored Feb 27, 2024
1 parent 899cc1f commit b4f9f4a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/types/Filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,15 @@ export type Filter =
};

export const brainDataFilters: Filter[] = [
{ name: 'nppmih_hours', variableName: 'Postmortem Interval (Hours)', type: 'slider', npCategory: false, max: 160, min: 0, description: 'Hours for Postmortem interval (PMI): time between death and brain removal' },
{
name: 'nppmih_hours',
variableName: 'Postmortem Interval (Hours)',
type: 'slider',
npCategory: false,
max: 160,
min: 0,
description: 'Hours for Postmortem interval (PMI): time between death and brain removal'
},
{ name: 'age_death', variableName: 'Age of Death', type: 'slider', npCategory: false, max: 120, min: 0, description: 'Age at death' },
{ name: 'nprin', variableName: 'RNA Integrity Number', type: 'slider', npCategory: false, max: 10, min: 0, description: 'RNA integrity number' },
{
Expand Down Expand Up @@ -178,6 +186,6 @@ export const brainDataFilters: Filter[] = [
Present: 3,
'Missing/Unknown': 9
},
description: 'Hippocampal sclerosis (CA1 and/or subiculum'
description: 'Hippocampal sclerosis (CA1 and/or subiculum)'
}
];

0 comments on commit b4f9f4a

Please sign in to comment.