You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,33 @@ Read more about our research here: [Treehouse Childhood Cancer Initiative](https
18
18
19
19
In order for science to be valid, it has to be reproducible.
20
20
Luckily, this can be easier for computational biology experiments than in wet lab experiments.
21
-
22
-
Before you can work on a Treehouse computational project, you must demonstrate that you know how to perform reproducible experiments.
23
-
When you have completed the work described in this repo, please reach out to your mentor so you can proceed with your project.
21
+
This training introduces you to a framework for making sure your future research is reproducible.
24
22
25
23
Throughout this training we will be working on the following:
26
24
27
25
- Using GitHub, RStudio, renv, and Quarto notebooks
28
26
- Building repositories, files, and pipelines
29
27
- Getting a hang of research computing workflows
30
-
- Learning computational research skills in R including: data visualization, data transformation, and program iteration
28
+
- Learning computational research skills in R including: data visualization, data transformation, and program iteration.
29
+
30
+
## Requirements for Treehouse computational researchers (at all levels)
31
+
32
+
Before you can work on a Treehouse computational project, you must demonstrate that you know how to perform reproducible experiments.
33
+
34
+
When you have completed this work described in this repo, your mentor will confirm that you have done the following, and you can proceed with research.
35
+
36
+
-[ ] Created a repository under the GitHub UCSC-Treehouse organization level
37
+
-[ ] Created a quarto notebook, branch and pull request for every chapter
38
+
-[ ] Run all the code examples, each in a separate chunk in the chapter's quarto notebook
39
+
-[ ] Done all the exercises, documenting your work and writing out your answers to questions like "How is this plot different?" in the chapter's quarto notebook
40
+
41
+
## Notes for non-Treehouse folks
42
+
43
+
If you are not a Treehouse computational researcher, there will be two differences:
44
+
1) You will store your repository in your own GitHub account, and
45
+
2) You can review your own pull requests or request review from someone you know with relevant knowledge.
0 commit comments