Home
last modified time | relevance | path

Searched refs:ProjectCDS (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/gnomon/
H A Dchainer.hpp191 TransformFunction* ProjectCDS(objects::CScope& scope);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/sequence/
H A Dproject_exons.cpp1802 CRef<CSeq_loc> cds_loc = ProjectCDS(aln, mf.GetLocation());
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dchainer.cpp6595 struct ProjectCDS : public TransformFunction { struct
6596ProjectCDS(double _mininframefrac, const CResidueVec& _seq, CScope* _scope, const map<string, TSig… in ProjectCDS() argument
6606 void ProjectCDS::transform_align(CAlignModel& align) in transform_align() argument
6918 TransformFunction* CChainer::ProjectCDS(CScope& scope) in ProjectCDS() function in CChainer
6920 return new gnomon::ProjectCDS(m_data->mininframefrac, m_gnomon->GetSeq(), in ProjectCDS()