SequenceAlignersNUCmer Property |
Gets an instance of NUCmer3 class which implements
the NUCmer algorithm for alignment
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static NucmerPairwiseAligner NUCmer { get; }
Public Shared ReadOnly Property NUCmer As NucmerPairwiseAligner
Get
public:
static property NucmerPairwiseAligner^ NUCmer {
NucmerPairwiseAligner^ get ();
}
static member NUCmer : NucmerPairwiseAligner with get
Property Value
Type:
NucmerPairwiseAlignerSee Also