Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dchainer.cpp2066 map<int, set<int> > oriented_splices; in CalculateSpliceWeights() local
2068 oriented_splices[ePlus].insert(i->GetFrom()); in CalculateSpliceWeights()
2069 oriented_splices[ePlus].insert(i->GetTo()); in CalculateSpliceWeights()
2072 oriented_splices[eMinus].insert(i->GetFrom()); in CalculateSpliceWeights()
2073 oriented_splices[eMinus].insert(i->GetTo()); in CalculateSpliceWeights()
2081 set<int>& ospl = oriented_splices[algn.Strand()]; in CalculateSpliceWeights()