Rosetta
|
#include <DockPDBIntoDensityMover.hh>
Public Member Functions | |
DockPDBIntoDensityMover () | |
void | setDelR (core::Real delR) |
void | setNRsteps (core::Real nRsteps) |
void | set_nRsteps_from_pose (core::pose::Pose const &pose) |
void | setB (core::Real B) |
void | setTopN (core::Size const topNtrans, core::Size const topNfilter, core::Size const topNfinal) |
core::Size | get_top_N_filter () const |
void | setGridStep (core::Size gridStep) |
void | setNCyc (core::Size ncyc) |
void | setPointRadius (core::Real point_radius) |
void | setClusterOversamp (core::Size cluster_oversample) |
void | setFragDens (core::Real fragDens) |
void | setConvoluteSingleR (bool convolute_single_residue) |
void | setGaussianBlur (bool gaussian_blur) |
void | setLaplacianOffset (core::Real laplacian_offset) |
void | setPointsToSearchFname (std::string const &pts_fname) |
void | setPointsToSearchPDBFname (std::string const &pts_fname) |
void | setRotateSeqCenter (bool rot_seq_center) |
void | setRotateMiddleCA (bool rot_middle_ca) |
void | setRotateOnSeqCenter (bool val) |
void | setStartModel (std::string const &startmodel) |
void | setConstrainRefinement (core::Real constrain_refinement) |
void | setCartRef (core::Real cart_ref) |
void | setDoRefine (bool do_refine) |
void | setMinBackbone (bool min_backbone) |
void | setMultiNative (utility::vector1< core::pose::PoseOP > const &) |
void | setScoreNatives (bool score_natives) |
void | setCentroidSilentOut (bool centroid_silent_out) |
void | setClusterRadius (core::Real cluster_radius) |
void | setDumpInter (bool dump_inter) |
void | setDumpInterSilent (bool dump_inter_silent) |
void | setMaxRotPerTrans (core::Size max_rot_per_trans) |
void | setOutputSilent (std::string silent_out) |
void | setOverwrite (bool overwrite) |
void | setPassThrough (bool passthrough) |
void | setSymminfo (DensitySymmInfo const &symminfo) |
void | setTag (std::string tag) |
void | setFinalChain (std::string const &final_chain) |
void | setCoreIdx (utility::vector1< core::Size > core_idx) |
void | setRefineEnd (core::Size refine_end) |
void | setRefineStart (core::Size refine_start) |
void | setSearchEnd (core::Size point_search_end) |
void | setSearchStart (core::Size point_search_start) |
void | setPointSearchResultsFname (std::string const &point_search_results_fname) |
void | setCombinedSearchResultsFname (std::string const &combined_search_results_fname) |
void | predefine_search (utility::vector1< numeric::xyzVector< core::Real > > &pts_in) |
void | setCheatNativeCOM (bool cheat_native_com) |
void | setCheatNativeMCA (bool cheat_native_mca) |
core::Real | get_radius (core::pose::Pose const &) |
std::string | get_name () const override |
Each derived class must specify its name. The class name. More... | |
void | score_and_dump_natives () |
void | read_in_points_to_search () |
Read in points to search. More... | |
core::Real | compare_and_align_poses (core::pose::Pose &, core::pose::Pose const &) |
RBfitResultDB | read_in_partial_search_results (utility::vector1< std::string > const &) const |
void | refine_partial_RBfitResultDB (utility::vector1< core::pose::PoseOP > const &, RBfitResultDB &, RevRefinementResultDB &) |
void | set_search_responsibilities () |
void | dump_RBfitDB_to_pdbs (RBfitResultDB &resultDB, core::pose::PoseOP const &) const |
void | set_refinement_responsibilities (RBfitResultDB &) |
void | check_for_existing_output_file (std::string const &) const |
void | import_refinement_silent_files (utility::vector1< std::string > const &, RevRefinementResultDB &) |
void | cluster_RevRefinementDB (RevRefinementResultDB &, core::Size) |
void | minimize_poseOP_into_density (core::pose::PoseOP const, MinimizePoseIntoDensityOptions const ¶ms, utility::vector1< core::Real > &) |
void | refine_RBfitResultDB (core::pose::PoseOP const &, RBfitResultDB &, RevRefinementResultDB &) |
step 3: local refinement of each hit empties the results_in DB More... | |
utility::vector1< numeric::xyzVector< core::Real > > | get_points_to_search (core::pose::PoseOP const) |
RBfitResultDB | apply_search (core::pose::Pose &pose, core::Size const result_size) |
void | combine_search (utility::vector1< std::string > const &, core::pose::Pose const &, RBfitResultDB &) |
void | search_results_to_pdb (utility::vector1< std::string > const &, core::pose::PoseOP const &) |
void | manual_refine_pdb (core::pose::PoseOP const &) |
RevRefinementResultDB | apply_refinement (utility::vector1< std::string > const &, core::pose::PoseOP const, RBfitResultDB &, bool const) |
void | combine_refinement (utility::vector1< std::string > const &, RevRefinementResultDB &refinement_results) |
void | cluster_silent (utility::vector1< std::string > const &) |
void | analyze_RefinementDB (RevRefinementResultDB) |
void | run_aio (core::pose::PoseOP const) |
void | apply (core::pose::Pose &) override |
Main Method. More... | |
![]() | |
Mover () | |
virtual MoverOP | create () |
MoverCOP | get_self_ptr () const |
MoverOP | get_self_ptr () |
MoverCAP | get_self_weak_ptr () const |
MoverAP | get_self_weak_ptr () |
Mover (std::string const &type_name) | |
sets the type for a mover; name_ has been removed (2010/05/14) More... | |
virtual void | test_move (Pose &pose) |
: Unit test support function. Apply one move to a given pose. Allows extra test specific functions to be called before applying More... | |
virtual MoverOP | clone () const |
Return a clone of the Mover object. More... | |
virtual bool | reinitialize_for_each_job () const |
Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on each use. More... | |
virtual bool | reinitialize_for_new_input () const |
Inform the Job Distributor (August '08 vintage) whether this object needs to be regenerated when the input pose is about to change, (for example, if the Mover has special code on the first apply() that is only valid for that one input pose). More... | |
virtual MoverOP | fresh_instance () const |
Generates a new Mover object freshly created with the default ctor. More... | |
MoverStatus | get_last_move_status () const |
end parser interface, start Job Distributor interface///////////// More... | |
void | reset_status () |
resets status to SUCCESS, meant to be used before an apply(). The job distributor (august 08 vintage) uses this to ensure non-accumulation of status across apply()s. More... | |
virtual core::pose::PoseOP | get_additional_output () |
Mechanism by which a mover may return multiple output poses from a single input pose. More... | |
void | set_type (std::string const &setting) |
Set the 'type' string. More... | |
std::string | get_type () const |
void | type (const std::string &type_in) |
Set the 'type' string. More... | |
std::string const & | type () const |
Get the set 'type' string. More... | |
virtual void | set_input_pose (PoseCOP pose) |
setter for poses contained for rms More... | |
virtual void | set_native_pose (PoseCOP pose) |
setter for native poses contained for rms -— we should get rid of this method? it is widely used, but a bit unsafe More... | |
PoseCOP | get_input_pose () const |
PoseCOP | get_native_pose () const |
virtual void | parse_my_tag (TagCOP tag, basic::datacache::DataMap &data) |
Called by MoverFactory when constructing new Movers. Takes care of the specific mover's parsing. More... | |
void | set_current_job (protocols::jobdist::BasicJobCOP job) |
jobdist::BasicJobCOP | get_current_job () const |
virtual void | set_current_tag (std::string const &new_tag) |
std::string | get_current_tag () const |
A tag is a unique identifier used to identify structures produced by this Mover. get_current_tag() returns the tag, and set_current_tag( std::string tag ) sets the tag. This functionality is not intended for use with the 2008 job distributor. More... | |
virtual void | show (std::ostream &output=std::cout) const |
Outputs details about the Mover, including current settings. More... | |
virtual core::Real | last_proposal_density_ratio () |
virtual void | clear_info () |
Strings container can be used to return miscellaneous info (as std::string) from a mover, such as notes about the results of apply(). The job distributor (Apr 09 vintage) will check this function to see if your protocol wants to add string info to the Job that ran this mover. One way this can be useful is that later, a JobOutputter may include/append this info to an output file. More... | |
virtual Strings & | info () |
non-const accessor More... | |
virtual Strings const & | info () const |
const accessor More... | |
virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Additional Inherited Members | |
![]() | |
typedef utility::tag::TagCOP | TagCOP |
typedef core::pose::Pose | Pose |
typedef core::pose::PoseCOP | PoseCOP |
typedef std::list< std::string > | Strings |
![]() | |
static std::string | name () |
static void | register_options () |
Overload this static method if you access options within the mover. More... | |
![]() | |
void | set_last_move_status (MoverStatus status) |
nonvirtual setter for MoverStatus last_status_. Protected means that only the mover itself will be able to change its own status. The job distributor (august 08 vintage) is aware of status set with this function and will do what the MoverStatus says. More... | |
|
inline |
References B_, cart_ref_, centroid_silent_out_, cheat_native_com_, cheat_native_mca_, cluster_oversample_, cluster_radius_, constrain_refinement_, convolute_single_residue_, delR_, dens_wt_, do_refine_, dump_inter_, dump_inter_silent_, final_chain_, fragDens_, gaussian_blur_, gridStep_, laplacian_offset_, max_rot_per_trans_, min_backbone_, ncyc_, nRsteps_, overwrite_, passthrough_, point_radius_, points_defined_, points_to_search_fname_, points_to_search_pdb_fname_, rot_middle_ca_, rot_seq_center_, score_natives_, start_model_, topNfilter_, topNfinal_, and topNtrans_.
void protocols::electron_density::DockPDBIntoDensityMover::analyze_RefinementDB | ( | RevRefinementResultDB | resultDB | ) |
References all_natives_, protocols::electron_density::get_rms(), protocols::electron_density::ResultDB< T, Tcomp >::pop(), protocols::electron_density::RefinementResult::pose_, core::scoring::rms, protocols::electron_density::RefinementResult::score_, protocols::electron_density::ResultDB< T, Tcomp >::size(), symminfo_, and protocols::electron_density::TR().
Referenced by cluster_silent(), and run_aio().
|
overridevirtual |
Main Method.
Implements protocols::moves::Mover.
References core::pose::Pose::sequence(), and protocols::electron_density::TR().
RevRefinementResultDB protocols::electron_density::DockPDBIntoDensityMover::apply_refinement | ( | utility::vector1< std::string > const & | local_result_filenames, |
core::pose::PoseOP const | poseOP, | ||
RBfitResultDB & | results_to_refine, | ||
bool const | write_to_file | ||
) |
References all_natives_, check_for_existing_output_file(), protocols::electron_density::dump_RefinementDB_to_silent(), final_chain_, protocols::electron_density::ResultDB< T, Tcomp >::pop(), read_in_partial_search_results(), refine_end_, refine_RBfitResultDB(), refine_start_, set_refinement_responsibilities(), silent_, protocols::electron_density::ResultDB< T, Tcomp >::size(), symminfo_, topNfilter_, and protocols::simple_filters::write_to_file().
Referenced by run_aio().
RBfitResultDB protocols::electron_density::DockPDBIntoDensityMover::apply_search | ( | core::pose::Pose & | pose, |
core::Size const | result_size | ||
) |
References all_native_com_, all_native_mca_, all_natives_, B_, cluster_radius_, convolute_single_residue_, delR_, protocols::electron_density::density_grid_search(), fragDens_, protocols::electron_density::get_spectrum(), laplacian_offset_, max_rot_per_trans_, nRsteps_, point_search_end_, point_search_results_fname_, point_search_start_, points_to_search_, read_in_points_to_search(), rot_middle_ca_, set_search_responsibilities(), and symminfo_.
Referenced by run_aio().
void protocols::electron_density::DockPDBIntoDensityMover::check_for_existing_output_file | ( | std::string const & | mode | ) | const |
References protocols::electron_density::check_if_file_exists(), overwrite_, and silent_.
Referenced by apply_refinement(), cluster_silent(), and combine_refinement().
void protocols::electron_density::DockPDBIntoDensityMover::cluster_RevRefinementDB | ( | RevRefinementResultDB & | results, |
core::Size | target_size = 0 |
||
) |
References protocols::electron_density::ResultDB< T, Tcomp >::add_element(), cluster_radius_, protocols::electron_density::get_rms(), protocols::electron_density::ResultDB< T, Tcomp >::pop(), protocols::electron_density::ResultDB< T, Tcomp >::size(), and symminfo_.
Referenced by cluster_silent(), and combine_refinement().
void protocols::electron_density::DockPDBIntoDensityMover::cluster_silent | ( | utility::vector1< std::string > const & | final_result_filenames | ) |
References all_natives_, analyze_RefinementDB(), check_for_existing_output_file(), cluster_RevRefinementDB(), protocols::electron_density::dump_RefinementDB_to_silent(), final_chain_, import_refinement_silent_files(), protocols::electron_density::ResultDB< T, Tcomp >::pop(), silent_, protocols::electron_density::ResultDB< T, Tcomp >::size(), symminfo_, topNfilter_, topNfinal_, and protocols::electron_density::TR().
void protocols::electron_density::DockPDBIntoDensityMover::combine_refinement | ( | utility::vector1< std::string > const & | refinement_result_filenames, |
RevRefinementResultDB & | refinement_results | ||
) |
References all_natives_, check_for_existing_output_file(), cluster_RevRefinementDB(), protocols::electron_density::dump_RefinementDB_to_silent(), final_chain_, import_refinement_silent_files(), protocols::electron_density::ResultDB< T, Tcomp >::pop(), silent_, protocols::electron_density::ResultDB< T, Tcomp >::size(), symminfo_, topNfilter_, topNfinal_, and protocols::electron_density::TR().
Referenced by run_aio().
void protocols::electron_density::DockPDBIntoDensityMover::combine_search | ( | utility::vector1< std::string > const & | local_result_filenames, |
core::pose::Pose const & | pose, | ||
RBfitResultDB & | all_results | ||
) |
References all_native_com_, all_native_mca_, all_natives_, cluster_radius_, protocols::electron_density::cluster_RBfitResultDB_fast(), combined_search_results_fname_, protocols::electron_density::compare_RBfitDB_to_native(), delR_, core::scoring::electron_density::getDensityMap(), nRsteps_, read_in_partial_search_results(), rot_middle_ca_, protocols::electron_density::ResultDB< T, Tcomp >::size(), symminfo_, topNfilter_, protocols::electron_density::TR(), and protocols::electron_density::write_RBfitResultDB().
Referenced by run_aio().
core::Real protocols::electron_density::DockPDBIntoDensityMover::compare_and_align_poses | ( | core::pose::Pose & | query, |
core::pose::Pose const & | native | ||
) |
References core::conformation::Residue::atom_index(), core::id::AtomID::BOGUS_ATOM_ID(), core::pose::initialize_atomid_map(), core::chemical::element::N, core::conformation::Residue::name1(), core::conformation::Residue::name3(), core::pose::Pose::pdb_info(), core::pose::Pose::residue(), core::pose::Pose::sequence(), core::pose::Pose::size(), core::scoring::superimpose_pose(), and protocols::electron_density::TR().
void protocols::electron_density::DockPDBIntoDensityMover::dump_RBfitDB_to_pdbs | ( | RBfitResultDB & | resultDB, |
core::pose::PoseOP const & | poseOP | ||
) | const |
|
inlineoverridevirtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
utility::vector1< numeric::xyzVector< core::Real > > protocols::electron_density::DockPDBIntoDensityMover::get_points_to_search | ( | core::pose::PoseOP const | poseOP | ) |
References all_native_com_, all_native_mca_, all_natives_, B_, cheat_native_com_, cheat_native_mca_, convolute_single_residue_, delR_, protocols::electron_density::dump_points_to_search_to_pdb_or_txt(), fragDens_, core::scoring::electron_density::getDensityMap(), gridStep_, laplacian_offset_, nRsteps_, point_radius_, points_to_search_, points_to_search_fname_, points_to_search_pdb_fname_, core::import_pose::pose_from_file(), predefine_search(), protocols::electron_density::remove_occupied_density_from_density(), rot_middle_ca_, score_and_dump_natives(), score_natives_, protocols::electron_density::select_density_points(), start_model_, symminfo_, topNtrans_, and protocols::electron_density::TR().
Referenced by run_aio().
core::Real protocols::electron_density::DockPDBIntoDensityMover::get_radius | ( | core::pose::Pose const & | pose | ) |
References core::conformation::Residue::aa(), core::chemical::aa_vrt, core::conformation::Residue::atom(), core::pose::get_center_of_mass(), protocols::mean_field::max(), core::conformation::Residue::nheavyatoms(), core::pose::Pose::residue(), core::pose::Pose::size(), and core::conformation::Atom::xyz().
Referenced by set_nRsteps_from_pose().
|
inline |
References topNfilter_.
void protocols::electron_density::DockPDBIntoDensityMover::import_refinement_silent_files | ( | utility::vector1< std::string > const & | refinement_result_filenames, |
RevRefinementResultDB & | refinement_results | ||
) |
References protocols::electron_density::ResultDB< T, Tcomp >::add_element(), core::io::silent::SilentFileData::begin(), core::io::silent::SilentFileData::end(), core::sequence::end, core::io::silent::SilentFileData::read_file(), protocols::hybridization::score, and protocols::electron_density::TR().
Referenced by cluster_silent(), and combine_refinement().
void protocols::electron_density::DockPDBIntoDensityMover::manual_refine_pdb | ( | core::pose::PoseOP const & | poseOP | ) |
void protocols::electron_density::DockPDBIntoDensityMover::minimize_poseOP_into_density | ( | core::pose::PoseOP const | posecopy, |
MinimizePoseIntoDensityOptions const & | params, | ||
utility::vector1< core::Real > & | scores_vector | ||
) |
References core::chemical::aa_vrt, core::pose::addVirtualResAsRoot(), protocols::simple_moves::SwitchResidueTypeSetMover::apply(), protocols::electron_density::MinimizePoseIntoDensityOptions::bbmin, constrain_refinement_, do_refine_, dump_inter_, dump_inter_silent_, protocols::electron_density::dump_to_silent(), core::chemical::FA_STANDARD, core::pose::get_center_of_mass(), min_backbone_, ncyc_, protocols::electron_density::MinimizePoseIntoDensityOptions::packer, protocols::electron_density::MinimizePoseIntoDensityOptions::rbmin, protocols::electron_density::MinimizePoseIntoDensityOptions::scorefxn_dens, protocols::electron_density::MinimizePoseIntoDensityOptions::scorefxn_refine, protocols::electron_density::TR(), and core::conformation::Residue::xyz().
Referenced by manual_refine_pdb(), and refine_RBfitResultDB().
void protocols::electron_density::DockPDBIntoDensityMover::predefine_search | ( | utility::vector1< numeric::xyzVector< core::Real > > & | pts_in | ) |
RBfitResultDB protocols::electron_density::DockPDBIntoDensityMover::read_in_partial_search_results | ( | utility::vector1< std::string > const & | local_result_filenames | ) | const |
void protocols::electron_density::DockPDBIntoDensityMover::read_in_points_to_search | ( | ) |
Read in points to search.
References protocols::electron_density::check_if_file_exists(), points_to_search_, points_to_search_fname_, and silent_.
Referenced by apply_search().
void protocols::electron_density::DockPDBIntoDensityMover::refine_partial_RBfitResultDB | ( | utility::vector1< core::pose::PoseOP > const & | , |
RBfitResultDB & | , | ||
RevRefinementResultDB & | |||
) |
void protocols::electron_density::DockPDBIntoDensityMover::refine_RBfitResultDB | ( | core::pose::PoseOP const & | poseOP, |
RBfitResultDB & | results_in, | ||
RevRefinementResultDB & | results_out | ||
) |
step 3: local refinement of each hit empties the results_in DB
References protocols::electron_density::ResultDB< T, Tcomp >::add_element(), core::pose::addVirtualResAsRoot(), all_natives_, protocols::electron_density::apply_transform(), constrain_refinement_, protocols::electron_density::create_minimize_pose_into_density_options(), dens_wt_, dump_inter_, dump_inter_silent_, protocols::electron_density::dump_to_silent(), protocols::electron_density::get_gdt(), protocols::electron_density::get_rms(), minimize_poseOP_into_density(), protocols::electron_density::ResultDB< T, Tcomp >::pop(), refine_end_, refine_start_, core::scoring::rms, protocols::electron_density::ResultDB< T, Tcomp >::size(), symminfo_, core::id::to_string(), and protocols::electron_density::TR().
Referenced by apply_refinement().
void protocols::electron_density::DockPDBIntoDensityMover::run_aio | ( | core::pose::PoseOP const | poseOP | ) |
void protocols::electron_density::DockPDBIntoDensityMover::score_and_dump_natives | ( | ) |
References core::io::silent::SilentStruct::add_energy(), all_natives_, protocols::simple_moves::SwitchResidueTypeSetMover::apply(), centroid_silent_out_, core::io::silent::SilentStruct::clear_energies(), core::scoring::elec_dens_whole_structure_allatom, protocols::hybridization::score, silent_, core::id::to_string(), and core::io::silent::SilentFileData::write_silent_struct().
Referenced by get_points_to_search().
void protocols::electron_density::DockPDBIntoDensityMover::search_results_to_pdb | ( | utility::vector1< std::string > const & | local_result_filenames, |
core::pose::PoseOP const & | poseOP | ||
) |
References dump_RBfitDB_to_pdbs(), and read_in_partial_search_results().
void protocols::electron_density::DockPDBIntoDensityMover::set_nRsteps_from_pose | ( | core::pose::Pose const & | pose | ) |
References core::conformation::Residue::aa(), core::chemical::aa_vrt, core::conformation::Residue::atom(), protocols::membrane::com(), delR_, fragDens_, core::pose::get_center_of_mass(), get_radius(), core::conformation::Residue::nheavyatoms(), nRsteps_, point_radius_, core::pose::Pose::residue(), core::pose::Pose::size(), and core::conformation::Atom::xyz().
void protocols::electron_density::DockPDBIntoDensityMover::set_refinement_responsibilities | ( | RBfitResultDB & | resultDB | ) |
References core_idx_, refine_end_, refine_start_, protocols::electron_density::ResultDB< T, Tcomp >::size(), and protocols::electron_density::TR().
Referenced by apply_refinement().
void protocols::electron_density::DockPDBIntoDensityMover::set_search_responsibilities | ( | ) |
References core_idx_, point_search_end_, point_search_start_, points_to_search_, and protocols::electron_density::TR().
Referenced by apply_search().
|
inline |
References core::chemical::element::B, and B_.
|
inline |
References cart_ref_.
|
inline |
References centroid_silent_out_.
|
inline |
References cheat_native_com_.
|
inline |
References cheat_native_mca_.
|
inline |
References cluster_oversample_.
|
inline |
References cluster_radius_.
|
inline |
References combined_search_results_fname_.
|
inline |
References constrain_refinement_.
|
inline |
References convolute_single_residue_.
|
inline |
References core_idx_.
|
inline |
References delR_.
|
inline |
References do_refine_.
|
inline |
References dump_inter_.
|
inline |
References dump_inter_silent_.
|
inline |
References final_chain_.
|
inline |
References fragDens_.
|
inline |
References gaussian_blur_.
|
inline |
References gridStep_.
|
inline |
References laplacian_offset_.
|
inline |
References max_rot_per_trans_.
|
inline |
References min_backbone_.
void protocols::electron_density::DockPDBIntoDensityMover::setMultiNative | ( | utility::vector1< core::pose::PoseOP > const & | all_natives | ) |
References protocols::cluster::calibur::aa, core::chemical::aa_vrt, core::pose::addVirtualResAsRoot(), all_native_com_, all_native_mca_, all_native_seq_center_, all_natives_, protocols::stepwise::modeler::is_protein(), core::chemical::element::N, protocols::electron_density::TR(), and protocols::kinmatch::xyz().
|
inline |
References ncyc_.
|
inline |
References nRsteps_.
|
inline |
References silent_.
|
inline |
References overwrite_.
|
inline |
References passthrough_.
|
inline |
References point_radius_.
|
inline |
References point_search_results_fname_.
|
inline |
References points_to_search_fname_.
|
inline |
References points_to_search_pdb_fname_.
|
inline |
References refine_end_.
|
inline |
References refine_start_.
|
inline |
References rot_middle_ca_.
|
inline |
References rot_seq_center_, and protocols::hybridization::val.
|
inline |
References rot_seq_center_.
|
inline |
References score_natives_.
|
inline |
References point_search_end_.
|
inline |
References point_search_start_.
|
inline |
References start_model_.
|
inline |
References symminfo_.
|
inline |
References tag_.
|
inline |
References topNfilter_, topNfinal_, and topNtrans_.
|
private |
Referenced by apply_search(), combine_search(), get_points_to_search(), and setMultiNative().
|
private |
Referenced by apply_search(), combine_search(), get_points_to_search(), and setMultiNative().
|
private |
Referenced by setMultiNative().
|
private |
|
private |
Referenced by apply_search(), DockPDBIntoDensityMover(), get_points_to_search(), and setB().
|
private |
Referenced by DockPDBIntoDensityMover(), and setCartRef().
|
private |
Referenced by DockPDBIntoDensityMover(), score_and_dump_natives(), and setCentroidSilentOut().
|
private |
Referenced by DockPDBIntoDensityMover(), get_points_to_search(), and setCheatNativeCOM().
|
private |
Referenced by DockPDBIntoDensityMover(), get_points_to_search(), and setCheatNativeMCA().
|
private |
Referenced by DockPDBIntoDensityMover(), and setClusterOversamp().
|
private |
Referenced by apply_search(), cluster_RevRefinementDB(), combine_search(), DockPDBIntoDensityMover(), and setClusterRadius().
|
private |
Referenced by combine_search(), and setCombinedSearchResultsFname().
|
private |
|
private |
Referenced by apply_search(), DockPDBIntoDensityMover(), get_points_to_search(), and setConvoluteSingleR().
|
private |
Referenced by run_aio(), set_refinement_responsibilities(), set_search_responsibilities(), and setCoreIdx().
|
private |
Referenced by apply_search(), combine_search(), DockPDBIntoDensityMover(), get_points_to_search(), set_nRsteps_from_pose(), and setDelR().
|
private |
Referenced by DockPDBIntoDensityMover(), manual_refine_pdb(), and refine_RBfitResultDB().
|
private |
Referenced by DockPDBIntoDensityMover(), minimize_poseOP_into_density(), and setDoRefine().
|
private |
Referenced by DockPDBIntoDensityMover(), minimize_poseOP_into_density(), refine_RBfitResultDB(), and setDumpInter().
|
private |
Referenced by DockPDBIntoDensityMover(), minimize_poseOP_into_density(), refine_RBfitResultDB(), and setDumpInterSilent().
|
private |
Referenced by apply_refinement(), cluster_silent(), combine_refinement(), DockPDBIntoDensityMover(), and setFinalChain().
|
private |
Referenced by apply_search(), DockPDBIntoDensityMover(), get_points_to_search(), set_nRsteps_from_pose(), and setFragDens().
|
private |
Referenced by DockPDBIntoDensityMover(), and setGaussianBlur().
|
private |
Referenced by DockPDBIntoDensityMover(), get_points_to_search(), and setGridStep().
|
private |
Referenced by apply_search(), DockPDBIntoDensityMover(), get_points_to_search(), and setLaplacianOffset().
|
private |
Referenced by apply_search(), DockPDBIntoDensityMover(), and setMaxRotPerTrans().
|
private |
Referenced by DockPDBIntoDensityMover(), minimize_poseOP_into_density(), and setMinBackbone().
|
private |
Referenced by DockPDBIntoDensityMover(), minimize_poseOP_into_density(), and setNCyc().
|
private |
Referenced by apply_search(), combine_search(), DockPDBIntoDensityMover(), get_points_to_search(), set_nRsteps_from_pose(), and setNRsteps().
|
private |
Referenced by check_for_existing_output_file(), DockPDBIntoDensityMover(), and setOverwrite().
|
private |
Referenced by DockPDBIntoDensityMover(), and setPassThrough().
|
private |
Referenced by DockPDBIntoDensityMover(), get_points_to_search(), set_nRsteps_from_pose(), and setPointRadius().
|
private |
Referenced by apply_search(), run_aio(), set_search_responsibilities(), and setSearchEnd().
|
private |
Referenced by apply_search(), and setPointSearchResultsFname().
|
private |
Referenced by apply_search(), run_aio(), set_search_responsibilities(), and setSearchStart().
|
private |
Referenced by DockPDBIntoDensityMover(), and predefine_search().
|
private |
|
private |
Referenced by DockPDBIntoDensityMover(), get_points_to_search(), read_in_points_to_search(), and setPointsToSearchFname().
|
private |
Referenced by DockPDBIntoDensityMover(), get_points_to_search(), and setPointsToSearchPDBFname().
|
private |
Referenced by apply_refinement(), refine_RBfitResultDB(), set_refinement_responsibilities(), and setRefineEnd().
|
private |
Referenced by apply_refinement(), refine_RBfitResultDB(), set_refinement_responsibilities(), and setRefineStart().
|
private |
Referenced by apply_search(), combine_search(), DockPDBIntoDensityMover(), get_points_to_search(), and setRotateMiddleCA().
|
private |
Referenced by DockPDBIntoDensityMover(), setRotateOnSeqCenter(), and setRotateSeqCenter().
|
private |
Referenced by DockPDBIntoDensityMover(), get_points_to_search(), and setScoreNatives().
|
private |
|
private |
Referenced by DockPDBIntoDensityMover(), get_points_to_search(), and setStartModel().
|
private |
|
private |
Referenced by setTag().
|
private |
Referenced by apply_refinement(), cluster_silent(), combine_refinement(), combine_search(), DockPDBIntoDensityMover(), get_top_N_filter(), and setTopN().
|
private |
Referenced by cluster_silent(), combine_refinement(), DockPDBIntoDensityMover(), and setTopN().
|
private |
3 stages, each with different filter numbers: 1: select points 2: select best by spharm rotation 3: select best after refinement
Referenced by DockPDBIntoDensityMover(), get_points_to_search(), and setTopN().