Class protein Attributes

Attributes

  • prot_id
  • sequence
  • second_struct
  • predictions
  • meta_data (usually header of fasta in uniprot)

Class protein Methods

predict

1
predict()

what it does

Assigns to each aminoacid of the sequence the probability of being in a AD region and populates the object attribute.

predict_second_struct

1
predict_second_struct()

what it does

predict secondary structure of protein object and populates object attribute.

Saturated mutagenesis

1
saturated_mutagenesis(sequence, second_struct, predictions, *args)