Skip to content

Commit 062287c

Browse files
Fixed issues with README
1 parent 0bcf5e3 commit 062287c

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
## **Contents**
66

7-
- [Practical Data-Centric Python for Biomedical Researchers](#practical-data-centric-aiml-for-biomedical-researchers)
8-
- [**Contents**](#contents)
7+
- Practical Data-Centric Python for Biomedical Researchers
98
- [**Overview**](#overview)
109
- [**Background**](#background)
1110
- [**Before Starting**](#before-starting)
@@ -20,13 +19,13 @@
2019
## **Overview**
2120
The module prioritizes practical coding techniques for biological scientists who have limited or no background in programming in Python or other languages. The module also utilizes a blend of short instructional videos, interactive demonstrations, and hands-on exercises to facilitate self-directed learning and knowledge retention.
2221

23-
Module 0 provides the background information you need to create a Cloud Computing account at Azure, to copy the needed tutorials from Github (where they are stored), and how to use Github for your data storage needs.
22+
Submodule 0 provides the background information you need to create a Cloud Computing account at Azure, to copy the needed tutorials from Github (where they are stored), and how to use Github for your data storage needs.
2423

25-
Module 1 is a set of foundational tutorials in Python
24+
Submodule 1 is a set of foundational tutorials in Python
2625

27-
Module 2 expands the Python toolbox to NumPy & Pandas (great data handling tools), graphing libraries and statistics for bioinformatics.
26+
Submodule 2 expands the Python toolbox to NumPy & Pandas (great data handling tools), graphing libraries and statistics for bioinformatics.
2827

29-
Module 3 tutorials show how to save and edit Python scripts to extend your programming outside of Jupyter notebooks for reproducibly running programming tasks.
28+
Submodule 3 tutorials show how to save and edit Python scripts to extend your programming outside of Jupyter notebooks for reproducibly running programming tasks.
3029

3130
## **Background**
3231

@@ -45,10 +44,7 @@ This *Introduction to Python* course, even if you work very slowly, should cost
4544

4645
You can view the information in Module 0 in your browser by clicking on the Github folder (above) for Submodule 0. It provides instructions on how to set up a cloud account to use this, and other, tutorials.
4746

48-
Additional information on how to [create an Azure account](https://github.com/NIGMS/NIGMS-Sandbox/blob/main/docs/HowToCreateAzureMLNotebooks.md) is provided by the NIGMS in abbreviated form for those with a subscription to Azure.
49-
50-
* Video directions can be viewed at [Learning Modules for Cloud-Based Biomedial Research.](https://www.youtube.com/playlist?list=PLXaEJPtnQ4w7Vu7vqWbttBjUGrPp4Qa7b)
51-
47+
Additional information on how to [create an Azure computing instance](https://github.com/NIGMS/NIGMS-Sandbox/blob/main/docs/HowToCreateAzureMLNotebooks.md) is provided by NIGMS in abbreviated form for those with a subscription to Azure.
5248

5349
## **Software Requirements**
5450
* If you use the cloud, **you do not need any additional software**.
@@ -73,23 +69,26 @@ Each module includes at least one guided 'project' that allows you to practice y
7369
Data will be obtained from online databases (e.g., NCBI) or will be in folders in the submodule. You will learn to use the Python tools that can read large data sets without needing to download them to your computer hard drive.
7470

7571
## **Module Outline**
76-
**Module 0 - Intro to Cloud Computing and Git**
77-
- Lecture (upcoming)
7872

79-
- Tutorial 1: Github Download *how to get the tutorials*
80-
- Tutorial 2: Jupyter Notebooks *how to navigate these tutorials*
81-
- Tutorial 3: AzureML *how to start using a cloud computer*
82-
- Tutorial 3b: AzureML *CloudLab details*
83-
- Tutorial 4: GitHub 4 You *how Git and Github can be useful for you as a bioinformatician*
84-
- Tutorial 5: Managing Git *how to manage your Github repositories for multiple users*
85-
- Tutorial 6: Digital Object Identifiers for GitHub *Creating citable identifiers for your data at Zenodo*
73+
**Submodule 0 - Intro to Cloud Computing and Git**
74+
75+
Learn about how to use Cloud computing and Git
76+
77+
- Lecture (upcoming)
78+
- Tutorials
79+
- Tutorial 1: Github Download *how to get the tutorials*
80+
- Tutorial 2: Jupyter Notebooks *how to navigate these tutorials*
81+
- Tutorial 3: AzureML *how to start using a cloud computer*
82+
- Tutorial 3b: AzureML *CloudLab details*
83+
- Tutorial 4: GitHub 4 You *how Git and Github can be useful for you as a bioinformatician*
84+
- Tutorial 5: Managing Git *how to manage your Github repositories for multiple users*
85+
- Tutorial 6: Digital Object Identifiers for GitHub *Creating citable identifiers for your data at Zenodo*
8686

8787
**Submodule 1 - Foundations of Python**
8888

8989
Learn core concepts, diverse applications, introductory algorithms, ethical considerations, and data challenges.
9090

9191
- Lecture (upcoming)
92-
-
9392
- Tutorials
9493
- Tutorial 1: Python Overview
9594
- Tutorial 2: Variables
@@ -104,20 +103,21 @@ Learn core concepts, diverse applications, introductory algorithms, ethical cons
104103
Learn Data Science with NumPy and Pandas
105104

106105
- Lecture
107-
-
108106
- Tutorials
109107
- Tutorial 0: Overview
110108
- Tutorial 1: NumPy
111109
- Tutorial 2: Pandas
112110
- Tutorial 2a: Pandas PDB Exercise
113111
- Tutorial 2b: Pandas RNA-seq Guided Excercise
114-
- Tutorial 3:Visualizing Data
112+
- Tutorial 3: Visualizing Data
115113
- Tutorial 4: Inferential Statistics
116114
- Project
117115
- Tutorial 6a Using data
118116
- Tutorial 6bProject with solutions
119117

120-
**Submodule 3 - **
118+
**Submodule 3 - Object Oriented Programming**
119+
120+
Learn the basics of Object Oriented Programming (OOP)
121121

122122
- Tutorial 0: Overview of OOP
123123
- Tutorial 1: Introduction to Python OOP
@@ -126,8 +126,8 @@ Learn Data Science with NumPy and Pandas
126126

127127

128128
## **Funding**
129-
The creation of this training module was supported by the National Institute Of General Medical Sciences of the National Institutes of Health under Award Number *******. Any opinions, findings, conclusions, or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of any of the funding agencies.
129+
The creation of this training module was supported by the National Institute Of General Medical Sciences of the National Institutes of Health. Any opinions, findings, conclusions, or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of any of the funding agencies.
130130

131131
## **License for Data**
132-
Text and materials are licensed under a Creative Commons. The [license]([license](https://github.com/drchase55/NNU_nih_python_jrc/blob/Intro_to_Python_Modules/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.
132+
Text and materials are licensed under a Creative Commons. The [license](https://github.com/drchase55/NNU_nih_python_jrc/blob/Intro_to_Python_Modules/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.
133133

0 commit comments

Comments
 (0)