Skip to content

Commit

Permalink
instructions for bioconductor packages
Browse files Browse the repository at this point in the history
  • Loading branch information
3mmaRand committed Feb 22, 2024
1 parent a15d3a9 commit 8adcf05
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Binary file modified pgt52m/week-9/.DS_Store
Binary file not shown.
25 changes: 25 additions & 0 deletions r4babs4/week-2/workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,31 @@ We need three packages for this workshop:

- **`flowAI`** [@flowAI]: which performs automated quality control by checking for changes in instrument speed and signal intensity that indicate a problem for the reading for that cells

::: {.callout-tip}
## Working on University computers

These packages are installed already. You can go straight to loading them.
:::



::: {.callout-tip}
## Working on your own machine

You will need to install these packages.

You can install **`tidyverse`** from CRAN in the normal way.

**`flowCore`** and **`flowAI`** are not on CRAN but come from [Bioconductor].

- first install **`BiocManager`** from CRAN in the normal way.

- then install from Bioconductor using `BiocManager::install("flowCore")` and `BiocManager::install("flowAI")`

If you have difficulty installing these packages, use the [Virtual Desktop Service](https://www.york.ac.uk/it-services/services/vds/.
:::


🎬 Load **`tidyverse`**,**`flowCore`** and **`flowAI`**

```{r}
Expand Down

0 comments on commit 8adcf05

Please sign in to comment.