a/README.md b/README.md
1
![course-card](images/URI-course-card-2.png)
1
2
Image from https://doi.org/10.3389/fpsyt.2020.00432
2
---
3
3
4
4
5
6
---
7
8
9
# Analysis of Biomedical Data for Biomarker Discovery
5
# Analysis of Biomedical Data for Biomarker Discovery
10
## Dr. Christopher L. Hemme
6
## Dr. Christopher L. Hemme
11
## Director, [RI-INBRE Molecular Informatics Core](https://web.uri.edu/riinbre/mic/)
7
## Director, [RI-INBRE Molecular Informatics Core](https://web.uri.edu/riinbre/mic/)
12
## The University of Rhode Island College of Pharmacy
8
## The University of Rhode Island College of Pharmacy
13
9
14
## Contents
10
## Contents
15
11
16
+ [Introduction](#introduction)
12
+ [Introduction](#introduction)
17
+ [Overview](#overview)
13
+ [Overview](#overview)
18
+ [Software Requirements](#software-requirements)
14
+ [Software Requirements](#software-requirements)
19
+ [Data](#data)
15
+ [Data](#data)
20
+ [Funding](#funding)
16
+ [Funding](#funding)
21
+ [License for Data](#license-for-data)
17
+ [License for Data](#license-for-data)
22
18
23
## Introduction
19
## Introduction
24
20
25
Welcome to the cloud-based learning module **Analysis of Biomedical Data for Biomarker Discovery** presented by the [Rhode Island INBRE Molecular Informatics Core (MIC)](https://web.uri.edu/riinbre/mic/) at the University of Rhode Island.  The module was developed by Dr. Christopher L. Hemme, Director of the MIC using data from Dr. Nisanne Ghonem at the Department of Biomedical and Pharmaceutical Sciences, College of Pharmacy, University of Rhode Island.  Our goal with this module is to bridge the gap between bioinformaticians (particularly those from a non-clinical background) and clinicians or clincal researchers who often view the same biomedical data in very different ways.  For example, bioinformaticians may not be familiar with the conventions for data presentation and visualization in the clinical literature, while clinicians are often overwhelmed by the volumes of data generated by modern bioinformatics methods or may question the utility of the results of bioinformatics analyses compared to more traditional clinical methods.  We present this challenge in terms of clinical biomarker discovery, that is, biological measures of health and disease.  For the clinician, a biomarker must be cheap and easy to measure, accurate, and easily interpretable for both the clinician and the patient.  A bioinformatician, on the other hand, is often looking at biomarkers on a global scale, trying to identify multiple correlated biomarkers that may or may not be obvious clinical targets.  Understanding the basic principles behind biomarker discovery and analysis will help these two groups better communicate when it comes time for data analysis and publication.
21
Welcome to the cloud-based learning module **Analysis of Biomedical Data for Biomarker Discovery** presented by the [Rhode Island INBRE Molecular Informatics Core (MIC)](https://web.uri.edu/riinbre/mic/) at the University of Rhode Island.  The module was developed by Dr. Christopher L. Hemme, Director of the MIC using data from Dr. Nisanne Ghonem at the Department of Biomedical and Pharmaceutical Sciences, College of Pharmacy, University of Rhode Island.  Our goal with this module is to bridge the gap between bioinformaticians (particularly those from a non-clinical background) and clinicians or clincal researchers who often view the same biomedical data in very different ways.  For example, bioinformaticians may not be familiar with the conventions for data presentation and visualization in the clinical literature, while clinicians are often overwhelmed by the volumes of data generated by modern bioinformatics methods or may question the utility of the results of bioinformatics analyses compared to more traditional clinical methods.  We present this challenge in terms of clinical biomarker discovery, that is, biological measures of health and disease.  For the clinician, a biomarker must be cheap and easy to measure, accurate, and easily interpretable for both the clinician and the patient.  A bioinformatician, on the other hand, is often looking at biomarkers on a global scale, trying to identify multiple correlated biomarkers that may or may not be obvious clinical targets.  Understanding the basic principles behind biomarker discovery and analysis will help these two groups better communicate when it comes time for data analysis and publication.
26
22
27
This module offers two computing pathways: [AWS (Amazon Web Services)](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/tree/master/AWS) or [GCP (Google Cloud Platform)](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/tree/master/GoogleCloud). Users can choose their preferred cloud service to run the Jupyter notebooks, ensuring flexibilty and accessibilty based on their existing infrastructure or familairty. Detailed instructions for setting up and using either AWS or GCP for this module are provided within their corresponding folders within this repository.
23
This module offers two computing pathways: [AWS (Amazon Web Services)](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/tree/master/AWS) or [GCP (Google Cloud Platform)](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/tree/master/GoogleCloud). Users can choose their preferred cloud service to run the Jupyter notebooks, ensuring flexibilty and accessibilty based on their existing infrastructure or familairty. Detailed instructions for setting up and using either AWS or GCP for this module are provided within their corresponding folders within this repository.
28
This module will cost about $1.00 to run, assuming you shut down and delete all resources when you are finished.
24
This module will cost about $1.00 to run, assuming you shut down and delete all resources when you are finished.
29
25
30
Watch this [Introduction Video](https://youtu.be/THy_d33Ih6M) to learn more about the module.
26
Watch this [Introduction Video](https://youtu.be/THy_d33Ih6M) to learn more about the module.
31
27
32
## Overview
28
## Overview
33
29
34
This repository contains files comprising a learning module covering concepts in biomarker discovery. The learning module consists of 9 submodules, with each submodule consisting of a Jupyter Notebook running the R programming language.  We assume the user has a basic knowledge of R and the R Bioconductor suite, but this is not required.  The submodules are organized as follows:
30
This repository contains files comprising a learning module covering concepts in biomarker discovery. The learning module consists of 9 submodules, with each submodule consisting of a Jupyter Notebook running the R programming language.  We assume the user has a basic knowledge of R and the R Bioconductor suite, but this is not required.  The submodules are organized as follows:
35
31
36
+ **Submodule 1: Introduction to Biomarkers** - Define what biomarkers are, identify the types of biomarkers, define properties of biomarkers that make them clinically useful, explore case studies of common clinical biomarkers.  
32
+ **Submodule 1: Introduction to Biomarkers** - Define what biomarkers are, identify the types of biomarkers, define properties of biomarkers that make them clinically useful, explore case studies of common clinical biomarkers.  
37
+ **Submodule 2: Introduction to R Data Structures** - (Optional).  
33
+ **Submodule 2: Introduction to R Data Structures** - (Optional).  
38
+ **Submodule 3: Introduction to Linear Models** - (Optional).  
34
+ **Submodule 3: Introduction to Linear Models** - (Optional).  
39
+ **Submodule 4: Principles of Exploratory Analysis** - (Optional).  
35
+ **Submodule 4: Principles of Exploratory Analysis** - (Optional).  
40
+ **Submodule 5: Rat Renal Ischaemia Reperfusion Injury Case Study** - Introduce the mouse renal IRI model used in this module.  
36
+ **Submodule 5: Rat Renal Ischaemia Reperfusion Injury Case Study** - Introduce the mouse renal IRI model used in this module.  
41
+ **Submodule 6: Linear and Logistic Regression for Comparison of Quantitative Biomarkers** - Compare two known clinical biomarkers using linear regression to identify state changes, Compare two biomarkers using binary classification schemes using logistic regression, evaluate classification schemes using ROC curves.  
37
+ **Submodule 6: Linear and Logistic Regression for Comparison of Quantitative Biomarkers** - Compare two known clinical biomarkers using linear regression to identify state changes, Compare two biomarkers using binary classification schemes using logistic regression, evaluate classification schemes using ROC curves.  
42
+ **Submodule 7: Exploratory Analysis of Proteomics IRI Data** - Normalize proteomics data for further analysis, identify and correct for batch effects in the data, explore trends in the data using dimensionality reduction methods such as principle components analysis, plot proteomics data using heatmaps.  
38
+ **Submodule 7: Exploratory Analysis of Proteomics IRI Data** - Normalize proteomics data for further analysis, identify and correct for batch effects in the data, explore trends in the data using dimensionality reduction methods such as principle components analysis, plot proteomics data using heatmaps.  
43
+ **Submodule 8: Identification of IRI Biomarkers from Proteomic Data** - Perform differential analysis on proteomic data to identify potential biomarkers indicating state changes.  
39
+ **Submodule 8: Identification of IRI Biomarkers from Proteomic Data** - Perform differential analysis on proteomic data to identify potential biomarkers indicating state changes.  
44
+ **Submodule 9: Machine Learning Methods in Biomarker Discovery** - Explore basic machine learning methods using the IRI proteomics data.  
40
+ **Submodule 9: Machine Learning Methods in Biomarker Discovery** - Explore basic machine learning methods using the IRI proteomics data.  
45
41
46
42
47
Submodules 2-4 cover optional background material for learners who need it and may be skipped for those who don't.
43
Submodules 2-4 cover optional background material for learners who need it and may be skipped for those who don't.
48
44
49
## Software Requirements
45
## Software Requirements
50
46
51
This module employs Jupyter Notebooks running R 4.2 using Bioconductor for bioinformatics data analysis and will employ tidy data principles implemented by the *tidyverse* package.  A basic knowledge of R is expected but not required for completing the module. Submodule 02 will review R data structures that will be particularly relevant in regression analysis.  Required R packages will be installed within each submodule.  The installation can take several minutes the first time the packages are installed.  Key packages used include *tidyverse* and BioConductor packages such as *limma*.  Prior understanding of these packages is not required to complete this module but users are encouraged to learn more about these packages prior to or following completion of this module to better understand the commands used.
47
This module employs Jupyter Notebooks running R 4.2 using Bioconductor for bioinformatics data analysis and will employ tidy data principles implemented by the *tidyverse* package.  A basic knowledge of R is expected but not required for completing the module. Submodule 02 will review R data structures that will be particularly relevant in regression analysis.  Required R packages will be installed within each submodule.  The installation can take several minutes the first time the packages are installed.  Key packages used include *tidyverse* and BioConductor packages such as *limma*.  Prior understanding of these packages is not required to complete this module but users are encouraged to learn more about these packages prior to or following completion of this module to better understand the commands used.
52
48
53
Jupyter Notebooks are run through your browser and have the file extension *ipynb*.  Activate the notebook by double-clicking the file name and it will automatically open in your browser. Each notebook consists of markdown and code cells.  Markdown cells are for text and figures and are there to guide you through the chapters.  Code cells can be run by clicking the play arrow at the top of the screen or by hitting CTRL-ENTER.  The code will run within the notebook and generate the appropriate output.  You may freely change the code and re-run the block as often as you like.  This is useful if you want to test different analysis models or modify figures. 
49
Jupyter Notebooks are run through your browser and have the file extension *ipynb*.  Activate the notebook by double-clicking the file name and it will automatically open in your browser. Each notebook consists of markdown and code cells.  Markdown cells are for text and figures and are there to guide you through the chapters.  Code cells can be run by clicking the play arrow at the top of the screen or by hitting CTRL-ENTER.  The code will run within the notebook and generate the appropriate output.  You may freely change the code and re-run the block as often as you like.  This is useful if you want to test different analysis models or modify figures. 
54
50
55
## Data
51
## Data
56
52
57
These tutorials use example sequence data procured from the laboratory of Dr. Nisanne Ghonem at the Department of Biomedical and Pharmaceutical Sciences, College of Pharmacy, University of Rhode Island. The relevant manuscripts can be found [here](https://pubmed.ncbi.nlm.nih.gov/34328097/) and [here](https://pubmed.ncbi.nlm.nih.gov/34560548/).
53
These tutorials use example sequence data procured from the laboratory of Dr. Nisanne Ghonem at the Department of Biomedical and Pharmaceutical Sciences, College of Pharmacy, University of Rhode Island. The relevant manuscripts can be found [here](https://pubmed.ncbi.nlm.nih.gov/34328097/) and [here](https://pubmed.ncbi.nlm.nih.gov/34560548/).
58
54
59
## Funding
55
## Funding
60
56
61
This module was funded through an administrative supplement to the Rhode Island IDeA Network of Biomedical Research Excellence (RI-INBRE) from the National Institute of General Medical Sciences of the National Institutes of Health under grant number P20GM103430 (RI-INBRE).
57
This module was funded through an administrative supplement to the Rhode Island IDeA Network of Biomedical Research Excellence (RI-INBRE) from the National Institute of General Medical Sciences of the National Institutes of Health under grant number P20GM103430 (RI-INBRE).
62
58
63
## License for Data
59
## License for Data
64
60
65
61
66
Text and materials are licensed under a Creative Commons CC-BY-NC-SA license. The license allows you to copy, remix and redistribute any of our publicly available materials, under the condition that you attribute the work (details in the license) and do not make profits from it. More information is available [here](https://tilburgsciencehub.com/about).
62
Text and materials are licensed under a Creative Commons CC-BY-NC-SA license. The license allows you to copy, remix and redistribute any of our publicly available materials, under the condition that you attribute the work (details in the license) and do not make profits from it. More information is available [here](https://tilburgsciencehub.com/about).
67
63
68
![Creative commons license](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)
64
![Creative commons license](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)
69
65
70
This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/)
66
This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/)
71
67
72
## Table of Contents
68
## Table of Contents
73
### AWS
69
### AWS
74
[README](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/README.md)  
70
[README](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/README.md)  
75
**Submodule01 Biomarker Concepts**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule01_Biomarker_Concepts.ipynb#overview) | [Biomarker Concepts](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule01_Biomarker_Concepts.ipynb#biomarker-concepts) | [We Have a Biomarker. Now What?](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule01_Biomarker_Concepts.ipynb#we-have-a-biomarker.-now-what?) | [Examples](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule01_Biomarker_Concepts.ipynb#examples-of-common-clinical-biomarkers) | [Next Steps](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule01_Biomarker_Concepts.ipynb#next-steps)  
71
**Submodule01 Biomarker Concepts**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule01_Biomarker_Concepts.ipynb#overview) | [Biomarker Concepts](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule01_Biomarker_Concepts.ipynb#biomarker-concepts) | [We Have a Biomarker. Now What?](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule01_Biomarker_Concepts.ipynb#we-have-a-biomarker.-now-what?) | [Examples](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule01_Biomarker_Concepts.ipynb#examples-of-common-clinical-biomarkers) | [Next Steps](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule01_Biomarker_Concepts.ipynb#next-steps)  
76
**Submodule02 Intro to R Data Structures**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule02_Intro_to_R_Data_Structures.ipynb#overview) | [Data Structures in R](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule02_Intro_to_R_Data_Structures.ipynb#data-structures-in-r) | [Why is this important?](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule02_Intro_to_R_Data_Structures.ipynb#why-is-this-important?)  
72
**Submodule02 Intro to R Data Structures**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule02_Intro_to_R_Data_Structures.ipynb#overview) | [Data Structures in R](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule02_Intro_to_R_Data_Structures.ipynb#data-structures-in-r) | [Why is this important?](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule02_Intro_to_R_Data_Structures.ipynb#why-is-this-important?)  
77
**Submodule03 Intro to Linear Models**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule03_Intro_to_Linear_Models.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule03_Intro_to_Linear_Models.ipynb#get-started) | [Conclusions](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule03_Intro_to_Linear_Models.ipynb#conclusions)  
73
**Submodule03 Intro to Linear Models**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule03_Intro_to_Linear_Models.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule03_Intro_to_Linear_Models.ipynb#get-started) | [Conclusions](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule03_Intro_to_Linear_Models.ipynb#conclusions)  
78
**Submodule04 Intro to Exploratory Analysis**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule04_Intro_to_Exploratory_Analysis.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule04_Intro_to_Exploratory_Analysis.ipynb#get-started) | [Conclusions](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule04_Intro_to_Exploratory_Analysis.ipynb#conclusions)  
74
**Submodule04 Intro to Exploratory Analysis**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule04_Intro_to_Exploratory_Analysis.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule04_Intro_to_Exploratory_Analysis.ipynb#get-started) | [Conclusions](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule04_Intro_to_Exploratory_Analysis.ipynb#conclusions)  
79
**Submodule05 IRI Case Study**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule05_IRI_Case_Study.ipynb#overview) | [Creating an Experimental Object](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule05_IRI_Case_Study.ipynb#creating-an-experimental-object) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule05_IRI_Case_Study.ipynb#conclusion)  
75
**Submodule05 IRI Case Study**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule05_IRI_Case_Study.ipynb#overview) | [Creating an Experimental Object](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule05_IRI_Case_Study.ipynb#creating-an-experimental-object) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule05_IRI_Case_Study.ipynb#conclusion)  
80
**Submodule06 Linear and Logistic Regression Biomarkers**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule06_Linear_and_Logistic_Regression_Biomarkers.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule06_Linear_and_Logistic_Regression_Biomarkers.ipynb#get-started) | [Evaluating Biomarkers](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule06_Linear_and_Logistic_Regression_Biomarkers.ipynb#evaluating-biomarkers-using-logistic-regression) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule06_Linear_and_Logistic_Regression_Biomarkers.ipynb#conclusion)  
76
**Submodule06 Linear and Logistic Regression Biomarkers**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule06_Linear_and_Logistic_Regression_Biomarkers.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule06_Linear_and_Logistic_Regression_Biomarkers.ipynb#get-started) | [Evaluating Biomarkers](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule06_Linear_and_Logistic_Regression_Biomarkers.ipynb#evaluating-biomarkers-using-logistic-regression) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule06_Linear_and_Logistic_Regression_Biomarkers.ipynb#conclusion)  
81
**Submodule07 Exploratory Proteomic Analysis**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule07_Exploratory_Proteomic_Analysis.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule07_Exploratory_Proteomic_Analysis.ipynb#get-started) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule07_Exploratory_Proteomic_Analysis.ipynb#conclusion)  
77
**Submodule07 Exploratory Proteomic Analysis**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule07_Exploratory_Proteomic_Analysis.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule07_Exploratory_Proteomic_Analysis.ipynb#get-started) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule07_Exploratory_Proteomic_Analysis.ipynb#conclusion)  
82
**Submodule08 Differential Analysis Proteomics**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule08_Differential_Analysis_Proteomics.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule08_Differential_Analysis_Proteomics.ipynb#get-started) | [Finishing Our Experiment](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule08_Differential_Analysis_Proteomics.ipynb#finishing-our-experiment) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule08_Differential_Analysis_Proteomics.ipynb#conclusion)  
78
**Submodule08 Differential Analysis Proteomics**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule08_Differential_Analysis_Proteomics.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule08_Differential_Analysis_Proteomics.ipynb#get-started) | [Finishing Our Experiment](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule08_Differential_Analysis_Proteomics.ipynb#finishing-our-experiment) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule08_Differential_Analysis_Proteomics.ipynb#conclusion)  
83
**Submodule09 Biomarker Discovery Using ML**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule09_Biomarker_Discovery_using_ML.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule09_Biomarker_Discovery_using_ML.ipynb#get-started) | [Comparing Our Models](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule09_Biomarker_Discovery_using_ML.ipynb#comparing-our-models-with-metrics) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule09_Biomarker_Discovery_using_ML.ipynb#conclusion)  
79
**Submodule09 Biomarker Discovery Using ML**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule09_Biomarker_Discovery_using_ML.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule09_Biomarker_Discovery_using_ML.ipynb#get-started) | [Comparing Our Models](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule09_Biomarker_Discovery_using_ML.ipynb#comparing-our-models-with-metrics) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/AWS/Submodule09_Biomarker_Discovery_using_ML.ipynb#conclusion)  
84
80
85
### Google Cloud
81
### Google Cloud
86
[README](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/README.md)  
82
[README](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/README.md)  
87
**Submodule01 Biomarker Concepts**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule01_Biomarker_Concepts.ipynb#overview) | [Biomarker Concepts](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule01_Biomarker_Concepts.ipynb#biomarker-concepts) | [We Have a Biomarker. Now What?](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule01_Biomarker_Concepts.ipynb#we-have-a-biomarker.-now-what?) | [Examples](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule01_Biomarker_Concepts.ipynb#examples-of-common-clinical-biomarkers) | [Next Steps](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule01_Biomarker_Concepts.ipynb#next-steps)  
83
**Submodule01 Biomarker Concepts**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule01_Biomarker_Concepts.ipynb#overview) | [Biomarker Concepts](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule01_Biomarker_Concepts.ipynb#biomarker-concepts) | [We Have a Biomarker. Now What?](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule01_Biomarker_Concepts.ipynb#we-have-a-biomarker.-now-what?) | [Examples](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule01_Biomarker_Concepts.ipynb#examples-of-common-clinical-biomarkers) | [Next Steps](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule01_Biomarker_Concepts.ipynb#next-steps)  
88
**Submodule02 Intro to R Data Structures**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule02_Intro_to_R_Data_Structures.ipynb#overview) | [Data Structures in R](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule02_Intro_to_R_Data_Structures.ipynb#data-structures-in-r) | [Why is this important?](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule02_Intro_to_R_Data_Structures.ipynb#why-is-this-important?)  
84
**Submodule02 Intro to R Data Structures**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule02_Intro_to_R_Data_Structures.ipynb#overview) | [Data Structures in R](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule02_Intro_to_R_Data_Structures.ipynb#data-structures-in-r) | [Why is this important?](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule02_Intro_to_R_Data_Structures.ipynb#why-is-this-important?)  
89
**Submodule03 Intro to Linear Models**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule03_Intro_to_Linear_Models.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule03_Intro_to_Linear_Models.ipynb#get-started) | [Conclusions](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule03_Intro_to_Linear_Models.ipynb#conclusions)  
85
**Submodule03 Intro to Linear Models**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule03_Intro_to_Linear_Models.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule03_Intro_to_Linear_Models.ipynb#get-started) | [Conclusions](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule03_Intro_to_Linear_Models.ipynb#conclusions)  
90
**Submodule04 Intro to Exploratory Analysis**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule04_Intro_to_Exploratory_Analysis.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule04_Intro_to_Exploratory_Analysis.ipynb#get-started) | [Conclusions](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule04_Intro_to_Exploratory_Analysis.ipynb#conclusions)  
86
**Submodule04 Intro to Exploratory Analysis**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule04_Intro_to_Exploratory_Analysis.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule04_Intro_to_Exploratory_Analysis.ipynb#get-started) | [Conclusions](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule04_Intro_to_Exploratory_Analysis.ipynb#conclusions)  
91
**Submodule05 IRI Case Study**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule05_IRI_Case_Study.ipynb#overview) | [Creating an Experimental Object](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule05_IRI_Case_Study.ipynb#creating-an-experimental-object) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule05_IRI_Case_Study.ipynb#conclusion)  
87
**Submodule05 IRI Case Study**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule05_IRI_Case_Study.ipynb#overview) | [Creating an Experimental Object](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule05_IRI_Case_Study.ipynb#creating-an-experimental-object) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule05_IRI_Case_Study.ipynb#conclusion)  
92
**Submodule06 Linear and Logistic Regression Biomarkers**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule06_Linear_and_Logistic_Regression_Biomarkers.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule06_Linear_and_Logistic_Regression_Biomarkers.ipynb#get-started) | [Evaluating Biomarkers](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule06_Linear_and_Logistic_Regression_Biomarkers.ipynb#evaluating-biomarkers-using-logistic-regression) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule06_Linear_and_Logistic_Regression_Biomarkers.ipynb#conclusion)  
88
**Submodule06 Linear and Logistic Regression Biomarkers**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule06_Linear_and_Logistic_Regression_Biomarkers.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule06_Linear_and_Logistic_Regression_Biomarkers.ipynb#get-started) | [Evaluating Biomarkers](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule06_Linear_and_Logistic_Regression_Biomarkers.ipynb#evaluating-biomarkers-using-logistic-regression) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule06_Linear_and_Logistic_Regression_Biomarkers.ipynb#conclusion)  
93
**Submodule07 Exploratory Proteomic Analysis**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule07_Exploratory_Proteomic_Analysis.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule07_Exploratory_Proteomic_Analysis.ipynb#get-started) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule07_Exploratory_Proteomic_Analysis.ipynb#conclusion)  
89
**Submodule07 Exploratory Proteomic Analysis**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule07_Exploratory_Proteomic_Analysis.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule07_Exploratory_Proteomic_Analysis.ipynb#get-started) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule07_Exploratory_Proteomic_Analysis.ipynb#conclusion)  
94
**Submodule08 Differential Analysis Proteomics**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule08_Differential_Analysis_Proteomics.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule08_Differential_Analysis_Proteomics.ipynb#get-started) | [Finishing Our Experiment](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule08_Differential_Analysis_Proteomics.ipynb#finishing-our-experiment) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule08_Differential_Analysis_Proteomics.ipynb#conclusion)  
90
**Submodule08 Differential Analysis Proteomics**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule08_Differential_Analysis_Proteomics.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule08_Differential_Analysis_Proteomics.ipynb#get-started) | [Finishing Our Experiment](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule08_Differential_Analysis_Proteomics.ipynb#finishing-our-experiment) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule08_Differential_Analysis_Proteomics.ipynb#conclusion)  
95
**Submodule09 Biomarker Discovery Using ML**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule09_Biomarker_Discovery_using_ML.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule09_Biomarker_Discovery_using_ML.ipynb#get-started) | [Comparing Our Models](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule09_Biomarker_Discovery_using_ML.ipynb#comparing-our-models-with-metrics) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule09_Biomarker_Discovery_using_ML.ipynb#conclusion)
91
**Submodule09 Biomarker Discovery Using ML**: [Overview](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule09_Biomarker_Discovery_using_ML.ipynb#overview) | [Get Started](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule09_Biomarker_Discovery_using_ML.ipynb#get-started) | [Comparing Our Models](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule09_Biomarker_Discovery_using_ML.ipynb#comparing-our-models-with-metrics) | [Conclusion](https://github.com/NIGMS/Analysis-of-Biomedical-Data-for-Biomarker-Discovery/blob/master/GoogleCloud/Submodule09_Biomarker_Discovery_using_ML.ipynb#conclusion)