dd_randcoil¶
Random-coil model for an unfolded peptide/protein
Syntax¶
info = dd_randcoil()
P = dd_randcoil(r,param)
- Parameters
r- Distance axis (N-array)param- Model parameters
- Returns
P- Distance distribution (N-array)info- Model information (struct)
Model¶
where
| Variable | Symbol | Default | Lower | Upper | Description |
|---|---|---|---|---|---|
param(1) |
50 | 2 | 1000 | Number of residues | |
param(2) |
0.20 | 0.10 | 0.40 | Segment length | |
param(3) |
0.60 | 0.33 | 1.00 | Scaling exponent |
Example using default parameters:
Description¶
info = dd_randcoil()
Returns an info structure containing the specifics of the model:
info.model- Full name of the parametric model.info.nparam- Total number of adjustable parameters.info.parameters- Structure array with information on individual parameters.
P = dd_randcoil(r,param)
Computes the model distance distribution P of residue-to-residue distances r according to the parameters array param. The required parameters can also be found in the info structure.
References¶
[1] N. C. Fitzkee, G. D. Rose, PNAS 2004, 101(34), 12497-12502 DOI: 10.1073/pnas.0404236101