Home
last modified time | relevance | path

Searched refs:m_reading_frame_from_proteins (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dgnomon_model.cpp275 m_reading_frame_from_proteins==a.m_reading_frame_from_proteins && in operator ==()
374 m_reading_frame_from_proteins = r; in SetReadingFrame()
380 m_reading_frame_from_proteins = r; in SetReadingFrame()
476 if(m_reading_frame_from_proteins.NotEmpty()) in Remap()
477 m_reading_frame_from_proteins = mapper(m_reading_frame_from_proteins, true); in Remap()
503 … new_cds_info.m_reading_frame_from_proteins += another_cds_info.m_reading_frame_from_proteins; in CombineWith()
572 m_reading_frame_from_proteins &= limits; in Clip()
617 if(hole.IntersectingWith(m_reading_frame_from_proteins)) { in Cut()
619 m_reading_frame_from_proteins.SetFrom(hole.GetTo()+1); in Cut()
620 if(hole.GetTo() >= m_reading_frame_from_proteins.GetTo()) in Cut()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/gnomon/
H A Dgnomon_model.hpp236 TSignedSeqRange ProtReadingFrame() const { return m_reading_frame_from_proteins; } in ProtReadingFrame()
344 TSignedSeqRange m_reading_frame_from_proteins; member in CCDSInfo