- Bioinformatics with Python Cookbook
- Tiago Antao
- 147字
- 2021-06-10 19:01:46
Working with alignment data
After you receive your data from the sequencer, you will normally use a tool such as Burrows-Wheeler Aligner (bwa) to align your sequences to a reference genome. Most users will have a reference genome for their species. You can read more on reference genomes in the next chapter, Chapter 3, Working with Genomes.
The most common representation for aligned data is the sequence alignment map (SAM) format. Due to the massive size of most of these files, you will probably work with its compressed version (BAM). The compressed format is indexable for extremely fast random access (for example, to speedily find alignments to a certain part of a chromosome). Note that you will need to have an index for your BAM file, which is normally created by the tabix utility of SAMtools. SAMtools is probably the most widely-used tool for manipulating SAM/BAM files.
- 體驗設計原理:行為、情感和細節
- Servlet/JSP深入詳解
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Learn WebAssembly
- Flash CS6中文版應用教程(第三版)
- Java Web程序設計任務教程
- Machine Learning in Java
- 小程序從0到1:微信全棧工程師一本通
- 進入IT企業必讀的324個Java面試題
- Using Yocto Project with BeagleBone Black
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- Python趣味創意編程
- 循序漸進Vue.js 3前端開發實戰
- jMonkeyEngine 3.0 Beginner’s Guide
- Learning IBM Bluemix