Darwin Help

Back to Index

NucPepBackDynProg

Function NucPepBackDynProg - Backwards dynamic programming alignment for peptide and nucleotide sequences

Calling Sequence  NucPepBackDynProg(nuc,pep,DM,len1,len2,IntronScoring)
Parameters
NameTypeDescription

nuc stringa nucleotide sequence
pep stringa peptide sequence
DM DayMatrixDayhoff Matrix
len1 integeroptional length of the 1st sequence
len2 integeroptional length of the 2nd sequence
IntronScoring listoptional Intron Scoring list
Return Type  NULL
Synopsis Compute the similarity and lengths of the best alignment between nuc and pep using the Dayhoff matrix DM, the optional lengths len1 and len2 and the optional IntronScoring doing backwards dynamic programming. If the lengths are not given or -1, return the maximum similarity.
Examples  
See also AlignNucPepAll,   AlignNucPepMatch,   DynProgNucPepString,   FindNucPepPam,   GlobalNucPepAlign,   LocalNucPepAlign,   LocalNucPepAlignBestPam,   NucPepDynProg,   NucPepMatch