nuget server logo nuget api documents
↑

API Docs / SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns.Abstract / IScanner

IScanner

Full name SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns.Motif.IScanner Assembly SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns.Abstract Members 3

01 Syntax

SMRUCC.genomics.Analysis.SequenceTools.SequencePatterns.Motif.IScanner

02 Methods

NameOverloadsSummary
FindLocation 2 Found out all of the loci site on the target sequence.
ToString 1

03 Members

method FindLocation #
FindLocation(IPolymerSequenceModel, String)

Found out all of the loci site on the target sequence.

Parameters
NameTypeDescription
seqIPolymerSequenceModel

-

lociString

-

method FindLocation overload 2 #
FindLocation(String, String)

Found out all of the loci site on the target sequence. (使用字符串查找得到目标位点在序列之上的所有的位置集合)

Remarks

这个位置查找函数是OK的

Parameters
NameTypeDescription
seqString

-

LociString

-

method ToString #
ToString()