public class CACTVSRanking extends Object
Modifier and Type | Field and Description |
---|---|
static double |
score2eV |
Constructor and Description |
---|
CACTVSRanking() |
Modifier and Type | Method and Description |
---|---|
static double |
calcScoreRank(org.openscience.cdk.interfaces.IAtomContainer mol) |
static boolean |
checkMethylGroup(org.openscience.cdk.interfaces.IAtom atom,
org.openscience.cdk.interfaces.IAtomContainer mol) |
static int |
checkOximAciNitro(org.openscience.cdk.interfaces.IAtom atom,
org.openscience.cdk.interfaces.IAtomContainer mol) |
static int |
checkPSSeTeH(org.openscience.cdk.interfaces.IAtom atom,
org.openscience.cdk.interfaces.IAtomContainer mol) |
static double |
getEnergyRank(org.openscience.cdk.interfaces.IAtomContainer mol) |
static int |
getHNeighbours(org.openscience.cdk.interfaces.IAtom atom,
org.openscience.cdk.interfaces.IAtomContainer mol) |
static String |
scoreFragmentsToString(int nAromAt,
int nOximGroup,
int nC2O,
int nN2O,
int nP2O,
int nC2X,
int nCH3,
int nYH,
int nAciNitro) |
public static final double score2eV
public static double calcScoreRank(org.openscience.cdk.interfaces.IAtomContainer mol)
mol
- public static double getEnergyRank(org.openscience.cdk.interfaces.IAtomContainer mol)
public static boolean checkMethylGroup(org.openscience.cdk.interfaces.IAtom atom, org.openscience.cdk.interfaces.IAtomContainer mol)
public static int checkOximAciNitro(org.openscience.cdk.interfaces.IAtom atom, org.openscience.cdk.interfaces.IAtomContainer mol)
atom
- - target atommol
- - target moleculepublic static int checkPSSeTeH(org.openscience.cdk.interfaces.IAtom atom, org.openscience.cdk.interfaces.IAtomContainer mol)
public static int getHNeighbours(org.openscience.cdk.interfaces.IAtom atom, org.openscience.cdk.interfaces.IAtomContainer mol)
public static String scoreFragmentsToString(int nAromAt, int nOximGroup, int nC2O, int nN2O, int nP2O, int nC2X, int nCH3, int nYH, int nAciNitro)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.