- Bioinformatics with Python Cookbook
- Tiago Antao
- 104字
- 2021-06-10 19:01:42
Getting ready
You will need to get the metadata file from the 1,000 Genomes sequence index. Please check https://github.com/PacktPublishing/Bioinformatics-with-Python-Cookbook-Second-Edition/blob/master/Datasets.ipynb and download the sequence.index file. If you are using Jupyter Notebook, open the Chapter01/Interfacing_R.ipynb file and just execute the wget command on top.
This file has information about all of the FASTQ files in the project (we will use data from the Human 1,000 Genomes Project in the chapters to come). This includes the FASTQ file, the sample ID, and the population of origin, and important statistical information per lane, such as the number of reads and number of DNA bases read.
推薦閱讀
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- 編程的修煉
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Mastering Ember.js
- Learning Linux Binary Analysis
- MATLAB應用與實驗教程
- Scratch真好玩:教小孩學編程
- Internet of Things with the Arduino Yún
- Redis Essentials
- Python Web數據分析可視化:基于Django框架的開發實戰
- PHP+Ajax+jQuery網站開發項目式教程
- C++語言程序設計
- Learning VMware vSphere
- 深入淺出Python數據分析
- Python全棧開發:基礎入門