Trees | Indices | Help |
|
---|
|
Contains the color scheme constants for msv
|
|||
ColorCell | |||
RowColorScheme A color scheme for a row in MSV |
|||
PositionScheme A scheme that handles coloring residues according to the length of the sequence |
|
|||
RES_TYPE_COLORS = [ColorCell(* args) for args in [("A", (129,
|
|||
TAYLOR_COLORS = [ColorCell(* args) for args in [("A", (200, 25
|
|||
HYDROPHOBICITY_KD_COLORS = [ColorCell(* args) for args in [("A
|
|||
HYDROPHOBICITY_HW_COLORS = [ColorCell(* args) for args in [("A
|
|||
SECONDARY_STRUCTURE_COLORS = [ColorCell(* args) for args in [(
|
|||
B_FACTOR_COLORS =
|
|||
helix_propensity_label =
|
|||
HELIX_PROPENSITY_COLORS = [ColorCell(* args) for args in [(res
|
|||
BETA_STRAND_PROPENSITY_COLORS = [ColorCell(* args) for args in
|
|||
HYDROPHOBICITY_BAR_COLORS = [ColorCell('hydrophobicity', (240,
|
|||
ISOELECTRIC_BAR_COLORS = [ColorCell('isoelectric', (160, 240,
|
|||
ResidueType = RowColorScheme(RES_TYPE_COLORS)
|
|||
Taylor = RowColorScheme(TAYLOR_COLORS)
|
|||
Hydrophobicity = RowColorScheme(HYDROPHOBICITY_KD_COLORS, lamb
|
|||
SecondaryStructure = RowColorScheme(SECONDARY_STRUCTURE_COLORS
|
|||
BFactor = RowColorScheme(B_FACTOR_COLORS, lambda residue: resi
|
|||
Position = PositionScheme({}, lambda residue: residue.resnum)
|
|||
HelixPropensity = RowColorScheme(HELIX_PROPENSITY_COLORS, lamb
|
|||
BetaStrandPropensity = RowColorScheme(BETA_STRAND_PROPENSITY_C
|
|||
HydrophobicityBar = RowColorScheme(HYDROPHOBICITY_BAR_COLORS,
|
|||
IsoelectricBar = RowColorScheme(ISOELECTRIC_BAR_COLORS, lambda
|
|||
__package__ =
|
|||
args =
|
|
RES_TYPE_COLORS
|
TAYLOR_COLORS
|
HYDROPHOBICITY_KD_COLORS
|
HYDROPHOBICITY_HW_COLORS
|
SECONDARY_STRUCTURE_COLORS
|
helix_propensity_label
|
HELIX_PROPENSITY_COLORS
|
BETA_STRAND_PROPENSITY_COLORS
|
HYDROPHOBICITY_BAR_COLORS
|
ISOELECTRIC_BAR_COLORS
|
Hydrophobicity
|
SecondaryStructure
|
BFactor
|
HelixPropensity
|
BetaStrandPropensity
|
HydrophobicityBar
|
IsoelectricBar
|
args
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Nov 10 06:06:48 2015 | http://epydoc.sourceforge.net |