- 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.
- JavaScript+jQuery網頁特效設計任務驅動教程(第2版)
- Java高手真經(高級編程卷):Java Web高級開發技術
- Instant QlikView 11 Application Development
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- 學習正則表達式
- PHP+Ajax+jQuery網站開發項目式教程
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Web前端開發技術:HTML、CSS、JavaScript
- 計算機組裝與維護(第二版)
- Arduino Electronics Blueprints
- Visual C#(學習筆記)
- 測試工程師Python開發實戰
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT
- Activiti權威指南