class Chem::Protein::PSIQUE::SecondaryStructureBlender

Defined in:

chem/protein/psique.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(residues : ResidueView) #

[View source]

Instance Method Detail

def [](i : Int32, offset : Int32 = 0) : SecondaryStructure | Nil #

[View source]
def beginning_of_sec_at?(i : Int32) : Bool #

[View source]
def blend : Nil #

[View source]
def end_of_sec_at?(i : Int32) : Bool #

[View source]
def middle_of_sec_at?(i : Int32) : Bool #

[View source]
def mutable?(i : Int32) : Bool #

[View source]
def next_patches : Hash(Int32, SecondaryStructure) #

[View source]
def score(i : Int32, sec : SecondaryStructure) : Int32 #

[View source]
def score_table(i : Int32) : Hash(SecondaryStructure, Int32) #

[View source]