Skip to content

Commit

Permalink
download input files for episode 09
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Aug 1, 2024
1 parent 02e9dbc commit 79bf5f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions episodes/01-setup.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@ download.file(
url = "https://raw.githubusercontent.com/Bioconductor/bioconductor-teaching/master/data/ActbOrf/actb_orfs.fasta",
destfile = "data/actb_orfs.fasta"
)
download.file(
url = "https://raw.githubusercontent.com/Bioconductor/bioconductor-teaching/devel/data/SummarizedExperiment/counts.csv",
destfile = "data/actb_orfs.fasta"
)
download.file(
url = "https://raw.githubusercontent.com/Bioconductor/bioconductor-teaching/devel/data/SummarizedExperiment/gene_metadata.csv",
destfile = "data/actb_orfs.fasta"
)
download.file(
url = "https://raw.githubusercontent.com/Bioconductor/bioconductor-teaching/devel/data/SummarizedExperiment/sample_metadata.csv",
destfile = "data/actb_orfs.fasta"
)
```

::::::::::::::::::::::::::::::::::::::::: callout
Expand Down
1 change: 1 addition & 0 deletions episodes/09-summarizedexperiment.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exercises: XX
---

```{r, echo=FALSE, purl=FALSE, message=FALSE}
source("download_data.R")
```

::::::::::::::::::::::::::::::::::::::: objectives
Expand Down

0 comments on commit 79bf5f6

Please sign in to comment.