public class Pharmacophore3D extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ACCP |
static int |
ALIPHATIC_RINGCENTER |
static int |
ANCHOR |
static int |
AROMATIC_ATOM |
static int |
AROMATIC_RINGCENTER |
static int |
DONR |
static int |
H |
static int |
HYDR |
static int |
LP |
static int |
NEG |
static int |
POS |
Constructor and Description |
---|
Pharmacophore3D() |
Pharmacophore3D(Molecule m)
Deprecated.
Use
Pharmacophore3DGenerator instead. |
Pharmacophore3D(Molecule pharmacophore,
int[] atomTypes) |
Modifier and Type | Method and Description |
---|---|
static Molecule |
create(Molecule m) |
int[] |
getColors() |
Molecule |
getPharmacophore() |
static boolean |
isAcceptor(int t) |
static boolean |
isAliphaticRC(int t) |
static boolean |
isAnchor(int t) |
static boolean |
isAromatic(int t) |
static boolean |
isAromaticRC(int t) |
static boolean |
isDonor(int t) |
static boolean |
isH(int t) |
static boolean |
isHydrophobic(int t) |
static boolean |
isLP(int t) |
static boolean |
isNegative(int t) |
static boolean |
isPositive(int t) |
static int |
labelAsAnchor(int t) |
String |
toString() |
static String |
typeLabel(int t) |
static int |
withoutType(int tOrig,
int tRemove) |
public static final int DONR
public static final int ACCP
public static final int AROMATIC_ATOM
public static final int HYDR
public static final int POS
public static final int NEG
public static final int LP
public static final int H
public static final int AROMATIC_RINGCENTER
public static final int ALIPHATIC_RINGCENTER
public static final int ANCHOR
public Pharmacophore3D(Molecule pharmacophore, int[] atomTypes)
public Pharmacophore3D()
@Deprecated public Pharmacophore3D(Molecule m)
Pharmacophore3DGenerator
instead.m
- public static String typeLabel(int t)
public Molecule getPharmacophore()
public static boolean isDonor(int t)
public static boolean isAliphaticRC(int t)
public static boolean isAromaticRC(int t)
public static int labelAsAnchor(int t)
public static boolean isAnchor(int t)
public static int withoutType(int tOrig, int tRemove)
public static boolean isAcceptor(int t)
public static boolean isAromatic(int t)
public static boolean isHydrophobic(int t)
public static boolean isPositive(int t)
public static boolean isNegative(int t)
public static boolean isH(int t)
public static boolean isLP(int t)
public int[] getColors()