核酸序列的一致性的计算结果
IdentityResult
01 Syntax
SMRUCC.genomics.Analysis.SequenceTools.DNA_Comparative.IdentityResult
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| SigmaMatrix | 2 | 直接使用整条序列来进行计算 |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| SeqId | 1 | |
| Identities | 1 |
04 Members
SigmaMatrix(
FastaFile, Int32, Boolean)直接使用整条序列来进行计算
Parameters
| Name | Type | Description |
|---|---|---|
source | FastaFile | - |
round | Int32 | - |
simple | Boolean | - |
SigmaMatrix(
IEnumerable(Of File), Int32, Boolean)使用默认的dnaA - gyrB为外标尺进行计算
Parameters
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of File) | - |
round% | Int32 | - |
simple | Boolean | - |
SeqId
Identities
ToString()