-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from ARTbio/update_IOC_singlecell
Update IOC single cell
- Loading branch information
Showing
27 changed files
with
393 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
## First Steps with Seurat | ||
|
||
Please go read the following pages : | ||
|
||
- [Introduction to Single-Cell RNAseq analysis](introduction.md) | ||
- [Initialization of R analysis](intro_seurat.md) | ||
- [Import data and intialization of Seurat object](import.md) | ||
|
||
--- | ||
|
||
![](../R-IOC/images/toolbox-do-it-yourself.png){: style="width:75px"} **Do it yourself!** | ||
|
||
Now it's your time to shine ! We are going to put into pratice what we | ||
have just seen. By using a more complicated use case, you are going to | ||
reproduce the whole scRNAseq analysis with Seurat. | ||
|
||
# Dataset test | ||
|
||
The dataset for this analysis will be single cell RNAseq from zebrafish embryos | ||
from [Metikala *et al*](https://doi.org/10.1371/journal.pone.0254024). You can download | ||
the dataset at the GEO accession [GSE152982](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE152982). | ||
|
||
??? question "Do you need help to find the data ?" | ||
??? tip "First tip : " | ||
Look to supplementary file.... | ||
??? tip "Second tip : " | ||
To see what's inside the tar archive you can click on `(custom)` | ||
|
||
Once you download the data, all you have to do is import it onto the Rstudio server. | ||
|
||
## Biomart is your friend | ||
|
||
Don't forget to import biomaRt in order to help you annotate your genes. | ||
Make sure to tweak parameters to fit this new dataset. | ||
|
||
!!! question "Trouble to use biomaRt ?" | ||
Here is some links to help you with biomaRt : | ||
|
||
- [Vignette of the R package](https://bioconductor.org/packages/release/bioc/vignettes/biomaRt/inst/doc/accessing_ensembl.html) | ||
- [Short presentation](https://docs.google.com/presentation/d/1ck41d_0a6bMEreTfeeES67RExEc2pp_OXQvqbJ3ZdhU/edit?usp=sharing) of the use of the R package, comparing it with the Ensembl interface | ||
|
||
|
||
# Render your RMD/QMD | ||
|
||
To complete this week you'll need to : | ||
|
||
- [x] 1. Retrieve the zebrafish dataset | ||
- [x] 2. Import data in Rstudio | ||
- [x] 3. Import data in your global environment | ||
- [x] 4. Create a Seurat Object | ||
- [x] 5. Create an annotation table of zebrafish genes using `biomaRt`. | ||
|
||
Add your RMD/QMD in your Trello card. | ||
|
||
**Thank you for your attention and see you next week :clap: :clap: :clap:** | ||
|
||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
## Data Preprocessing | ||
|
||
The preprocessing is the most important part of a single cell analysis because you | ||
can skew your result if you filter too much **or too little** and you must really | ||
understand what's going on these steps. | ||
|
||
The preprocesing is composed of: | ||
|
||
- Filtering of low quality barcodes | ||
- Barcode normalization | ||
- Selection of most variable features | ||
|
||
Please go read the [preprocessing](preprocessing.md) pages to learn more about it. | ||
|
||
--- | ||
|
||
![](../R-IOC/images/toolbox-do-it-yourself.png){: style="width:75px"} **Do it yourself!** | ||
|
||
Now it's your time to shine ! We are going to put into pratice what we | ||
have just seen. By using a more complicated use case, you are going to | ||
reproduce the whole scRNAseq analysis with Seurat. | ||
|
||
# Dataset test | ||
|
||
The dataset for this analysis will be single cell RNAseq from zebrafish embryos | ||
from [Metikala *et al*](https://doi.org/10.1371/journal.pone.0254024). You need | ||
to continue your RMD/QMD from last week. | ||
|
||
# Render your RMD/QMD | ||
|
||
To complete this week you'll need to : | ||
|
||
- [x] 1. Filtering the low quality barcodes **and explain each cutoff** | ||
- [x] 2. Normalize the data | ||
- [x] 3. Identify the most variable genes | ||
|
||
!!! warning "IMPORTANT" | ||
Please note you **must** be explicative in your cutoff choices and detailled | ||
each step of your thoughts. | ||
In general, try to explain in your own words, each step of your analysis ! | ||
|
||
Add your RMD/QMD in your Trello card. | ||
|
||
**Thank you for your attention and see you next week :clap: :clap: :clap:** | ||
|
||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
|
||
--- | ||
|
||
![](../R-IOC/images/toolbox-do-it-yourself.png){: style="width:75px"} **Do it yourself!** | ||
|
||
|
||
|
||
|
||
**Thank you for your attention and see you next week :clap: :clap: :clap:** | ||
|
||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
|
||
--- | ||
|
||
![](../R-IOC/images/toolbox-do-it-yourself.png){: style="width:75px"} **Do it yourself!** | ||
|
||
|
||
|
||
|
||
**Thank you for your attention and see you next week :clap: :clap: :clap:** | ||
|
||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
|
||
--- | ||
|
||
![](../R-IOC/images/toolbox-do-it-yourself.png){: style="width:75px"} **Do it yourself!** | ||
|
||
|
||
|
||
|
||
**Thank you for your attention and see you next week :clap: :clap: :clap:** | ||
|
||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
|
||
--- | ||
|
||
![](../R-IOC/images/toolbox-do-it-yourself.png){: style="width:75px"} **Do it yourself!** | ||
|
||
|
||
|
||
|
||
**Thank you for your attention and see you next week :clap: :clap: :clap:** | ||
|
||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
|
||
--- | ||
|
||
![](../R-IOC/images/toolbox-do-it-yourself.png){: style="width:75px"} **Do it yourself!** | ||
|
||
|
||
|
||
|
||
**Thank you for your attention and see you next week :clap: :clap: :clap:** | ||
|
||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
|
||
--- | ||
|
||
![](../R-IOC/images/toolbox-do-it-yourself.png){: style="width:75px"} **Do it yourself!** | ||
|
||
|
||
|
||
|
||
**Thank you for your attention and see you next week :clap: :clap: :clap:** | ||
|
||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.