Click or drag to resize
HelperSplitSequence Method
Split sequence for Iron poython.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static List<ISequence> SplitSequence(
	Sequence seq,
	long coverage,
	long fragment_length
)

Parameters

seq
Type: BioSequence
The sequence.
coverage
Type: SystemInt64
The coverage.
fragment_length
Type: SystemInt64
Fragment Length.

Return Value

Type: ListISequence
List of split sequences.
See Also