You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5. Go find the file using the directory tree on the left of the Jupyterlab panel and click on the fingerprint.png file to display it in Jupyterlab.
401
+
5. Go find the file using the directory tree on the left of the Jupyterlab panel and click on the fingerprint_10000.png file to display it in Jupyterlab.
402
402
403
403
**Look at the result files fingerprint.png (add the plot to this report). Give an explanation of the curves?**
404
404
405
-
Go back to the working home directory (i.e /shared/projects/2421_m22_bims/\<login\>)
405
+
Go back to working home directory (i.e /shared/projects/\<your_project\>/EBAII2025_chipseq)
406
+
406
407
```{bash eval=FALSE}
407
408
## Unload deepTools
408
409
module unload deeptools/3.5.4
@@ -514,7 +515,7 @@ bamCoverage \
514
515
**Go back to the genes we looked at earlier: pepT, ycfP (add screenshots to this report). Look at the shape of the signal.**
515
516
**Keep IGV opened.**
516
517
517
-
Go back to working home directory (i.e /shared/projects/<your_project>/EBAII2025_chipseq)
518
+
Go back to working home directory (i.e /shared/projects/\<your_project\>/EBAII2025_chipseq)
518
519
```{bash eval=FALSE}
519
520
## If you are in 04-Visualization
520
521
cd ..
@@ -650,7 +651,7 @@ idr \
650
651
651
652
**Add the IDR graph to this report. How many peaks are found with the IDR method?**
652
653
653
-
4. Remove IDR and MACS2 from your environment and go back to working home directory (i.e /shared/projects/<your_project>/EBAII2025_chipseq)
654
+
4. Remove IDR and MACS2 from your environment and go back to working home directory (i.e /shared/projects/\<your_project\>/EBAII2025_chipseq)
654
655
```{bash eval=FALSE}
655
656
module unload macs2/2.2.7.1
656
657
module unload idr/2.0.4.2
@@ -711,7 +712,7 @@ Your directory structure should be like this:
711
712
3. Extract peak sequence in fasta format
712
713
```{bash eval=FALSE}
713
714
## First load samtools
714
-
module load samtools/1.18
715
+
module load samtools/1.21
715
716
## Create an index of the genome fasta file
716
717
samtools faidx ../data/Escherichia_coli_K12.fasta
717
718
@@ -727,7 +728,7 @@ bedtools getfasta \
727
728
728
729
## - Motif discovery with RSAT
729
730
1. Open a connection to a Regulatory Sequence Analysis Tools server. You can choose between various website mirrors.
730
-
* Teaching Server (recommended for this training) [https://rsat.france-bioinformatique.fr/teaching/](https://rsat.france-bioinformatique.fr/teaching/)
731
+
* Teaching Server (recommended for this training) [https://rsat.eead.csic.es/plants/](https://rsat.eead.csic.es/plants/)
731
732
2. In the left menu, click on **NGS ChIP-seq** and then click on **peak-motifs**. A new page opens, with a form
732
733
3. The default peak-motifs web form only displays the essential options. There are only two mandatory parameters.
733
734
* The **title box**, which you will set as **FNR Anaerobic** . The **sequences**, that you will **upload from your computer**, by clicking on the button Choose file, and select the file **FNR_anaerobic_idr_peaks.fa** from your computer.
**What are all the possible gene features? (see in column Annotation - extract information like promoter-TSS, TSS, ...). Create a plot (pie chart, barplot...) showing the proportion of each of them (include both the plot and the code that created it in the report).**
846
847
847
-
6. Go back to working home directory (i.e /shared/projects/training/\<login\>/M2.2-BIMS-epigenomique)
848
+
6. Go back to working home directory (i.e /shared/projects/\<your_project\>/EBAII2025_chipseq)
848
849
```{bash eval=FALSE}
849
850
## If you are in 07-PeakAnnotation
850
851
cd ..
@@ -878,8 +879,6 @@ You should now have downloaded 3 files:
0 commit comments