Skip to content

Commit

Permalink
Merge pull request #36 from ninja-1337/main
Browse files Browse the repository at this point in the history
typo error fixes
  • Loading branch information
lgatto committed Jul 11, 2022
2 parents 78dade0 + f27fc78 commit 9c09bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions episodes/60-next-steps.Rmd
Expand Up @@ -257,10 +257,10 @@ the other structures!
**Take-home message**


- `SummarizedExperiment` represent an efficient way to store and to handle omics data.
- `SummarizedExperiment` represents an efficient way to store and to handle omics data.

- They are used in many Bioconductor packages.

If you follow next training focused on RNA sequencing analysis, you will learn to
use the Bioconductor `DESeq2` package to do some differential expression analyses.
`DESeq2`'s whole analysis is handled in a `SummarizedExperiment`.
The whole analysis of the `DESeq2` package is handled in a `SummarizedExperiment`.

0 comments on commit 9c09bc9

Please sign in to comment.