nuget server logo nuget api documents
↑

API Docs / SMRUCC.genomics.Core / Extensions

Extensions

Full name SMRUCC.genomics.SequenceModel.FASTA.Extensions Assembly SMRUCC.genomics.Core Members 3

01 Syntax

SMRUCC.genomics.SequenceModel.FASTA.Extensions

02 Methods

NameOverloadsSummary
Index 1 函数返回-1表示找不到
writeFasta 1 Writes the sequences in FASTA format to a file with the given name
UniqueTitle 1

03 Members

method Index #
Index(FastaFile, Variant(Of Int32, String))

函数返回-1表示找不到

Parameters
NameTypeDescription
fastaFastaFile

-

idx$Variant(Of Int32, String)

对index的描述,可以是title也可以直接是index数字

method writeFasta #
writeFasta(IEnumerable(Of String), String, Int32, String)

Writes the sequences in FASTA format to a file with the given name

Parameters
NameTypeDescription
sequencesIEnumerable(Of String)

-

filenameString

-

method UniqueTitle #
UniqueTitle(IEnumerable(Of FastaSeq))