Fasta格式的多序列比对的结果
Clustal
01 Syntax
SMRUCC.genomics.SequenceModel.Patterns.Clustal.Clustal
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 1 | read the alignment result file. |
| Initialize | 1 | 计算每一个位点上面的保守性 |
| Mid | 1 | |
| GetEnumerator | 1 | |
| Save | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Frequency | 1 | |
| Conservation | 1 |
04 Members
#ctor(
String)read the alignment result file.
Parameters
| Name | Type | Description |
|---|---|---|
path | String | - |
Initialize
计算每一个位点上面的保守性
Mid(
Int32, Int32)Parameters
| Name | Type | Description |
|---|---|---|
left | Int32 | 左端到位点的距离 |
right | Int32 | 右端到位点的距离 |
Frequency
Conservation
GetEnumerator()
Save(
String, Encoding)