搜索资源列表
triangle
- Computers > Artificial Intelligence > Neural Networks > Software Computers > Software > Information Retrieval > Ranking > By Context Science > Math > Numerical Analysis > Wavelets > Commercial Sites Scienc
BioBin
- BioBin is a software program for analyzing rare variants by binning the variants according to prior biological knowledge. For details on the methodology and motivation, please see <insert citation here>. -BioBin is a software program for
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