CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - sequence alignment
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - sequence alignment - List
[
Bio-Recognize
]
biomatch
DL : 0
序列比对程式,主要一开始输入两串DNA序列,然后设置MATCH的值,最后算出分数-sequence alignment program, began to import store a DNA sequence, then set up MATCH value, calculate the final score
Date
: 2025-07-07
Size
: 1kb
User
:
林建达
[
DNA
]
ClustalX
DL : 1
多重序列比对源代码,即所谓的clustral算法。采用两两比对的思想-Multiple sequence alignment of the source code, the so-called clustral algorithm. The use of more than 22 of the ideological
Date
: 2025-07-07
Size
: 765kb
User
:
xiaoxiao
[
source in ebook
]
Pairwise_Sequence_alignment
DL : 0
Pairwise Sequence alignment Algorithm Simulation. Read 2 input strings and then calculate the Pairwise Sequence alignment.
Date
: 2025-07-07
Size
: 26kb
User
:
Hong
[
Special Effects
]
peizhun
DL : 0
序列图像配准程序,对有偏移和旋转的序列图像进行配准,以便下一步的超分辩率重建处理-Sequence of image registration procedures, has offset and rotating images in sequence alignment, the next step in order to deal with super-resolution reconstruction
Date
: 2025-07-07
Size
: 259kb
User
:
侯天峰
[
Linux-Unix
]
fasta-35.3.6.tar
DL : 0
序列对齐 Compare a protein sequence to a protein sequence database or a DNA sequence to a DNA sequence database using the Smith-Waterman algorithm.[.wat815.] \fCssearch3\fP is about 10-times slower than FASTA3, but is more sensitive for full-length protein sequence comparison.-Alignment Compare a protein sequence to a protein sequence database or a DNA sequence to a DNA sequence database using the Smith-Waterman algorithm. [. Wat815.] Cssearch3 P is about 10-times slower than FASTA3, but is more sensitive for full-length protein sequence comparison.
Date
: 2025-07-07
Size
: 600kb
User
:
Galaxy
[
Mathimatics-Numerical algorithms
]
seqAlignment2
DL : 0
使用动态规划方法进行序列比对的模拟程序,用递归实现-The use of dynamic programming methods of sequence alignment of the simulation program
Date
: 2025-07-07
Size
: 1kb
User
:
blch
[
Embeded-SCM Develop
]
probaligngui_beta_1.3.tar
DL : 0
A multiple sequence alignment program
Date
: 2025-07-07
Size
: 1.71mb
User
:
szbd
[
Other
]
svm_perf.tar
DL : 0
SVMstruct is a Support Vector Machine (SVM) algorithm for predicting multivariate or structured outputs. It performs supervised learning by approximating a mapping h: X --> Y using labeled training examples (x1,y1), ..., (xn,yn). Unlike regular SVMs, however, which consider only univariate predictions like in classification and regression, SVMstruct can predict complex objects y like trees, sequences, or sets. Examples of problems with complex outputs are natural language parsing, sequence alignment in protein homology detection, and markov models for part-of-speech tagging. The SVMstruct algorithm can also be used for linear-time training of binary and multi-class SVMs under the linear kernel. -SVMstruct is a Support Vector Machine (SVM) algorithm for predicting multivariate or structured outputs. It performs supervised learning by approximating a mapping h: X--> Y using labeled training examples (x1,y1), ..., (xn,yn). Unlike regular SVMs, however, which consider only univariate predictions like in classification and regression, SVMstruct can predict complex objects y like trees, sequences, or sets. Examples of problems with complex outputs are natural language parsing, sequence alignment in protein homology detection, and markov models for part-of-speech tagging. The SVMstruct algorithm can also be used for linear-time training of binary and multi-class SVMs under the linear kernel.
Date
: 2025-07-07
Size
: 107kb
User
:
jon
[
Windows Develop
]
seaview4
DL : 0
图形化多序列比对编辑器,能够读各种比对格式(MSF, CLUSTAL, FASTA, PHYLIP, MASE),可手动编辑队列。-Graphical multiple sequence alignment editor, able to read various alignment formats (MSF, CLUSTAL, FASTA, PHYLIP, MASE), you can manually edit the queue.
Date
: 2025-07-07
Size
: 2.53mb
User
:
sxy
[
Mathimatics-Numerical algorithms
]
BiologicalSequenceAnalysis
DL : 0
This book provides the first unified, up-to-date, and tutorial-level overview of sequence analysis methods, with particular emphasis on probabilistic modelling. Pairwise alignment, hidden Markov models, multiple alignment, profile searches, RNA secondary structure analysis, and phylogenetic inference are treated at length.
Date
: 2025-07-07
Size
: 3.77mb
User
:
Dang Tran Vu
[
MPI
]
align
DL : 0
MPI implementation of multiple sequence alignment.
Date
: 2025-07-07
Size
: 2kb
User
:
nubecosmica
[
DNA
]
alignment
DL : 0
DNA sequence and animo acid sequence alignment using FASTA, BLAST.
Date
: 2025-07-07
Size
: 759kb
User
:
Penny
[
Delphi VCL
]
OPT-sequence-alignment
DL : 0
OPT基因序列比對 也為字串比對是一個簡單比對string的範例-OPT gene sequence alignment for pattern matching is a simple example of string comparison
Date
: 2025-07-07
Size
: 323kb
User
:
dennis
[
Algorithm
]
sequence-alignment-matrix-
DL : 0
求解序列比对得分矩阵,对于两个序列S和T,令[S]和[T]分别为序列S和T的长度,S[i]和T[j](其中正整数i,j满足0≤j< [S]和0≤j <[T])都属于字符集Ω={A,T,C,G,-},对Ω中的任何元素和空符号。 设计S[i]和T[j]两两之间的一个记分值来比较序列间的同一性的优劣,用记分函数σ(x,y)表示, σ(S[i],T[j])=2 ( S[i]=T[j]≠-);σ(S[i],T[j])= -1 ( S[i]≠T[j],S[i]≠-,T[j]≠-);σ(S[i],T[j])= -2 (S[i]orT[j]=-)。-Solve the sequence alignment score matrix for two sequences S and T, so [S] and [T] S and T respectively, sequence length, S [i] and T [j] (which is an integer i, j satisfying 0 ≤ j < [S] and 0 ≤ j < [T]) belong to the character set Ω = {A, T, C, G,-}, any element of Ω, and the empty symbols. Design S [i] and T [j] between any two of a record score to compare the sequence identity between the pros and cons, with the score function σ (x, y) that, σ (S [i], T [j ]) = 2 (S [i] = T [j] ≠-) σ (S [i], T [j]) =-1 (S [i] ≠ T [j], S [i] ≠- , T [j] ≠-) σ (S [i], T [j]) =-2 (S [i] orT [j ]=-)。
Date
: 2025-07-07
Size
: 4kb
User
:
zhouyanghua
[
Bio-Recognize
]
Blast-sequence-alignment-software
DL : 0
blast是目前进行生物序列比对的经典软件,本书介绍了blast的基本原理。-Blast is present in biological sequence alignment of the classic software, this book introduces the basic principle of blast.
Date
: 2025-07-07
Size
: 1.36mb
User
:
李娟娟
[
Other
]
Blast-sequence-alignment-summary
DL : 0
本文详细介绍了目前通用的NCBI中blast生物序列比对软件的用法。-This paper introduces the current general NCBI blast biological sequence alignment software usage.
Date
: 2025-07-07
Size
: 10kb
User
:
李娟娟
[
Other
]
Sequence-Alignment
DL : 0
基因序列比对概念,方法,主要公司产品,功能-Gene sequence alignment concepts, methods, major company products, functions
Date
: 2025-07-07
Size
: 890kb
User
:
youyaping
[
Windows Develop
]
sequence-alignment
DL : 1
基于动态规划算法的蛋白质序列比对 Needleman-Wunsch Smith-Waterman-protein sequence alignment Needleman-Wunsch Smith-Waterman
Date
: 2025-07-07
Size
: 250kb
User
:
夏红
[
MPI
]
Sequence-alignment-scoring-matrix
DL : 0
序列比对中的smith-waterman算法,应用于局部序列比对,寻找最优化比对序列,精确度高-Smith- waterman in sequence alignment algorithm, is applied to the local sequence alignment, search for optimal matching sequence, high precision
Date
: 2025-07-07
Size
: 24kb
User
:
高冲
[
Other
]
Sequence Alignment
DL : 0
字符串功能匹配问题,可以计算最小代价的字符串匹配(String function matching problem, you can calculate the minimum cost string matching)
Date
: 2025-07-07
Size
: 3.42mb
User
:
七秒记忆1
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.