Skip to content

Commit

Permalink
change rna filter range (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhwang97 authored Nov 17, 2023
1 parent aa0d54b commit b9dfc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/Filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export type Filter =
export const brainDataFilters: Filter[] = [
{ name: 'nppmih_hours', variableName: 'Postmortem Interval (Hours)', type: 'slider', npCategory: false, max: 160, min: 0, description: 'Postmortem Hours Description' },
{ name: 'age_death', variableName: 'Age of Death', type: 'slider', npCategory: false, max: 120, min: 0, description: 'Age of death description' },
{ name: 'nprin', variableName: 'RNA Integrity Number', type: 'slider', npCategory: false, max: 100, min: 0, description: 'RNA Integrity Description' },
{ name: 'nprin', variableName: 'RNA Integrity Number', type: 'slider', npCategory: false, max: 10, min: 0, description: 'RNA Integrity Description' },
{
name: 'npfrotispre',
variableName: 'Frozen tissue present',
Expand Down

0 comments on commit b9dfc3e

Please sign in to comment.