- Bioinformatics with Python Cookbook
- Tiago Antao
- 425字
- 2021-06-10 19:01:45
Getting ready
The Human 1,000 Genomes Project aims to catalog worldwide human genetic variation and takes advantage of modern sequencing technology to do WGS. This project makes all data publicly available, which includes output from sequencers, sequence alignments, and SNP calls, among many other artifacts. The name "1,000 Genomes" is actually a misnomer, because it currently includes more than 2,500 samples. These samples are divided into 26 populations, spanning the whole planet. We will mostly use data from four populations: African Yorubans (YRI), Utah Residents with Northern and Western European Ancestry (CEU), Japanese in Tokyo (JPT), and Han Chinese in Beijing (CHB). The reason we chose these specific populations is because they were the first ones that came from HapMap, an old project with similar goals. They used genotyping arrays to find out more about the quality of this subset. We will revisit the 1,000 Genomes, and HapMap projects in Chapter 4, Population Genetics.
If you use Jupyter Notebook, do not forget to download the data, as specified on the first cell of Chapter02/Working_with_FASTQ.ipynb. If not, download the SRR003265.filt.fastq.gz file, which is linked in https://github.com/PacktPublishing/Bioinformatics-with-Python-Cookbook-Second-Edition/blob/master/Datasets.ipynb. This is a fairly small file (27 MB) and represents part of the sequenced data of a Yoruban female (NA18489). If you refer to the 1,000 Genomes Project, you will see that the vast majority of FASTQ files are much bigger (up to two orders of magnitude bigger).
The processing of FASTQ sequence files will mostly be performed using Biopython.
- Java語言程序設計
- 測試驅動開發:入門、實戰與進階
- Magento 2 Development Cookbook
- NativeScript for Angular Mobile Development
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- 深度學習:算法入門與Keras編程實踐
- Python忍者秘籍
- Python數據結構與算法(視頻教學版)
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Advanced Express Web Application Development
- Mastering Linux Security and Hardening
- 愛上C語言:C KISS
- 深入淺出 HTTPS:從原理到實戰
- 你好!Java
- Mastering Magento Theme Design