-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_data_science_los.qmd
More file actions
16 lines (14 loc) · 998 Bytes
/
_data_science_los.qmd
File metadata and controls
16 lines (14 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<u>**Data Science/Bioinformatics Learning Objectives:**</u>
<!--
Enumerate the Data Science or Bioinformatic specific learning objectives here.
(Can have more than 3).
For an example, see this previous Open Case Study: https://www.opencasestudies.org/ocs-bp-co2-emissions/#Learning_Objectives
-->
1. Understand ways in which version control facilitates reproducible science
1. Understand how version control works by recording differences between versions of a project
1. Follow a workflow to create and make changes to a repository with Git and GitHub
1. Make pull requests to propose changes to a codebase and request review from a collaborator
1. Organize a repository for a project with a README file and folders for data, figures, and results
1. Understand the value of combining data from multiple studies in a meta-analysis.
1. Consider the limitations of combining data from multiple studies in a meta-analysis.
1. Use visualizations to compare sampling designs across a set of studies.