- 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及C++程序設(shè)計(jì)(第4版)
- 計(jì)算機(jī)網(wǎng)絡(luò)
- 從零構(gòu)建知識圖譜:技術(shù)、方法與案例
- C#程序設(shè)計(jì)(慕課版)
- Apache Spark Graph Processing
- jQuery從入門到精通 (軟件開發(fā)視頻大講堂)
- Microsoft System Center Orchestrator 2012 R2 Essentials
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第2版)(微課版)
- Mastering JBoss Enterprise Application Platform 7
- SQL Server與JSP動態(tài)網(wǎng)站開發(fā)
- 零基礎(chǔ)學(xué)Kotlin之Android項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Django 3.0入門與實(shí)踐
- Python網(wǎng)絡(luò)爬蟲技術(shù)與應(yīng)用
- Java Web應(yīng)用開發(fā)項(xiàng)目教程
- Selenium WebDriver Practical Guide