Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 11ee5dc

Browse files
committed
Move pre-requisites
1 parent 3371c9f commit 11ee5dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
<img style="height:100px;" alt="tidybulk" src="https://github.com/Bioconductor/BiocStickers/blob/master/tidybulk/tidybulk.png?raw=true"/>
1010
</p>
1111

12-
### Pre-requisites
13-
14-
* Basic familiarity with single-cell transcriptomic analyses
15-
* Basic familiarity with tidyverse
16-
1712
## Workshop Description
1813

1914
This tutorial will present how to perform analysis of single-cell RNA sequencing data following the tidy data paradigm. The tidy data paradigm provides a standard way to organise data values within a dataset, where each variable is a column, each observation is a row, and data is manipulated using an easy-to-understand vocabulary. Most importantly, the data structure remains consistent across manipulation and analysis functions.
2015

2116
This can be achieved with the integration of packages present in the R CRAN and Bioconductor ecosystem, including [tidySingleCellExperiment](https://stemangiola.github.io/tidySingleCellExperiment/) and [tidyverse](https://www.tidyverse.org/). These packages are part of the tidytranscriptomics suite that introduces a tidy approach to RNA sequencing data representation and analysis. For more information see the [tidy transcriptomics blog](https://stemangiola.github.io/tidytranscriptomics/).
2217

18+
### Pre-requisites
19+
20+
* Basic familiarity with single-cell transcriptomic analyses
21+
* Basic familiarity with tidyverse
22+
2323
## Workshop goals
2424

2525
* To approach single-cell data representation and analysis though a tidy data paradigm, integrating tidyverse with tidySingleCellExperiment.

0 commit comments

Comments
 (0)