![]() |
Rosetta
2021.16
|
#include <AlignmentClustering.hh>

Public Member Functions | |
| AlignmentClustering () | |
| ~AlignmentClustering () override | |
| Deletes AlignmentClustering object More... | |
Private Member Functions | |
| utility::vector1 < AlignmentClusterOP > | cluster (utility::vector1< utility::vector1< core::Real > > &gdtmms, utility::vector1< core::sequence::SequenceAlignment > &rankedAlignments, core::Real threshold_gdt) |
| Does the clustering More... | |
| std::map< std::string, core::pose::Pose > | poses_from_cmd_line (utility::vector1< std::string > const &fn_list) |
| gathers the poses More... | |
| utility::vector1 < core::sequence::SequenceAlignment > | generateRankedAlignments (std::map< std::string, core::sequence::SequenceAlignment > &alns, core::Real THRESHOLD_FOR_E_VAL) |
| gets the aligment from file and ranks them. Some models do not have e-vals in ev_map because thy are too far down in ranking. As long as 10 models are in the hh_map or ev_map the ranking comes from there. More... | |
| protocols::comparative_modeling::AlignmentClustering::AlignmentClustering | ( | ) |
creates an alignment clustering object, this is in charge of clustering
References core::sequence::align_poses_naive(), core::scoring::alignment, protocols::comparative_modeling::PartialThreadingMover::apply(), core::pack::interaction_graph::debug, core::pose::Pose::dump_pdb(), protocols::abinitio::filename(), protocols::comparative_modeling::gather_coords(), core::pose::make_pose_from_sequence(), protocols::mean_field::max(), core::scoring::packstat::overlap(), protocols::comparative_modeling::poses_from_cmd_line(), core::sequence::read_aln(), core::sequence::read_fasta_file(), core::chemical::rsd_set_from_cmd_line(), core::pose::Pose::size(), protocols::comparative_modeling::tr(), and core::scoring::xyz_gdtmm().
|
overridedefault |
Deletes AlignmentClustering object
|
private |
Does the clustering
|
private |
gets the aligment from file and ranks them. Some models do not have e-vals in ev_map because thy are too far down in ranking. As long as 10 models are in the hh_map or ev_map the ranking comes from there.
References protocols::abinitio::filename(), and protocols::comparative_modeling::tr().
|
private |
gathers the poses
References core::import_pose::PDB_file, core::import_pose::pose_from_file(), and core::chemical::rsd_set_from_cmd_line().
1.8.7