skbio.alignment.make_identity_substitution_matrix(match_score, mismatch_score, alphabet='ACGTU')[source]¶Generate substitution matrix where all matches are scored equally
Note
Deprecated as of 0.4.0 for removal in 0.5.2. Will be replaced by a SubstitutionMatrix class. To track progress, see [#161](https://github.com/biocore/scikit-bio/issues/161).
| Parameters: | match_score : int, float
mismatch_score : int, float
alphabet : iterable of str, optional
|
|---|---|
| Returns: | dict of dicts
|