|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectnet.sf.ciccgrid.pws.Derived
public class Derived
Obtain various contributed and derived data.
| Constructor Summary | |
|---|---|
Derived()
|
|
| Method Summary | |
|---|---|
double |
getSlogpByCID(java.lang.String cid)
Get the SlogP value for a CID. |
java.lang.String[] |
getSmilesBySlogp(double slogp)
Get the SMILES that have a specific value of SLogP. |
java.lang.String[] |
getSmilesBySlogpRange(double lower,
double upper)
Gets the molecules whose SlogP value is within a specified range. |
java.lang.String[] |
getSmilesBySmref(double smref)
Get the SMILES that have a specific value of SMRef. |
double |
getSmrefByCID(java.lang.String cid)
Get the SMRef value for a CID. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Derived()
throws java.sql.SQLException,
java.lang.ClassNotFoundException
java.sql.SQLException
java.lang.ClassNotFoundException| Method Detail |
|---|
public double getSlogpByCID(java.lang.String cid)
throws java.sql.SQLException
cid - The cid
java.sql.SQLException
public double getSmrefByCID(java.lang.String cid)
throws java.sql.SQLException
cid - The cid
java.sql.SQLException
public java.lang.String[] getSmilesBySlogpRange(double lower,
double upper)
throws java.sql.SQLException
lower - The lower value of SlogPupper - The uppre value of SlogP
java.sql.SQLException
public java.lang.String[] getSmilesBySlogp(double slogp)
throws java.sql.SQLException
slogp - The SLogP value of interest
java.sql.SQLException
public java.lang.String[] getSmilesBySmref(double smref)
throws java.sql.SQLException
smref - The SMRef value of interest
java.sql.SQLException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||