biotite.sequence.graphics.list_color_scheme_names

biotite.sequence.graphics.list_color_scheme_names(alphabet)[source]

Get a list of available color scheme names for a given alphabet.

Parameters
alphabetAlphabet

The alphbet to get the color scheme names for. The alphabet of the scheme must equal or extend this parameter, to be included in the list.

Returns
schemeslist of str

A list of available color schemes.