FastA Module
Types
Type | Description |
Functions and values
Function or value | Description |
|
|
Full Usage:
createFastaHeader id description info
Parameters:
'a
description : string
info : Map<string, string>
Returns: FastaHeader<'a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
setAliases alias header
Parameters:
string
header : FastaHeader<'a>
Returns: FastaHeader<'a>
|
|
Full Usage:
setDataBaseVersion dbv header
Parameters:
string
header : FastaHeader<'a>
Returns: FastaHeader<'a>
|
|
Full Usage:
setDisplayId displayId header
Parameters:
string
header : FastaHeader<'a>
Returns: FastaHeader<'a>
|
|
Full Usage:
setGeneName gn header
Parameters:
string
header : FastaHeader<'a>
Returns: FastaHeader<'a>
|
|
Full Usage:
setIdType idType header
Parameters:
string
header : FastaHeader<'a>
Returns: FastaHeader<'a>
|
|
Full Usage:
setOrganismName os header
Parameters:
string
header : FastaHeader<'a>
Returns: FastaHeader<'a>
|
|
Full Usage:
setProteinExistence pe header
Parameters:
string
header : FastaHeader<'a>
Returns: FastaHeader<'a>
|
|
Full Usage:
setProteinName pn header
Parameters:
string
header : FastaHeader<'a>
Returns: FastaHeader<'a>
|
|
Full Usage:
setSequenceVersion sv header
Parameters:
string
header : FastaHeader<'a>
Returns: FastaHeader<'a>
|
|
|