Contents
Contents
Dinov
1 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 DSPA Mission and Objectives . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Examples of Driving Motivational Problems and Challenges . . . . 2
1.2.1 Alzheimer’s Disease . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2.2 Parkinson’s Disease . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2.3 Drug and Substance Use . . . . . . . . . . . . . . . . . . . . . . . 3
1.2.4 Amyotrophic Lateral Sclerosis . . . . . . . . . . . . . . . . . . 4
1.2.5 Normal Brain Visualization . . . . . . . . . . . . . . . . . . . . . 4
1.2.6 Neurodegeneration . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.2.7 Genetic Forensics: 2013–2016 Ebola Outbreak . . . . . . . 5
1.2.8 Next Generation Sequence (NGS) Analysis . . . . . . . . . 6
1.2.9 Neuroimaging-Genetics . . . . . . . . . . . . . . . . . . . . . . . 7
1.3 Common Characteristics of Big (Biomedical and Health) Data . . . 8
1.4 Data Science . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.5 Predictive Analytics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.6 High-Throughput Big Data Analytics . . . . . . . . . . . . . . . . . . . . . 10
1.7 Examples of Data Repositories, Archives, and Services . . . . . . . . 10
1.8 DSPA Expectations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
2 Foundations of R . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
2.1 Why Use R? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
2.2 Getting Started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
2.2.1 Install Basic Shell-Based R . . . . . . . . . . . . . . . . . . . . 15
2.2.2 GUI Based R Invocation (RStudio) . . . . . . . . . . . . . . 15
2.2.3 RStudio GUI Layout . . . . . . . . . . . . . . . . . . . . . . . . . 15
2.2.4 Some Notes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
2.3 Help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
2.4 Simple Wide-to-Long Data format Translation . . . . . . . . . . . . . 17
2.5 Data Generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
2.6 Input/Output (I/O) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
xix
xx Contents
Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 819
Glossary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 823
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 825