Difference between revisions of "Footprint Plot Visualization"

From Rizzo_Lab
Jump to: navigation, search
(Created page with "[http://ringo.ams.sunysb.edu/downloads/SB2010/plot_footprint_script/plot_footprint_single_magnitude.py plot_footprint_script.py]")
 
 
Line 1: Line 1:
 +
This script will allow the user to plot the footprint data obtained from the footprint.output.txt file obtained during a footprint calculation. The usage is:
 +
 +
python plot_footprint_script.py footprint.txt 50
 +
 +
where footprint.txt is the output received from dock and the number 50 is the number of residues to be considered as the "top" residues. In other words, the 50 residues with the largest energies will be plotted and the remaining residues energies will be summed together and presented in the remainder column.
 +
 
[http://ringo.ams.sunysb.edu/downloads/SB2010/plot_footprint_script/plot_footprint_single_magnitude.py plot_footprint_script.py]
 
[http://ringo.ams.sunysb.edu/downloads/SB2010/plot_footprint_script/plot_footprint_single_magnitude.py plot_footprint_script.py]

Latest revision as of 11:14, 7 September 2018

This script will allow the user to plot the footprint data obtained from the footprint.output.txt file obtained during a footprint calculation. The usage is:

python plot_footprint_script.py footprint.txt 50

where footprint.txt is the output received from dock and the number 50 is the number of residues to be considered as the "top" residues. In other words, the 50 residues with the largest energies will be plotted and the remaining residues energies will be summed together and presented in the remainder column.

plot_footprint_script.py