-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1_intro.qmd
41 lines (26 loc) · 972 Bytes
/
1_intro.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: "Intro to compositional sequencing data"
format:
html:
code-fold: false
code-tools: false
editor: visual
---
::: callout-tip
## Page without code
This page contains an example for some structured preparation information for a workshop. No code is executed here.
:::
Here are some preparation information for the participants.
## Software
In this workshop we will be using R. You can either
- have **R and Rstudio** installed on your laptop
- or, use **Posit cloud** (formerly Rstudio Cloud).
[Posit cloud](https://posit.cloud) is free of charge for personal users, yet you need to [sign up](https://posit.cloud/plans/free) for a new user account and have internet connection.
The R package we are using is `glmnet`.
## Data
The datasets we use can be found here (*insert link*).
## Code
The R scripts used in part 1 and part 2 can be found here (*insert link*).
## Resources
Lecture notes (*insert link*)
Lab notes (*insert link*)