Two of FRED's scoring functions, CGO and CGT, are ligand based design scoring functions. That is they score by measuring how well a pose matches a known bound ligand in the active site, rather than measuring how well the ligand interacts with the site itself. By using these two functions you can then do ligand based design with FRED, or even more interestingly you can combine both ligand and structure based design by using a combination of the structure based and ligand based scoring functions. This section has several examples of using the ligand based design scoring functions.
Note that even when all the docking and scoring functions are ligand based design functions (i.e. CGO or CGT) information from the protein is still used during the exhaustive search to screen the initial ensemble of poses using the inner and outer contour, as well as any constraints. In other words when you use CGO and CGT FRED will still insure that the poses do not clash with the ligand and obey any constraints the user has specified.
fred -dbase my_ligands.oeb.gz \
-rec my_receptor.oeb.gz \
-cgo \
-cgt
FRED will dock my_ligands.oeb.gz to my_receptor.oeb.gz and then score and output the resulting poses to a CGO and CGT hitlist.
The docking process is still structure based in this example, only the final scoring in ligand based. See the next example for how to do structure based docking and scoring.
Note that CGO and CGT are treated the same as any other scoring function by FRED, provided the receptor has a bound ligand.
-dbaseThis tells FRED where the ligands it is going to dock are, in this case the file my_ligands.oeb.gz. The ligand file should have multiple conformers of all flexible ligands (see section 5.5 for more detail on preparing the ligand database).
-recThis specifies a receptor file to dock the ligand to. The receptor file must be created prior to running FRED with this command line, and it must contain a bound ligand.
-cgo
-cgt
setup.txt
receptor.oeb.gz
status.txt
cgo_docked.oeb.gz
cgo_scores.txt
fred -dbase my_ligands.oeb.gz \
-rec my_receptor.oeb.gz \
-exhaustive_scoring cgo \
-opt cgo \
-pose_select_weight_shapegauss 0 \
-pose_select_weight_plp 0 \
-pose_select_weight_Chemgauss2 0 \
-pose_select_weight_Chemgauss3 0 \
-pose_select_weight_Chemscore 0 \
-pose_select_weight_oeChemscore 0 \
-pose_select_weight_screenscore 0 \
-cgo \
-cgt
This command line tells FRED to docking my_ligands.oeb.gz to my_receptor.oeb.gz using the ligand based CGO scoring function and then score and output the ligands to CGT and CGO hitlists. Consensus structure is also disabled since the purpose of this example is to maximize the amount of ligand based design, and there is only one scoring function for consensus structure that is ligand based, CGO.
-dbaseThis tells FRED where the ligands it is going to dock are, in this case the file my_ligands.oeb.gz. The ligand file should have multiple conformers of all flexible ligands (see section 5.5 for more detail on preparing the ligand database).
-recThis specifies a receptor file to dock to the ligand too. The receptor file must be created prior to running FRED with this command line, and it must contain a bound ligand.
-exhaustive_scoringTells FRED to use CGO as the scoring function in the exhaustive search.
-optTells FRED] to optimize the candidate poses with CGO
-pose_select_weight_shapegaussSets the weight of Shapegauss to 0 in consensus structure.
-pose_select_weight_plpSets the weight of PLP to 0 in consensus structure.
-pose_select_weight_Chemgauss2Sets the weight of Chemgauss3 to 0 in consensus structure.
-pose_select_weight_Chemgauss3Sets the weight of Chemgauss3 to 0 in consensus structure.
-pose_select_weight_ChemscoreSets the weight of Chemscore to 0 in consensus structure.
-pose_select_weight_oeChemscoreSets the weight of OEChemscore to 0 in consensus structure.
-pose_select_weight_screenscoreSets the weight of Screenscore to 0 in consensus structure.
-cgo
-cgt
setup.txt
receptor.oeb.gz
status.txt
cgo_docked.oeb.gz
cgo_scores.txt