blosum
Return BLOSUM scoring matrix
Syntax
Description
[
returns Matrix,MatrixInfo] = blosum(Identity)MatrixInfo, a structure of information about
Matrix, a BLOSUM matrix.
___ = blosum(
uses additional options specified by one or more name-value arguments.Identity,Name=Value)
Examples
Return a BLOSUM matrix with a percent identity level of 50.
B50 = blosum(50)
B50 = 24×24
5 -2 -1 -2 -1 -1 -1 0 -2 -1 -2 -1 -1 -3 -1 1 0 -3 -2 0 -2 -1 -1 -5
-2 7 -1 -2 -4 1 0 -3 0 -4 -3 3 -2 -3 -3 -1 -1 -3 -1 -3 -1 0 -1 -5
-1 -1 7 2 -2 0 0 0 1 -3 -4 0 -2 -4 -2 1 0 -4 -2 -3 4 0 -1 -5
-2 -2 2 8 -4 0 2 -1 -1 -4 -4 -1 -4 -5 -1 0 -1 -5 -3 -4 5 1 -1 -5
-1 -4 -2 -4 13 -3 -3 -3 -3 -2 -2 -3 -2 -2 -4 -1 -1 -5 -3 -1 -3 -3 -2 -5
-1 1 0 0 -3 7 2 -2 1 -3 -2 2 0 -4 -1 0 -1 -1 -1 -3 0 4 -1 -5
-1 0 0 2 -3 2 6 -3 0 -4 -3 1 -2 -3 -1 -1 -1 -3 -2 -3 1 5 -1 -5
0 -3 0 -1 -3 -2 -3 8 -2 -4 -4 -2 -3 -4 -2 0 -2 -3 -3 -4 -1 -2 -2 -5
-2 0 1 -1 -3 1 0 -2 10 -4 -3 0 -1 -1 -2 -1 -2 -3 2 -4 0 0 -1 -5
-1 -4 -3 -4 -2 -3 -4 -4 -4 5 2 -3 2 0 -3 -3 -1 -3 -1 4 -4 -3 -1 -5
-2 -3 -4 -4 -2 -2 -3 -4 -3 2 5 -3 3 1 -4 -3 -1 -2 -1 1 -4 -3 -1 -5
-1 3 0 -1 -3 2 1 -2 0 -3 -3 6 -2 -4 -1 0 -1 -3 -2 -3 0 1 -1 -5
-1 -2 -2 -4 -2 0 -2 -3 -1 2 3 -2 7 0 -3 -2 -1 -1 0 1 -3 -1 -1 -5
-3 -3 -4 -5 -2 -4 -3 -4 -1 0 1 -4 0 8 -4 -3 -2 1 4 -1 -4 -4 -2 -5
-1 -3 -2 -1 -4 -1 -1 -2 -2 -3 -4 -1 -3 -4 10 -1 -1 -4 -3 -3 -2 -1 -2 -5
⋮
Return a BLOSUM matrix with the amino acids in a specific order.
B75 = blosum(75,'Order','CSTPAGNDEQHRKMILVFYW')
B75 = 20×20
9 -1 -1 -4 -1 -3 -3 -4 -5 -3 -4 -4 -4 -2 -1 -2 -1 -2 -3 -3
-1 5 1 -1 1 -1 0 -1 0 0 -1 -1 0 -2 -3 -3 -2 -3 -2 -3
-1 1 5 -1 0 -2 0 -1 -1 -1 -2 -1 -1 -1 -1 -2 0 -2 -2 -3
-4 -1 -1 8 -1 -3 -3 -2 -1 -2 -2 -2 -1 -3 -3 -3 -3 -4 -4 -5
-1 1 0 -1 4 0 -2 -2 -1 -1 -2 -2 -1 -1 -2 -2 0 -3 -2 -3
-3 -1 -2 -3 0 6 -1 -2 -3 -2 -2 -3 -2 -3 -5 -4 -4 -4 -4 -3
-3 0 0 -3 -2 -1 6 1 -1 0 0 -1 0 -3 -4 -4 -3 -4 -3 -4
-4 -1 -1 -2 -2 -2 1 6 1 -1 -1 -2 -1 -4 -4 -4 -4 -4 -4 -5
-5 0 -1 -1 -1 -3 -1 1 5 2 0 0 1 -2 -4 -4 -3 -4 -3 -4
-3 0 -1 -2 -1 -2 0 -1 2 6 1 1 1 0 -3 -3 -2 -4 -2 -2
-4 -1 -2 -2 -2 -2 0 -1 0 1 8 0 -1 -2 -4 -3 -4 -2 2 -2
-4 -1 -1 -2 -2 -3 -1 -2 0 1 0 6 2 -2 -3 -3 -3 -3 -2 -3
-4 0 -1 -1 -1 -2 0 -1 1 1 -1 2 5 -2 -3 -3 -3 -4 -2 -4
-2 -2 -1 -3 -1 -3 -3 -4 -2 0 -2 -2 -2 6 1 2 1 0 -2 -2
-1 -3 -1 -3 -2 -5 -4 -4 -4 -3 -4 -3 -3 1 4 1 3 0 -2 -3
⋮
Input Arguments
Percent identity, specified as a scalar value from 30 to 90 in increments of 5, 62, or 100.
Data Types: double
Name-Value Arguments
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN, where Name is
the argument name and Value is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Example: Matrix = blosum(Identity,Extended=true)
Flag to control the listing of extended amino acid codes, specified as a numeric or logical true (1) or false (0).
Legal amino acid characters that specify the order of amino acids listed in the
matrix, specified as a character vector or string scalar. The length of the character
vector or string must be 20 or 24.
Output Arguments
BLOSUM scoring matrix with a specified percent identity, returned as a matrix.
Matrix information, returned as a structure. The structure contains the following fields.
NameScaleEntropyExpectedScoreHighestScoreLowestScoreOrder
Version History
Introduced before R2006a
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
- América Latina (Español)
- Canada (English)
- United States (English)
유럽
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)