搜索资源列表
biology
- 3个用于DNA序列中一些基本信息的检测程序。C语言实现,比较简单。-three DNA sequences for some basic information on the testing procedures. C language, relatively simple.
DNA
- 基因序列比较 人类基因由4种核苷酸,分别用字母ACTG表示。要求编写一个程序,按以下规划比较两个基因序列并确定它们的相似程度。即两 给出两个基因序列AGTGATG和GTTAG,它们有多相似呢?测量两个基因的相似度一种方法称为对齐。使用对齐方法可以在基因的适当位置加入空格,让两个基因的长度相等,然后根据基因的分值矩阵计算分数。 A C G T - A 5 -1 -2 -1 -3 C -1 5 -3 -2 -4 G -2 -3 5 -2 -2 T -1 -2 -2 5
samtools-1.3.1
- Samtools is a suite of programs for interacting with high-throughput sequencing data. It consists of three separate repositories: SamtoolsReading/writing/editing/indexing/viewing SAM/BAM/CRAM format BCFtoolsReading/writing BCF2/VCF/gVCF files and c