| Bioinformatics Toolbox™ | ![]() |
Matrix = blosum(Identity)
[Matrix, MatrixInfo]
= blosum(Identity)
... = blosum(Identity, ...'Extended', ExtendedValue,
...)
... = blosum(Identity, ...'Order', OrderValue,
...)
| Identity | Scalar specifying a percent identity level. Choices are:
|
| ExtendedValue | Controls the listing of extended amino acid codes. Choices are true (default) or false. |
| OrderValue | Character string of legal amino acid characters that specifies the order amino acids are listed in the matrix. The length of the character string must be 20 or 24. |
| Matrix | BLOSUM (Blocks Substitution Matrix) scoring matrix with a specified percent identity. |
| MatrixInfo | Structure of information about Matrix containing the following fields:
|
Matrix = blosum(Identity) returns a BLOSUM (Blocks Substitution Matrix) scoring matrix with a specified percent identity. The default ordering of the output includes the extended characters B, Z, X, and *.
A R N D C Q E G H I L K M F P S T W Y V B Z X *
[Matrix, MatrixInfo] = blosum(Identity) returns MatrixInfo, a structure of information about Matrix, a BLOSUM matrix. MatrixInfo contains the following fields:
Name
Scale
Entropy
ExpectedScore
HighestScore
LowestScore
Order
... = blosum(Identity, ...'PropertyName', PropertyValue, ...) calls blosum with optional properties that use property name/property value pairs. You can specify one or more properties in any order. Each PropertyName must be enclosed in single quotation marks and is case insensitive. These property name/property value pairs are as follows:
... = blosum(Identity, ...'Extended', ExtendedValue,
...) controls the listing of extended amino acid codes. Choices
are true (default) or false. If ExtendedValue is false,
returns the scoring matrix for the standard 20 amino acids.
Ordering of the output when ExtendedValue is false is
A R N D C Q E G H I L K M F P S T W Y V
... = blosum(Identity, ...'Order', OrderValue, ...) returns a BLOSUM matrix ordered by OrderValue, a character string of legal amino acid characters that specifies the order amino acids are listed in the matrix. The length of the character string must be 20 or 24.
Return a BLOSUM matrix with a percent identity level of 50.
B50 = blosum(50)
Return a BLOSUM matrix with the amino acids in a specific order.
B75 = blosum(75,'Order','CSTPAGNDEQHRKMILVFYW')
Bioinformatics Toolbox functions: dayhoff, gonnet, nwalign, pam, swalign
![]() | blastreadlocal | celintensityread | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |