rosetta.core.select
index
(built-in)

Bindings for core::select namespace

 
Modules
       
rosetta.core.select.residue_selector
rosetta.core.select.util

 
Functions
       
fill_neighbor_residues(...) method of builtins.PyCapsule instance
fill_neighbor_residues(*args, **kwargs)
Overloaded function.
 
1. fill_neighbor_residues(pose : rosetta.core.pose.Pose, residue_positions : rosetta.utility.vector1_bool) -> NoneType
 
Fill a boolean vector of residues with neighboring residues.
 
 
 
  Uses 10A neighbor graph for neighbors,
  THEN takes distance from selection to neighbors to trim neighbors.
  residue_positions includes positions and neighbors.
  Use a NOT selector to get only the neighbors.
 
2. fill_neighbor_residues(pose : rosetta.core.pose.Pose, residue_positions : rosetta.utility.vector1_bool, neighbor_dis : float) -> NoneType
 
Fill a boolean vector of residues with neighboring residues.
 
 
 
  Uses 10A neighbor graph for neighbors,
  THEN takes distance from selection to neighbors to trim neighbors.
  residue_positions includes positions and neighbors.
  Use a NOT selector to get only the neighbors.
fill_tenA_neighbor_residues(...) method of builtins.PyCapsule instance
fill_tenA_neighbor_residues(pose : rosetta.core.pose.Pose, residue_positions : rosetta.utility.vector1_bool) -> NoneType
 
Fill neighbor residues within 10 A CB distance cutoff using the 10 A neighbor graph in energies into the boolean vector.
filter_neighbors_by_distance(...) method of builtins.PyCapsule instance
filter_neighbors_by_distance(pose : rosetta.core.pose.Pose, selection : rosetta.utility.vector1_bool, selection_and_neighbors : rosetta.utility.vector1_bool, dist_cutoff : float) -> NoneType
 
filter neighbors to a certain CB distance.
  Takes distance from selection to neighbors to trim neighbors.
get_neighbor_residues(...) method of builtins.PyCapsule instance
get_neighbor_residues(pose : rosetta.core.pose.Pose, residue_positions : rosetta.utility.vector1_bool, neighbor_dis : float) -> rosetta.utility.vector1_bool
 
Get a boolean vector of neighbor residues given some distance < 10A
get_residues_from_subset(...) method of builtins.PyCapsule instance
get_residues_from_subset(*args, **kwargs)
Overloaded function.
 
1. get_residues_from_subset(subset : rosetta.utility.vector1_bool) -> rosetta.utility.vector1_unsigned_long
 
Get a vector1 of the indexes corresponding to True or False in the ResidueSubset.
 
2. get_residues_from_subset(subset : rosetta.utility.vector1_bool, select : bool) -> rosetta.utility.vector1_unsigned_long
 
Get a vector1 of the indexes corresponding to True or False in the ResidueSubset.
get_tenA_neighbor_residues(...) method of builtins.PyCapsule instance
get_tenA_neighbor_residues(pose : rosetta.core.pose.Pose, residue_positions : rosetta.utility.vector1_bool) -> rosetta.utility.vector1_bool
 
Get neighbor residues within 10 A CB distance cutoff using the 10 A neighbor graph in energies.
  Returns ONLY the neighbor residues.
trim_neighbors_by_distance(...) method of builtins.PyCapsule instance
trim_neighbors_by_distance(pose : rosetta.core.pose.Pose, selection : rosetta.utility.vector1_bool, selection_and_neighbors : rosetta.utility.vector1_bool, dist_cutoff : float) -> rosetta.utility.vector1_bool
 
filter neighbors to a certain CB distance.
  Takes distance from selection to neighbors to trim neighbors.