Darwin Help

Back to Index

NucPepMatch

Class NucPepMatch


Calling Sequence  NucPepMatch(NucEntries,PepEntries)
NucPepMatch(NucOffset,PepOffset)
NucPepMatch(Sim,NucOffset,PepOffset,NucLen,PepLen)
NucPepMatch(Sim,NucOffset,PepOffset,NucLen,PepLen,PamNumber)
NucPepMatch(Sim,NucOffset,PepOffset,NucLen,PepLen,PamNumber,PamVariance)
NucPepMatch(Sim,NucOffset,PepOffset,NucLen,PepLen,PamNumber,PamVariance,IntronScoring)
NucPepMatch(Sim,NucOffset,PepOffset,NucLen,PepLen,PamNumber,PamVariance,IntronScoring,NucGaps,PepGaps,Introns)
Parameters
NameTypeDescription

Sim numericSimilarity score
NucOffset integerOffset of the nucleotide sequence in NucDB
PepOffset integerOffset of the peptide sequence in PepDB
NucLength integerLength of the nucleotide sequence
PepLength integerLength of the peptide sequence
PamNumber numericEstimated PAM distance for the match
PamVariance numericEstimated PAM variance for the match
IntronScoring {0,string,structure}Function for scoring introns
NucGaps listGaps in the nucleotide sequence from the alignment
PepGaps listGaps in the peptide sequence from the alignment
Introns listList of suspected introns
Return Type  NULL
Globals DB,
Methods Entry, Gene, ID, print, select, type
Synopsis The NucPepMatch structure holds all the necessary information for the alignment of a peptide and a nucleotide sequence. The offsets are positions into a peptide and nucleotide database, hence NucPepMatch requires that appropriate databases have been loaded.
Examples  
See also AlignNucPepAll,   AlignNucPepMatch,   Denormalize,   DynProgNucPepString,   FindNucPepPam,   Gene,   GetAllNucPepMatches,   GetIntrons,   GetPeptides,   GetPosition,   GlobalNucPepAlign,   Intron,   LocalNucPepAlign,   LocalNucPepAlignBestPam,   Match,   Normalize,   NucDB,   NucPepBackDynProg,   NucPepDynProg,   NucPepRegions,   ParallelAllNucPepMatches,   PepDB,   ScoreIntron,   VisualizeGene,   VisualizeProtein