Parser for the NCBI blosum matrix file
BlosumParser
01 Syntax
SMRUCC.genomics.Analysis.SequenceAlignment.BestLocalAlignment.BlosumParser
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| LoadMatrix | 1 | Load Blosum matrix from the text file, and this Blosum matrix file which is available downloads from NCBI FTP site. |
| LoadFromStream | 1 | Load Blosum matrix from the text file, and this Blosum matrix file which is available downloads from NCBI FTP site. |
03 Members
LoadMatrix(
String)Load Blosum matrix from the text file, and this Blosum matrix file which is available downloads from NCBI FTP site.
Parameters
| Name | Type | Description |
|---|---|---|
path | String | - |
LoadFromStream(
String)Load Blosum matrix from the text file, and this Blosum matrix file which is available downloads from NCBI FTP site.
Parameters
| Name | Type | Description |
|---|---|---|
doc | String | - |