- Bioinformatics with Python Cookbook
- Tiago Antao
- 152字
- 2021-06-10 19:01:47
See also
- The SAM/BAM format is described at http://samtools.github.io/hts-specs/SAMv1.pdf
- You can find an introductory explanation to the SAM format on the Abecassis group wiki page at http://genome.sph.umich.edu/wiki/SAM
- If you really need to get complex statistics from BAM files, Alistair Miles' pysamstats library is your port of call, at https://github.com/alimanfoo/pysamstats
- To convert your raw sequence data to alignment data, you will need an aligner; the most widely used is the bwa (http://bio-bwa.sourceforge.net/)
- Picard (surely a reference to Star Trek: The Next Generation) is the most commonly used tool to clean up BAM files; refer to http://broadinstitute.github.io/picard/
- The technical forum for sequence analysis is SEQanswers (http://seqanswers.com/)
- I would like to repeat the recommendation on Biostars here (which is referred to in the previous recipe); it's a treasure trove of information and has a very friendly community, at http://www.biostars.org/
- If you have the Complete Genomics data, take a look at their FAQ at http://www.completegenomics.com/customer-support/faqs/
推薦閱讀
- C語言程序設計實踐教程(第2版)
- Pandas Cookbook
- WordPress Plugin Development Cookbook(Second Edition)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- NoSQL數據庫原理
- Mobile Device Exploitation Cookbook
- INSTANT Yii 1.1 Application Development Starter
- JBoss:Developer's Guide
- C++ Application Development with Code:Blocks
- NGUI for Unity
- 絕密原型檔案:看看專業產品經理的原型是什么樣
- 生成藝術:Processing視覺創意入門
- 狼書(卷2):Node.js Web應用開發
- Raspberry Pi By Example
- Programming MapReduce with Scalding