Click or drag to resize
SequenceStatistics Constructor
Constructs sequence statistics by iterating through a sequence.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public SequenceStatistics(
	ISequence sequence
)

Parameters

sequence
Type: BioISequence
The sequence to construct statistics for.
See Also