- 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.
- 少兒人工智能趣味入門(mén):Scratch 3.0動(dòng)畫(huà)與游戲編程
- Java語(yǔ)言程序設(shè)計(jì)
- JavaScript前端開(kāi)發(fā)模塊化教程
- Mastering JavaScript Object-Oriented Programming
- Java開(kāi)發(fā)入行真功夫
- STM32F0實(shí)戰(zhàn):基于HAL庫(kù)開(kāi)發(fā)
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- Mastering JBoss Enterprise Application Platform 7
- RabbitMQ Cookbook
- INSTANT Silverlight 5 Animation
- Raspberry Pi Robotic Blueprints
- Python語(yǔ)言科研繪圖與學(xué)術(shù)圖表繪制從入門(mén)到精通
- Mastering Apache Storm
- Python編程快速上手2
- PostgreSQL 12 High Availability Cookbook