rachitshah86 / guardd

Automatically exported from code.google.com/p/guardd
0 stars 0 forks source link

Load external data for Group Display correlation plots #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, correlation plots in Group Display window only include RD parameters

It is sometimes useful to compare to a parameter of a different protein/state

E.g., Rex(apo) vs. Rex(holo)
E.g., Δω(RD) vs. chemical shift difference(+/- ligand)

Method
- Create a X,Y-CUSTOM data type
- Load the X,Y data in from a plain-text file
- Add them to the list of parameters

- Perhaps restrict X to residue number (for simplicity of coding)
- Then plots can be made of Y vs. ResidueNumber for the native RD Session data 
and for the Custom imported data

Original issue reported on code.google.com by ian.klec...@gmail.com on 27 Jun 2011 at 3:53