dps cstat¶
Calculate residue-level statistics from a precomputed contact map.
Synopsis and options¶
usage: dps cstat [-h] -m FILE -s FILE [-ref REFERENCE_GROUP] [-sel SELECTION_GROUP] [-n FILE] -o
FILE [-gr] [-gs {HPST,AHCP,HCP,HPST_SC,AHCP_SC,HCP_SC}] [-gf FILE]
[-ag {sum,average}]
Calculate residue-level statistics from a precomputed contact map.
Known grouping schemes:
HPST: Aromatic (H,F,W,Y), Hydrophobic (A,I,L,M,V), Other (C,G,P), Charged (K,R,D,E), Polar (N,Q,S,T)
AHCP: Aromatic (H,F,W,Y), Hydrophobic (A,I,L,M,V,P), Charged (K,R,D,E), Polar (N,Q,S,T,C,G)
HCP: Hydrophobic (H,F,W,Y,A,I,L,M,V,P), Charged (K,R,D,E), Polar (N,Q,S,T,C,G)
HPST_SC: Aromatic (H,F,W,Y), Hydrophobic (A,I,L,M,V), Other (C,G,P), Charged+ (K,R), Charged- (D,E), Polar (N,Q,S,T)
AHCP_SC: Aromatic (H,F,W,Y), Hydrophobic (A,I,L,M,V,P), Charged+ (K,R), Charged- (D,E), Polar (N,Q,S,T,C,G)
HCP_SC: Hydrophobic (H,F,W,Y,A,I,L,M,V,P), Charged+ (K,R), Charged- (D,E), Polar (N,Q,S,T,C,G)
Input:
-m FILE, --map-input FILE
Input contact-map matrix file (.dat). (required)
-s FILE, --run-input FILE
Input DROPPS run file (.tpr) containing the system topology. (required)
-n FILE, --index FILE
Optional index file (.ndx) defining additional atom groups. (default:
None)
-gf FILE, --group-file FILE
Optional custom grouping file with GROUP_NAME ABBREVIATION RESIDUE... on
each line. (default: None)
Output:
-o FILE, --output FILE
Output Excel workbook (.xlsx); the extension is added if omitted.
(required)
Parameters:
-h, --help Show this help message and exit.
-ref REFERENCE_GROUP, --reference-group REFERENCE_GROUP
Reference index group corresponding to the contact-map x axis. (default:
None)
-sel SELECTION_GROUP, --selection-group SELECTION_GROUP
Selection index group corresponding to the contact-map y axis. (default:
None)
-gr, --group-residue Aggregate residues into residue-type groups. (default: False)
-gs {HPST,AHCP,HCP,HPST_SC,AHCP_SC,HCP_SC}, --group-scheme {HPST,AHCP,HCP,HPST_SC,AHCP_SC,HCP_SC}
Predefined residue-grouping scheme. (default: None)
-ag {sum,average}, --aggregate {sum,average}
Aggregation method for grouped contact statistics. (default: sum)
Examples:
dps cstat -m contacts.dat -s run.tpr -o contact-statistics.xlsx
Note
This page is generated from the DROPPS 1.0 argument parser. Run
dps cstat -h in the installed environment for the same
reference at the command line.