Skip to content

Commit

Permalink
updates to text
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkirk61 committed Jan 23, 2025
1 parent e8d3e93 commit b9dff1b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
8 changes: 7 additions & 1 deletion episodes/10-data-organisation.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: Rmd
title: Data organisation with spreadsheets
title: Data organisation with spreadsheets (optional)
teaching: 30
exercises: 30
---
Expand All @@ -27,6 +27,12 @@ exercises: 30
> This episode is based on the Data Carpentries's *Data Analysis and
> Visualisation in R for Ecologists* lesson.

### HPCBio Notes

If you’re signed up for an HPCBio workshop, **this entire episode is optional**. There is no recording available for this episode, so please follow along with the text-based lesson below.


## Spreadsheet programs

**Question**
Expand Down
2 changes: 1 addition & 1 deletion episodes/25-starting-with-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ head(m)

::::::::::::::::::::::::::::::::::::::::::::::::::

## Formatting Dates
## Formatting Dates (optional)

One of the most common issues that new (and experienced!) R users have
is converting date and time information into a variable that is
Expand Down
7 changes: 6 additions & 1 deletion episodes/60-next-steps.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: Rmd
title: Next steps
title: Next steps (optional)
teaching: 45
exercises: 45
---
Expand All @@ -24,6 +24,11 @@ exercises: 45

::::::::::::::::::::::::::::::::::::::::::::::::::

## HPCBio Notes

If you're signed up for an HPCBio workshop, **this episode 7 is optional** but recommended reading if you're signed up for Traditional Bulk RNA-Seq Analysis.
There is no recording available for this episode, so please follow along with the text-based lesson below.

## Next steps

```{r, echo=FALSE, message=FALSE}
Expand Down
9 changes: 9 additions & 0 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,12 @@ install.packages(c("BiocManager", "remotes"))
BiocManager::install(c("tidyverse", "SummarizedExperiment", "hexbin",
"patchwork", "gridExtra", "lubridate"))
```

:::::::::::::::::::::::::

Check warning on line 165 in learners/setup.md

View workflow job for this annotation

GitHub Actions / Build Full Site

check for the corresponding open tag

Check warning on line 165 in learners/setup.md

View workflow job for this annotation

GitHub Actions / Build Full Site

check for the corresponding open tag

## Additional HPCBio Resources

If you are signed up for an HPCBio workshop, you will have additional resources that you can utilize that will be noted throughout the lessons. These resources are listed below. Make sure to confirm that you have access to both of them. If you're not signed up for an HPCBio workshop, then you will not have permission to access these. See our website for more workshop information [here](https://hpcbio.illinois.edu/hpcbio-workshops).

1. **Slack Workshop Group:** You should have received an email with an invitation to join our *HPCBio Workshops* Slack page. Here you can ask HPCBio staff questions related to this material under the channel named **# intro-linux-swc**.
2. **Video Channel:** You should have also received an email containing a link to our video playlist. This includes recordings of HPCBio staff teaching this material if you prefer to listen and follow along with these materials rather than read through the lessons on your own.

0 comments on commit b9dff1b

Please sign in to comment.