さて、今回は分子エディタ-SketchEl-を紹介したいと思います。jarファイルで提供されていますので、インストール作業は特に必要なく、ダウンロードして以下のコマンドで実行できます。
$ java -jar SketchEl-1.06.jar
個人的には、SketchElは必要十分な機能をもっており、かつストレスなくレスポンスを返しますので、慣れるまで若干違和感のある部分もありますが、なかなか良いエディタだと思っています。
人気ブログランキング(クリックして応援してね)
日 | 月 | 火 | 水 | 木 | 金 | 土 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
FileReader fr = null;
fr = new FileReader(new File(filename));
IteratingSMILESReader isr = new IteratingSMILESReader(fr);
while(isr.hasNext()){
mol = (Molecule)isr.next();
}
StructureDiagramGenerator sdg = new StructureDiagramGenerator();
sdg.setMolecule(mol);
sdg.generateCoordinates();
mol = sdg.getMolecule();
・ALOGPS 2.1 is the most accurate program to predict lipophilicity and aqueous solubility of molecules
・ASNN calculates highly predictive non-linear neural network models
・BABEL is molecular structure information interchange hub
・PNN produces clearly interpretable analytical non-linear models
・PCLIENT generates more than 3000 descriptors
・E-DRAGON calculates DRAGON molecular indices
・PLS implements original two-step descriptors selection procedure
・UFS produces a reduced data set that contains no redundancy and a minimal amount of multicollinearity
1=Single, 2=Double,例えば、ナフタレンの場合、全ての結合は4としてもOKとなります。したがって、4と指定されたナフタレンのmol形式ファイル(naft.mol)を分子表示ソフトで見ると、下図左のような表記になります。しかしながら,下図右のような表記を希望する方も多いと思います。このような場合、4のbond typeを適切に2と1のbond typeへと変換する必要がありますが、当然、手作業でやりたくありません。
3=Triple, 4=Aromatic,
5=Single or Double,
6=Single or Aromatic,
7=Double or Aromatic,
8=Any