Rosetta
|
The workhorse. More...
#include <DockFragmentsIntoDensityMover.hh>
Public Member Functions | |
DockFragmentsIntoDensityMover () | |
void | setDelR (core::Real delR) |
void | setNRsteps (core::Real nRsteps) |
void | setB (core::Real B) |
void | setTopN (core::Real topNtrans, core::Real topNfilter, core::Real topNfinal) |
void | setGridStep (core::Size gridStep) |
void | setDoRefine (bool do_refine) |
void | setMinDist (core::Real mindist) |
void | setMinBackbone (bool min_backbone) |
void | setNCyc (core::Size ncyc) |
void | setOutputSilent (std::string silent_out) |
void | setClusterRadius (core::Real cluster_radius) |
void | setPointRadius (core::Real point_radius) |
void | setTag (std::string tag) |
void | setFragDens (core::Real fragDens) |
void | setPassThrough (bool passthrough) |
void | setClusterOversamp (core::Size cluster_oversample) |
void | setMaxRotPerTrans (core::Size max_rot_per_trans) |
void | setSymminfo (DensitySymmInfo const &symminfo) |
void | setConvoluteSingleR (bool convolute_single_residue) |
void | setLaplacianOffset (core::Real laplacian_offset) |
utility::vector1< core::pose::PoseCOP > | get_multi_native () const & |
utility::vector1< numeric::xyzVector< core::Real > > | get_multi_native_com () const |
utility::vector1< numeric::xyzVector< core::Real > > | get_multi_native_mca () const |
void | predefine_search (utility::vector1< numeric::xyzVector< core::Real > > &pts_in) |
void | setCenterOnMiddleCA (bool val) |
void | setNative (core::pose::PoseOP native) |
void | apply (core::pose::Pose &pose) override |
Main Method. More... | |
void | apply_multi (utility::vector1< core::pose::PoseOP > &poses) |
void | map_from_spectrum (utility::vector1< core::Real > const &pose_1dspec, ObjexxFCL::FArray3D< core::Real > &rot) |
void | do_refinement (utility::vector1< core::pose::PoseOP > const &poses, RBfitResultDB &results_in, RefinementResultDB &results_out) |
step 3: local refinement of each hit empties the results_in DB More... | |
void | print_best_rms (core::pose::Pose const &pose, RBfitResultDB const &results) |
debugging: add some stats More... | |
std::string | get_name () const override |
Each derived class must specify its name. The class name. 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... | |
Private Attributes | |
core::Size | topNtrans_ |
core::Size | topNfilter_ |
core::Size | topNfinal_ |
core::Real | delR_ |
core::Real | dens_wt_ |
core::Real | cluster_radius_ |
core::Real | point_radius_ |
core::Real | fragDens_ |
core::Real | mindist_ |
core::Real | laplacian_offset_ |
core::Size | B_ |
core::Size | nRsteps_ |
core::Size | gridStep_ |
bool | center_on_middle_ca_ |
bool | points_defined_ |
bool | convolute_single_residue_ |
DensitySymmInfo | symminfo_ |
core::Size | cluster_oversample_ |
core::Size | max_rot_per_trans_ |
bool | do_refine_ |
bool | min_backbone_ |
core::Size | ncyc_ |
std::string | silent_ |
std::string | tag_ |
utility::vector1< numeric::xyzVector< core::Real > > | points_to_search_ |
bool | passthrough_ |
core::pose::PoseCOP | native_ |
numeric::xyzVector< core::Real > | native_com_ |
numeric::xyzVector< core::Real > | native_middle_ca_ |
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... | |
The workhorse.
|
inline |
|
overridevirtual |
void protocols::electron_density::DockFragmentsIntoDensityMover::apply_multi | ( | utility::vector1< core::pose::PoseOP > & | poses | ) |
References protocols::electron_density::ResultDB< T, Tcomp >::add_element(), B_, protocols::vip::base_name(), center_on_middle_ca_, cluster_oversample_, cluster_radius_, protocols::electron_density::cluster_RefinementDB(), protocols::membrane::com(), convolute_single_residue_, protocols::jd2::current_input_tag(), delR_, protocols::electron_density::density_grid_search(), protocols::electron_density::do_filter(), do_refinement(), protocols::electron_density::dump_RefinementDB_to_silent(), fragDens_, get_multi_native(), get_multi_native_com(), get_multi_native_mca(), gridStep_, laplacian_offset_, max_rot_per_trans_, native_, nRsteps_, core::io::RemarkInfo::num, passthrough_, point_radius_, points_to_search_, protocols::electron_density::ResultDB< T, Tcomp >::pop(), protocols::electron_density::RefinementResult::pose_, print_best_rms(), protocols::electron_density::RefinementResult::score_, protocols::electron_density::select_density_points(), silent_, protocols::electron_density::ResultDB< T, Tcomp >::size(), protocols::sparta::split(), symminfo_, tag_, protocols::electron_density::ResultDB< T, Tcomp >::top(), topNfilter_, topNfinal_, topNtrans_, protocols::electron_density::TR(), and core::io::RemarkInfo::value.
Referenced by apply().
void protocols::electron_density::DockFragmentsIntoDensityMover::do_refinement | ( | utility::vector1< core::pose::PoseOP > const & | poses, |
RBfitResultDB & | results_in, | ||
RefinementResultDB & | 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(), protocols::simple_moves::SwitchResidueTypeSetMover::apply(), protocols::electron_density::apply_transform(), dens_wt_, do_refine_, core::scoring::elec_dens_fast, core::scoring::elec_dens_whole_structure_allatom, core::chemical::FA_STANDARD, protocols::electron_density::get_rms(), core::scoring::get_score_function(), min_backbone_, native_, ncyc_, protocols::electron_density::ResultDB< T, Tcomp >::pop(), protocols::electron_density::RBfitResult::pose_idx_, core::scoring::rms, protocols::electron_density::RBfitResult::score_, protocols::electron_density::ResultDB< T, Tcomp >::size(), symminfo_, and protocols::electron_density::TR().
Referenced by apply_multi().
|
inline |
References native_.
Referenced by apply_multi().
|
inline |
References native_, and native_com_.
Referenced by apply_multi().
|
inline |
References native_, and native_middle_ca_.
Referenced by apply_multi().
|
inlineoverridevirtual |
Each derived class must specify its name. The class name.
Implements protocols::moves::Mover.
void protocols::electron_density::DockFragmentsIntoDensityMover::map_from_spectrum | ( | utility::vector1< core::Real > const & | pose_1dspec, |
ObjexxFCL::FArray3D< core::Real > & | rot | ||
) |
void protocols::electron_density::DockFragmentsIntoDensityMover::predefine_search | ( | utility::vector1< numeric::xyzVector< core::Real > > & | pts_in | ) |
void protocols::electron_density::DockFragmentsIntoDensityMover::print_best_rms | ( | core::pose::Pose const & | pose, |
RBfitResultDB const & | results | ||
) |
debugging: add some stats
References core::pose::addVirtualResAsRoot(), protocols::electron_density::apply_transform(), protocols::electron_density::get_rms(), native_, protocols::electron_density::ResultDB< T, Tcomp >::pop(), protocols::electron_density::ResultDB< T, Tcomp >::size(), symminfo_, and protocols::electron_density::TR().
Referenced by apply_multi().
|
inline |
References core::chemical::element::B, and B_.
|
inline |
References center_on_middle_ca_, and protocols::hybridization::val.
|
inline |
References cluster_oversample_.
|
inline |
References cluster_radius_.
|
inline |
References convolute_single_residue_.
|
inline |
References delR_.
|
inline |
References do_refine_.
|
inline |
References fragDens_.
|
inline |
References gridStep_.
|
inline |
References laplacian_offset_.
|
inline |
References max_rot_per_trans_.
|
inline |
References min_backbone_.
|
inline |
References mindist_.
void protocols::electron_density::DockFragmentsIntoDensityMover::setNative | ( | core::pose::PoseOP | native | ) |
|
inline |
References ncyc_.
|
inline |
References nRsteps_.
|
inline |
References silent_.
|
inline |
References passthrough_.
|
inline |
References point_radius_.
|
inline |
References symminfo_.
|
inline |
References tag_.
|
inline |
References topNfilter_, topNfinal_, and topNtrans_.
|
private |
Referenced by apply_multi(), and setB().
|
private |
Referenced by apply_multi(), and setCenterOnMiddleCA().
|
private |
Referenced by apply_multi(), and setClusterOversamp().
|
private |
Referenced by apply_multi(), and setClusterRadius().
|
private |
Referenced by apply_multi(), and setConvoluteSingleR().
|
private |
Referenced by apply_multi(), map_from_spectrum(), and setDelR().
|
private |
Referenced by do_refinement().
|
private |
Referenced by do_refinement(), and setDoRefine().
|
private |
Referenced by apply_multi(), and setFragDens().
|
private |
Referenced by apply_multi(), and setGridStep().
|
private |
Referenced by apply_multi(), and setLaplacianOffset().
|
private |
Referenced by apply_multi(), and setMaxRotPerTrans().
|
private |
Referenced by do_refinement(), and setMinBackbone().
|
private |
Referenced by setMinDist().
|
private |
Referenced by apply_multi(), do_refinement(), get_multi_native(), get_multi_native_com(), get_multi_native_mca(), print_best_rms(), and setNative().
|
private |
Referenced by get_multi_native_com(), and setNative().
|
private |
Referenced by get_multi_native_mca(), and setNative().
|
private |
Referenced by do_refinement(), and setNCyc().
|
private |
Referenced by apply_multi(), and setNRsteps().
|
private |
Referenced by apply_multi(), and setPassThrough().
|
private |
Referenced by apply_multi(), and setPointRadius().
|
private |
Referenced by predefine_search().
|
private |
Referenced by apply_multi(), and predefine_search().
|
private |
Referenced by apply_multi(), and setOutputSilent().
|
private |
Referenced by apply_multi(), do_refinement(), print_best_rms(), and setSymminfo().
|
private |
Referenced by apply_multi(), and setTag().
|
private |
Referenced by apply_multi(), and setTopN().
|
private |
Referenced by apply_multi(), 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 apply_multi(), and setTopN().