Genotype API Documentation - v0.1.0
Preparing search index...
FastaUtils
Variable FastaUtils
Const
FastaUtils
:
{
validateSequence
:
(
sequence
:
string
,
_lineNumber
?:
number
,
_options
?:
{
skipValidation
?:
boolean
;
maxLineLength
?:
number
}
,
)
=>
string
;
formatSequence
:
(
seq
:
FastaSequence
,
lineWidth
?:
number
)
=>
string
;
}
= ...
Type Declaration
Readonly
validateSequence
:
(
sequence
:
string
,
_lineNumber
?:
number
,
_options
?:
{
skipValidation
?:
boolean
;
maxLineLength
?:
number
}
,
)
=>
string
Readonly
formatSequence
:
(
seq
:
FastaSequence
,
lineWidth
?:
number
)
=>
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Genotype API Documentation - v0.1.0
Loading...