Extensions
01 Syntax
SMRUCC.genomics.SequenceModel.FASTA.Extensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Index | 1 | 函数返回-1表示找不到 |
| writeFasta | 1 | Writes the sequences in FASTA format to a file with the given name |
03 Members
Index(FastaFile,
Variant(Of Int32, String))函数返回-1表示找不到
Parameters
| Name | Type | Description |
|---|---|---|
fasta | FastaFile | - |
idx$ | Variant(Of Int32, String) | 对index的描述,可以是title也可以直接是index数字 |
writeFasta(
IEnumerable(Of String), String, Int32, String)Writes the sequences in FASTA format to a file with the given name
Parameters
| Name | Type | Description |
|---|---|---|
sequences | IEnumerable(Of String) | - |
filename | String | - |