- 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/
推薦閱讀
- Mastering Adobe Captivate 2017(Fourth Edition)
- React Native Cookbook
- Learning Bayesian Models with R
- 基于Swift語言的iOS App 商業實戰教程
- Rust Essentials(Second Edition)
- 低代碼平臺開發實踐:基于React
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- INSTANT Adobe Edge Inspect Starter
- PHP 7從零基礎到項目實戰
- Arduino可穿戴設備開發
- Advanced Python Programming
- 快樂編程:青少年思維訓練
- Android嵌入式系統程序開發(基于Cortex-A8)
- Mastering ArcGIS Server Development with JavaScript
- Learning Google Apps Script