Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/sequence/
H A Dproject_exons.cpp426 return d * (MinusStrand(upst) ? -1 : 1); in GetBiostartsDelta()
441 static bool MinusStrand(const CSeq_interval& seqint) in MinusStrand() function
453 && MinusStrand(a) == MinusStrand(b); in SameIdAndStrand()
482 (MinusStrand(seqint) ? seqint.SetFrom(pos) in SetBioStop()
489 (MinusStrand(seqint) ? seqint.SetTo(pos) in SetBioStart()
499 amt *= MinusStrand(seqint) ? -1 : 1; in AdjustBioStop()
510 amt *= MinusStrand(seqint) ? -1 : 1; in AdjustBioStart()
669 + (MinusStrand(*seqint) ? -1 : 1)); in AsString()
671 d *= MinusStrand(*seqint) ? -1 : 1; in AsString()
679 << "@" << (MinusStrand(*seqint) ? "-" : "+") in AsString()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objmgr/impl/
H A Dsnp_info.hpp61 bool MinusStrand(void) const;
218 bool SSNP_Info::MinusStrand(void) const in MinusStrand() function in SSNP_Info
H A Dseq_loc_cvt.hpp105 bool MinusStrand(void) const in MinusStrand() function in CSeq_loc_Conversion
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objmgr/impl/
H A Dsnp_info.hpp61 bool MinusStrand(void) const;
218 bool SSNP_Info::MinusStrand(void) const in MinusStrand() function in SSNP_Info
H A Dseq_loc_cvt.hpp105 bool MinusStrand(void) const in MinusStrand() function in CSeq_loc_Conversion
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objmgr/
H A Dsnp_annot_info.cpp669 else if ( MinusStrand() ) { in x_UpdateSeq_feat()
693 else if ( MinusStrand() ) { in x_UpdateSeq_feat()
720 else if ( MinusStrand() ) { in x_UpdateSeq_feat()
742 else if ( MinusStrand() ) { in x_UpdateSeq_feat()
H A Dannot_collector.cpp531 if ( snp.MinusStrand() ) { in CAnnotObject_Ref()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objmgr/
H A Dsnp_annot_info.cpp669 else if ( MinusStrand() ) { in x_UpdateSeq_feat()
693 else if ( MinusStrand() ) { in x_UpdateSeq_feat()
720 else if ( MinusStrand() ) { in x_UpdateSeq_feat()
742 else if ( MinusStrand() ) { in x_UpdateSeq_feat()
H A Dannot_collector.cpp531 if ( snp.MinusStrand() ) { in CAnnotObject_Ref()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dasn2graphicp.h166 MinusStrand, enumerator
H A Dasn2graphic.c392 MinusStrand,
3504 if (currentFIP->MatchStrand == MinusStrand && RFIP->featstrand != Seq_strand_minus) continue; in GetNextRFIPinFeatureFilter()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objmgr/
H A Dseq_feat_handle.hpp334 return x_GetSNP_Info().MinusStrand(); in IsSNPMinusStrand()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objmgr/
H A Dseq_feat_handle.hpp334 return x_GetSNP_Info().MinusStrand(); in IsSNPMinusStrand()
/dports/biology/ncbi-toolkit/ncbi/network/suggest/stdalone/
H A Dsuggalon.c503 if (thisInt->orient == MinusStrand) { in OutLocation()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin3.c15192 ButtoN MinusStrand; member
16308 egfp->doMinusStrand = GetStatus (egfp->MinusStrand); in DoExtendGene()
16403 egfp->MinusStrand = CheckBox(h, "Extend on Minus Strand", NULL); in ExtendGeneReg()
16404 SetStatus(egfp->MinusStrand, TRUE); in ExtendGeneReg()