Click or drag to resize
SparseSequence Constructor (ISequence)
Creates a sparse sequence based on the new passed sequence.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public SparseSequence(
	ISequence newSequence
)

Parameters

newSequence
Type: BioISequence
The New sequence for which the copy has to be made
See Also