This page will be edited to regroup a list of links to useful bioinformatics tutorials
# General concepts
- Sam file format - [link](https://www.metagenomics.wiki/tools/samtools/bam-sam-file-format)
# Transcriptomics
- General concepts - [Link](https://rnaseq.uoregon.edu/
) // Good place to start
- Mapping - [Link](https://hbctraining.github.io/Intro-to-rnaseq-hpc-O2/lessons/03_alignment.html
)
- Alignment QC - [Link](https://hbctraining.github.io/Intro-to-rnaseq-hpc-O2/lessons/04_alignment_quality.html
)
- Counting reads - [Link](https://hbctraining.github.io/Intro-to-rnaseq-hpc-O2/lessons/05_counting_reads.html
)
# R
## General tutorials
- YaRrr! The Pirate’s Guide to R - [Link](https://bookdown.org/ndphillips/YaRrr/)
## QOL : Colors
- The name of the 657 default R colors - [link](https://www.datanovia.com/en/blog/awesome-list-of-657-r-color-names/)
- Paletters
- [Github](https://github.com/EmilHvitfeldt/paletteer)
- [Gallery](https://pmassicotte.github.io/paletteer_gallery/)
## Essential packages
- Tidyverse
## Cool packages
-