Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 11.4 KB

sequence.rst

File metadata and controls

75 lines (52 loc) · 11.4 KB

The SeqProp Class

The SeqProp Class

Introduction

This section will give an overview of the methods that can be executed for a single protein sequence.

Tutorials

notebooks/SeqProp*

Available functions

Sequence-based predictions

Function Description Internal Python class
used and functions provided
External software
to install
Web server Alternate external
software to install
Secondary structure
and
solvent accessibilities
Predictions of secondary structure and
relative solvent accessibilities per residue
scratch module <ssbio.protein.sequence.properties.scratch> instructions/scratch
Thermostability Free energy of unfolding (ΔG), adapted from
Oobatake (Oobatake & Ooi 1993) and Dill (Dill et al. 2011)
thermostability module <ssbio.protein.sequence.properties.thermostability>
Transmembrane domains Prediction of transmembrane domains from sequence tmhmm module <ssbio.protein.sequence.properties.tmhmm> instructions/tmhmm
Aggregation propensity Consensus method to predict the aggregation
propensity of proteins, specifically the number
of aggregation-prone segments on an unfolded
protein sequence
aggregation_propensity module <ssbio.protein.sequence.properties.aggregation_propensity> instructions/amylpred

Sequence-based calculations

Function Description Internal Python class
used and functions provided
External software
to install
Web server Alternate external
software to install
Various sequence
properties
Basic properties of the sequence, such as
percent of polar, non-polar, hydrophobic
or hydrophilic residues.
instructions/emboss pepstats
Sequence alignment Basic functions to run pairwise or multiple
sequence alignments
instructions/emboss needle

API

ssbio.protein.sequence.seqprop