![]() |
IMP
2.2.1
The Integrative Modeling Platform
|
Align proteomics graph to EM density map. More...
#include <IMP/multifit/proteomics_em_alignment_atomic.h>
Inheritance diagram for IMP::multifit::ProteomicsEMAlignmentAtomic:Public Member Functions | |
| ProteomicsEMAlignmentAtomic (const ProteinsAnchorsSamplingSpace &mapping_data, multifit::SettingsData *asmb_data, const AlignmentParams &align_param) | |
| void | add_all_restraints () |
| void | add_states_and_filters () |
| void | align () |
| domino::Assignments | get_combinations (bool uniques=false) const |
| kernel::Model * | get_model () |
| atom::Hierarchies | get_molecules () const |
| core::RigidBodies | get_rigid_bodies () const |
| virtual std::string | get_type_name () const |
| virtual ::IMP::base::VersionInfo | get_version_info () const |
| Get information about the module and version of the object. | |
| void | load_combination_of_states (const Ints &state4particles) |
| void | set_density_map (em::DensityMap *dmap, float threshold) |
| void | set_fast_scoring (bool state) |
| void | show_domino_merge_tree () const |
| void | show_scores_header (std::ostream &ous=std::cout) const |
Public Member Functions inherited from IMP::base::Object | |
| virtual void | clear_caches () |
| virtual void | do_destroy () |
| CheckLevel | get_check_level () const |
| LogLevel | get_log_level () const |
| void | set_check_level (CheckLevel l) |
| void | set_log_level (LogLevel l) |
| Set the logging level used in this object. More... | |
| void | set_was_used (bool tf) const |
| void | show (std::ostream &out=std::cout) const |
| const std::string & | get_name () const |
| void | set_name (std::string name) |
Protected Member Functions | |
| kernel::RestraintsTemp | get_alignment_restraints () const |
| void | load_atomic_molecules () |
| domino::ParticleStatesTable * | set_particle_states_table (domino::SubsetFilterTables &filters) |
Protected Member Functions inherited from IMP::base::Object | |
| Object (std::string name) | |
| Construct an object with the given name. More... | |
The alignment is from the em anchors to the proteomics graph
Definition at line 31 of file proteomics_em_alignment_atomic.h.
| void IMP::multifit::ProteomicsEMAlignmentAtomic::load_combination_of_states | ( | const Ints & | state4particles | ) |
load combination of states The order of the states should be the order
| void IMP::multifit::ProteomicsEMAlignmentAtomic::set_fast_scoring | ( | bool | state | ) |
If set to fast EV is calculated as penetration score and Fit restraint is decomposed
Definition at line 61 of file proteomics_em_alignment_atomic.h.