Changes between Initial Version and Version 1 of StoryViewAndFilterInMatrix


Ignore:
Timestamp:
2012-03-14T09:44:22+01:00 (12 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StoryViewAndFilterInMatrix

    v1 v1  
     1In the Molgenis Research Portal, we want to have a Phenotype Matrix Viewer
     2edit
     3AppCatalogue
     4Create Biobank Catalogue
     5Browse And Select Features
     6Request Data?
     7Approve Request?
     8AppInstaller
     9StoryImputeGenoData
     10StoryConvertGenoData
     11StoryConvertPhenoData
     12Create MOLGENIS VM
     13(LifeLines) Load LifeLines First release
     14(LifeLines) Link VM to WOM
     15AppResearchPortal
     16StoryBrowseAndSelectFeatures?
     17StoryViewAndFilterInMatrix
     18Download as PLINK
     19Download as SPSS?
     20Run GWAS analysis?
     21Scrum: ticket:1050
     22
     23Original Requirements on Modules/Matrix
     24
     25Acceptance criteria:
     26
     27One viewer!
     28Has options to export to Excel and SPSS.
     29Has column filters that can be stacked.
     30Has row and column header filters.
     31Design decisions:
     32
     33Repeated values on same measurement will be solved during import
     34In all cases: ask Salome what the researcher would expect to see
     35Suggested solutions:
     36In case of fixed number of values: create new measurements for each repeat (e.g. bp1, bp2, ..)
     37In case of variable number of values: count number + import the last two
     38Status:
     39
     40We'll use the SliceablePhenoMatrixVM matrix viewer.
     41It supports multiple values.
     42When initializing, you provide it with a hashmap of protocols and lists of measurements.
     43SliceablePhenoMatrixVM implements the Backend interface. There are multiple backends: Relational, EAV and View.