搜索资源列表
-
0下载:
Multiple Sequence Alignment Using Maximum Spanning Tree
生物信息学中一个重要topic:多序列联配。这里用最大生成树的思想来进行联配,算法为C语言实现。本程序在Dev-C++,Win Vista环境下实现。-Multiple Sequence Alignment Using Maximum Spanning Tree Bioinformatics an important topic: Multiple Sequence Alignme
-
-
1下载:
DNA sequence and animo acid sequence alignment using FASTA, BLAST.
-
-
0下载:
java实现的DNA序列比对算法 -sequence alignment
-
-
0下载:
一个生物系的多序列匹配,包括三种匹配算法,全匹配,两端匹配,局部匹配-Department of Biology, a multi-sequence matching, includes three matching algorithm, full match, both ends of the match, partial match
-
-
0下载:
蛋白质序列比对,构建进化树。
DNA序列NG和NG改进方法-Protein sequence alignment, phylogenetic tree was constructed. DNA sequence of NG and NG improvement
-
-
0下载:
动态编程,DNA 序列对比,最长公共子序列。一对DNA 序列可以手动输入,匹配参数,误配参数,和惩罚值可根据实验要求改变-Dynamic programming, DNA sequence comparison, the longest common subsequence. The DNA sequence can be entered manually, matching parameters mis-parameters, and the penalty value can be chan
-
-
0下载:
基于BWT的DNA短序列分析程序.
BWT是一种压缩算法,主要利用BWT压缩的思想建立索引进行搜索。
BWA(Burrows–Wheeler Alignment)用BWT提供的索引进行快速搜索。-Based on the BWT of short DNA sequence analysis program. BWT is a compression algorithm, BWT compressed thought indexing search. BWA (Burrows-Wheele
-
-
0下载:
needleman-wunsch全局/半全局序列比对算法的Java实现-needleman-wunsch global/semi-global sequence alignment algorithm java code to achieve complete
-