Home
last modified time | relevance | path

Searched refs:eRemoveExons (Results 1 – 7 of 7) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Daligncollapser.cpp389 align.Clip(seg,CGeneModel::eRemoveExons); in ClipNotSupportedFlanks()
409 align.Clip(seg,CGeneModel::eRemoveExons); in ClipNotSupportedFlanks()
440 align.Clip(segr,CGeneModel::eRemoveExons); in ClipNotSupportedFlanks()
445 align.Clip(segl,CGeneModel::eRemoveExons); in ClipNotSupportedFlanks()
471 align.Clip(seg, CGeneModel::eRemoveExons); in ClipNotSupportedFlanks()
474 align.Clip(seg, CGeneModel::eRemoveExons); in ClipNotSupportedFlanks()
525 align.Clip(segr,CGeneModel::eRemoveExons); in RemoveNotSupportedIntronsFromProt()
530 align.Clip(segl,CGeneModel::eRemoveExons); in RemoveNotSupportedIntronsFromProt()
585 a.Clip(new_lim,CGeneModel::eRemoveExons); in RemoveNotSupportedIntronsFromTranscript()
1492 a.Clip(l, CGeneModel::eRemoveExons); in FilterAlignments()
[all …]
H A Dgnomon_objmgr.cpp363 Clip(newlimits,CAlignModel::eRemoveExons); in CAlignModel()
H A Dscore.cpp402 align.Clip(chunk, CGeneModel::eRemoveExons); in Init()
475 align.Clip(limits, CGeneModel::eRemoveExons); in Init()
H A Dgnomon_model.cpp803 if (mode == eRemoveExons) in Clip()
859 } else if (mode == eRemoveExons) in Clip()
H A Dasn1.cpp943 model.Clip(lim,eRemoveExons); // protein alignments doesn't include stop in MakeSeqAlign()
H A Dchainer.cpp979 a.Clip(a.RealCdsLimits(), CAlignModel::eRemoveExons); in FindAltsForGeneSeeds()
3821 unma.Clip(lim,CGeneModel::eRemoveExons); in CreateChainsForPartialProteins()
6406 editedm.Clip(edited_lim, CGeneModel::eRemoveExons); in FindSelenoproteinsClipProteinsToStartStop()
6455 editedm.Clip(clip, CGeneModel::eRemoveExons); in FindSelenoproteinsClipProteinsToStartStop()
6656 a.Clip(TSignedSeqRange(left,right),CGeneModel::eRemoveExons); in transform_align()
8320 a.Clip(newlimits,CAlignModel::eRemoveExons); in transform_align()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/gnomon/
H A Dgnomon_model.hpp419 enum EClipMode { eRemoveExons, eDontRemoveExons }; enumerator
902 m.Clip(TSignedSeqRange(left,algn.Exons()[i-1].GetTo()),CGeneModel::eRemoveExons); in GetAlignParts()
913 m.Clip(TSignedSeqRange(left,algn.Limits().GetTo()),CGeneModel::eRemoveExons); in GetAlignParts()