Changes

Jump to navigation Jump to search
relax 2_load_data.py -t log.txt
</source>
 
== Following analysis ==
First make graphs
<source lang="bash">
cd No_Rex/
./grace2images.py -t EPS,PNG
cat r1.out
cat r1rho_prime.out
</source>
 
== Further analysis steps ==
 
* Inspect which residues should not be included in analysis
<source lang="bash">
desel_ids = [
":49@N",
":52@N",
":53@N"]
# De-select for analysis those spins who have bad data
for desel_spin in desel_ids:
print("Deselecting spin %s"%desel_spin)
deselect.spin(spin_id=desel_spin, change_all=False)
</source>
 
* Inspect which residues should be analysed together for a clustered/global fit.
<source lang="bash">
cluster_ids = [
":13@N",
":15@N",
":16@N",
":25@N"]
 
# Cluster spins
for curspin in cluster_ids:
print("Adding spin %s to cluster"%curspin)
relax_disp.cluster('model_cluster', curspin)
</source>
 
* Run analysis again
== See also ==
[[Category:Tutorials]]
[[Category:Relaxation dispersion analysis]]

Navigation menu