Big Data and personalized medicine Flashcards

1
Q

Medical data

- from data to wisdom

A

data: collected raw material, no connections, no relationship
information: organized & structured data
knowledge: give information certain meaning
wisdom: integrated knowledge
decision: purpose

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

form data to wisdom

- conversion zones

A

found between the levels

  • conversion form one level to next
  • can be manually or automatically done
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

big data drivers

A
  • technological advances → imaging & sequencing techniques
  • IT innovations → IoT, wearables
  • Digitalisation → elecronic health record
  • social behaviour moments → measure and share information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

big data problems > 4 Vs

A
  • Volume: data in scale
  • Variety: data in many forms → strucured, unstrucutred, format
  • Velocity: data in motion → analysis of streaming data
  • Veracity: data uncertainty → managing reliability and predictability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Medical data

A

medical images, genetic profiles, questionnaire, metabolic & mobile monitoring
- analytics: needed to connect all data together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

challenges of big data analysis in health care

A
  • data can be inconsistent
  • analytical issues
  • problems of integration into clinics
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

database definition

A

collection of organised data

  • Softwares: Database Management System DBMS & MySQL
  • created to store data → medical laboratory results and images
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

relational model of data

A
  • data stored according to certain models in a DBMS
  • Relational model most commonly used
  • data organized in tabular format with rows and columns
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

SQL

A
  • SQL = structured query language
  • computer language for interacting with relational database
  • special purpose language
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

SQL commands

A
Data definition language
- CREATE TABLE, ALTER TABLE
Data manipulation language
- INSERT, UPDATE, STORE
Data control language
- GRANT, REVOKE
Transaction control language
- COMMIT, ROLLBACK
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Big data and relational DBMS

A

Problem: scaling

  • scale up → vertical scaling (larger computer for more data storing)
  • scale out → horizontal scaling (more computers for more data storing)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Data lakes

A

Idea: add all data in a “lake”
not strucutred, raw data
challenge: need different models

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

noSQL

A
= not only SQL
- Key-value: volatile or persistent
- Wide column → ID
- document → describe data by different means
- graph → connect data points together
→ advantage: more room to organize data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

role of big data in personalized medicine

A

extract form world population medical data and day-to-day data → store them → via data analysis new knowledge can be formed → specifically target patients with certain treatments

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

personalized medicine

A

medical problem can be viewed as emergent structure and cells, tissues, molecules are the individual interactions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

medical data variety

A

problem: medical data, imaging etc → difficult to connect
- solution: computing framework
→ Variety (combining existing models) & Veracity (use simple discrete models)

17
Q

Example for personalized bone health prognosis

A

cellular automation
- discrete domain → tissue
- cell status → tissue density
- local update rules → mechanical and molecular regulation
boolean network
- boolean variable → molecular/cellular states
- boolean functions→ molecular/cellular interactions
Prototype
- patient specific input data
Simulation → bone loss related to adolescent idiopathic scoliosis

18
Q

SQL vs mySQL

A

SQL: used to manage relational databases
mySQL: used to store, retriev, modify and administrate data using SQL