Convenience construtor for making single residue changes

Namespace:  BioSharp.Core.Bio.Symbol
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public Edit(
	int pos,
	IAlphabet alpha,
	ISymbol replacement
)

Parameters

pos
Type: System..::.Int32
the position of the change
alpha
Type: BioSharp.Core.Bio.Symbol..::.IAlphabet
the IAlphabet of the replacement ISymbol
replacement
Type: BioSharp.Core.Bio.Symbol..::.ISymbol
the replacement ISymbol

See Also