Top Banner
27th October 2016 Wibo Pipping – The Hyve Glowing bear A modern user interface for tranSMART using the REST API
28

Glowing bear

Apr 14, 2017

Download

Health & Medicine

thehyve
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Glowing bear

27th October 2016

Wibo Pipping – The Hyve

Glowing bearA modern user interface for tranSMART using the REST API

Page 2: Glowing bear

2

Agenda/Overview

● IMI Translocation

● Principles for the new UI

● Glowing bear

○ Design

○ Current status

○ Roadmap

● Questions

Page 3: Glowing bear

IMI TranslocationNew drugs 4 bad bugs

Page 4: Glowing bear

4

Translocation

● Part of the IMI antimicrobial resistance programme

● Integrate existing knowledge

○ Preclinical data

○ Clinical data

● Extend the REST API

Page 5: Glowing bear

5

Translocation - Role in project

Page 6: Glowing bear

6

Translocation - features

● Extended tranSMART REST API

● Improved R client

○ Reduced data download overhead

○ Extended constraints for data download

● Started work on new UI - Glowing bear

Page 7: Glowing bear

7

Translocation - New UI

● cBioPortal inspired

● Utilizes the REST API

● Well received

● Use cases provided by

● tranSMART community

Page 8: Glowing bear

PrinciplesCurrent UI and glowing bear

Page 9: Glowing bear

9

Current tranSMART UI● User experience:

○ Outdated look and feel

○ Steep learning curve

○ Feedback not always clear

Page 10: Glowing bear

10

Current tranSMART UI

● Technological debt:

○ Old fashioned server architecture

○ No separation of concerns

○ No test coverage

Cur

rent

cod

e qu

ality

Time to implement new feature →

Page 11: Glowing bear

11

Glowing bear - Goals

● Replace old UI for all common use cases

● Improve cohort selection to improve usability

● Improve user experience

● Leverage new functionality and improved REST API

build in 17.1 project

○ Longitudinal data

○ Modifier support

○ Cross study support

○ Data linking to third parties (i.e. Arvados)

Page 12: Glowing bear

12

Principles

● Responsive

○ Feedback to the user

● Informative

○ Insight into what data the user has

● Intuitive

○ Gradual learning curve

○ Low threshold to start

Page 13: Glowing bear

13

Responsive

● Feedback

○ Early

○ Correct location

○ Clear

Page 14: Glowing bear

14

Informative

● Insight in what the data has to offer

○ Ranges and distributions

○ Update figures when selecting data

● Maintain information flow through the system

Page 15: Glowing bear

15

Intuitive

● Flatten learning curve

● Lower threshold for new users

● Dynamic transition from simple to more complex use

cases

Page 16: Glowing bear

16

Glowing bear - design part 1

● Interactive dynamic web application

○ cBioPortal inspired

● Separation of concerns

○ Modular system

○ Separate back-end and front-end

TranSMART CoreDB + CoreAPI

REST API

Glowing bear

● Processing power● long running jobs● data storage

Page 17: Glowing bear

17

Glowing bear - design part 2

● Separation of concerns

○ Also in the front-end itself

● Plugin architecture

○ SmartR

○ Genome browser?

○ …. ?

● Why?

○ Simplify development and maintenance

Glowing bear

SmartR

Plugin X

Page 18: Glowing bear

18

Glowing bear - design part 3 ● Produced code has to have tests

○ Avoid regressions

○ Maintain quality of the product

● Current UI code base has a 0.00% test coverage

Page 19: Glowing bear

19

Recent additions

● Improved cohort selection

○ Supports up to 2 cohorts

○ Cohort grid

● Save and retrieve cohorts

● Plugin architecture

○ SmartR support

● Searching on study level

● metadata

Page 20: Glowing bear

Glowing bearIn development and Roadmap

Page 21: Glowing bear

21

Currently in development

● Data export

○ Adjusting REST API for support

Page 22: Glowing bear

● Longitudinal data

● Improved study selection

● File linking

● Cross study support

● Improve smartR workflow

● Extend searching concepts/metadata

● Frontpage - study changes statistics

● Advanced visualisations

● Notebook support

22

Planned roadmap - features

Page 23: Glowing bear

23

Planned roadmap

● Longitudinal data

○ Waiting for 17.1 Backend implementation

○ Support temporal relations in data queries

○ UI component in design phase

● Improve smartR workflow

Page 24: Glowing bear

24

Planned roadmap

● Improved study selection

○ Controlled vocabulary

○ Genes

● Frontpage - study changes statistics

○ Recently loaded studies

Page 25: Glowing bear

25

Planned roadmap

● File linking

○ Arvados

● Cross study support

● Extend searching concepts/metadata

○ Searching on concepts

● Advanced visualisations

○ Line graphs with data transformation

● Notebook support

○ Adding custom analysis

Page 27: Glowing bear

Questions

Page 28: Glowing bear