A wrapper of the biological sequence region cutter, which can be used to cut a specific sequence region from a FASTA sequence or a chunked FASTA sequence
ISlicer
01 Syntax
SMRUCC.genomics.SequenceModel.Slicer.ISlicer
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| SliceRegionSite | 1 | |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| title | 1 |
04 Members
SliceRegionSite(
Int32, Int32)Parameters
| Name | Type | Description |
|---|---|---|
start | Int32 | 1-based start index |
seqLength | Int32 | string length of the target locus region |
title
ToString()