Skip to content

Commit

Permalink
babs4 immuno
Browse files Browse the repository at this point in the history
  • Loading branch information
3mmaRand committed Feb 17, 2024
1 parent 271d4ad commit a15d3a9
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 22 deletions.
Binary file modified pgt52m/week-9/.DS_Store
Binary file not shown.
4 changes: 1 addition & 3 deletions r4babs2/week-3/study_before_workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ toc: true
toc-location: right
---

1. Prepare

i. 📖 Read [Two-Sample tests](https://3mmarand.github.io/comp4biosci/two_sample_tests.html)
1. 📖 Read [Two-Sample tests](https://3mmarand.github.io/comp4biosci/two_sample_tests.html)



4 changes: 1 addition & 3 deletions r4babs2/week-4/study_before_workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ toc: true
toc-location: right
---

1. Prepare

i. 📖 Read [One-way ANOVA and Kruskal-Wallis](https://3mmarand.github.io/comp4biosci/one_way_anova_and_kw.html)
1. 📖 Read [One-way ANOVA and Kruskal-Wallis](https://3mmarand.github.io/comp4biosci/one_way_anova_and_kw.html)



4 changes: 1 addition & 3 deletions r4babs2/week-5/study_before_workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ toc: true
toc-location: right
---

1. Prepare

i. 📖 Read [Two-way ANOVA](https://3mmarand.github.io/comp4biosci/two_way_anova.html)
1. 📖 Read [Two-way ANOVA](https://3mmarand.github.io/comp4biosci/two_way_anova.html)



Expand Down
7 changes: 1 addition & 6 deletions r4babs2/week-6/study_before_workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ toc: true
toc-location: right
---

1. Prepare

i. **Either** 📖 Read [xxxxx](https://3mmarand.github.io/comp4biosci/xx.html) in **OR** 📹 Watch

{{< video https://www.youtube.com/watch?xx >}}

1. 📖 Read [xxxxx](https://3mmarand.github.io/comp4biosci/xx.html)



2 changes: 1 addition & 1 deletion r4babs4/week-2/study_after_workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ format:



🎬 Create a new Project that you will use to analyse your own data and which you will submit as your RStudio Project. Populate it with folders you will need. The Project does not need to be named with your exam number at this stage. Next week's workshop will cover how to change the name of Project.
🎬 Create a new Project that you will use to analyse your own data and which you will submit as your RStudio Project. Populate it with folders you will need. The Project does not need to be named with your exam number at this stage. The next workshop will cover how to change the name of Project.

🎬 Make a copy of the R script from the workshop that you can use to analyse your own data. Go through the script to tidy it up. You might need to:

Expand Down
2 changes: 1 addition & 1 deletion r4babs4/week-4/study_after_workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ format:

# Exercises

🎬 Go through week 1 Core workshop.
🎬 Go through [Week 1 Core materials](../week-1/overview.html) and check you have applied the principles to your own data analysis.

8 changes: 5 additions & 3 deletions r4babs4/week-4/study_before_workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ toc: true
toc-location: right
---

1. Prepare

i. 📖 Review the [Workshop in Week 2](../week-2/workshop.html) and try to apply the workflow to your own data so that you can identify problems and be ready to ask questions.
1. 💻 Open the RStudio Project you created in the [Consolidation exercise from week 2](../week-2/study_after_workshop.html).
i. Save your data files to the project.
ii. Go through the script and identify the parts that you need to change to make it work for your data.
iii. Can you identify code that you will not need to include?
iv. Consider attempting to import and analyse your own data so that you can make good use of the workshop to resolve any issues you encounter.


10 changes: 8 additions & 2 deletions r4babs4/week-4/workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,27 @@ library(kableExtra)

In this workshop you will use the tools you used in the previous workshop (and before!) to analyse the data you have collected. You will provide some key pieces of information for the class data set.

# Exercises

## Getting started on your own analysis

🎬 Open the RStudio Project you created in the [Consolidation exercise from week 2](../week-2/study_after_workshop.html).

# Exercises
🎬 If you have not already done so, save your data files to the project. Are the file names going to be easy for you to work with? If not, rename them.

## ...
🎬 Open your R script and begin to analyse your data.



## Data for the class dataset.

You need to provide the following information for the class dataset:

-




## How to change the name of an RStudio project.

You can change the name of an RStudio project closing the project and renaming the project folder and the `.Rproj` file.
Expand Down

0 comments on commit a15d3a9

Please sign in to comment.