Uses of Class
com.actelion.research.chem.conf.ConformerSet
-
Packages that use ConformerSet Package Description com.actelion.research.chem.conf com.actelion.research.chem.descriptor com.actelion.research.chem.phesa com.actelion.research.chem.prediction -
-
Uses of ConformerSet in com.actelion.research.chem.conf
Methods in com.actelion.research.chem.conf that return ConformerSet Modifier and Type Method Description ConformerSetConformerSetGenerator. generateConformerSet(StereoMolecule mol)Generates a set of distinct conformers of the canonical largest fragment of the passed molecule.ConformerSetConformerSet. getSubset(int size) -
Uses of ConformerSet in com.actelion.research.chem.descriptor
Methods in com.actelion.research.chem.descriptor with parameters of type ConformerSet Modifier and Type Method Description MolDistHistDescriptorHandlerFlexophore. createDescriptorSingleConf(ConformerSet conformerSet)MolDistHistVizDescriptorHandlerFlexophore. createVisualDescriptorSingleConf(ConformerSet conformerSet) -
Uses of ConformerSet in com.actelion.research.chem.phesa
Methods in com.actelion.research.chem.phesa with parameters of type ConformerSet Modifier and Type Method Description PheSAMoleculeDescriptorHandlerShape. createDescriptor(ConformerSet confSet) -
Uses of ConformerSet in com.actelion.research.chem.prediction
Methods in com.actelion.research.chem.prediction with parameters of type ConformerSet Modifier and Type Method Description static doubleGlobularityCalculator. assessGlobularity(ConformerSet cs)Generates conformers from a 2D- or 3D-molecule and then calculates the globularity (flat=0, round=1) from the conformer's atom coordinates.
-