- Bioinformatics with Python Cookbook
- Tiago Antao
- 73字
- 2021-06-10 19:01:45
Working with modern sequence formats
Here, we will work with FASTQ files, the standard format output used by modern sequencers. You will learn how to work with quality scores per base and also consider the variations in output coming from different sequencing machines and databases. This is the first recipe that will use real data (big data) from the Human 1,000 Genomes Project. We will start with a brief description of the project.