Hi
What are the standalone tools available for conversion of 2D molecules to 3D molecules for the large number of 2D molecules?
Thank you.
Open Babel...
Pipeline pilot by Accelrys (Currently BIOVIA) can do that. But it is not open source.
You can also use MarvinSpace from ChemAxon, which is also free. I've used it to convert 2D SDF libraries to 3D.
Thank you all for your answers
I would recommend rdkit to this task, it also has implementations of UFF and MMFF94 for geometry optimization.
You can use de Open Babel with this command: babel -isdf molecule.sdf -opdb molecule.pdb --gen3D
I'm assuming that you have a SDF file with a 2D molecule (if this molecule is in another format, you can change the code)
When you use --gen3D the Open Babel calculate the 3D coordinates.
Using RDKit, this code can help you:
import os, sys, glob
import os.path
import shutil
from rdkit import *
from rdkit import Chem
from rdkit.Chem import AllChem
from shutil import copyfile
for filename in glob.glob(os.path.join("", "*.sdf")):
try:
f = open(filename, 'r')
print(filename)
m = Chem.ForwardSDMolSupplier(f)
for mol in m:
mol2=Chem.AddHs(mol)
AllChem.EmbedMolecule(mol2)
x = AllChem.EmbedMolecule(mol2)
if(x
hello everyone how can i convert my 3D sdf file into 2sdf file?
You can try Schrodinger, Biovia Discovery Studio, BioSolveit.
I am running protein samples on SDS-PAGE that are tagged with fluorophores. If I place the gel in a destain solution of 60%water/30%methanol/10% acetic acid, the chemistry reverses and I lose the...
28 January 2024 3,400 2 View
I want to know about power quality analysis using deep learning approaches and its latest trends in research.
10 January 2024 7,093 2 View
Hello again everyone. Does anyone have any expereience setting up an LCR meter for impedence spectroscopy. I have dispersed CNT in Rubber at increasing concentrations. Currently I am using the Z...
02 January 2024 2,037 0 View
I have a few candidates in my mind: Propylene Carbonate, DMSO, THF and Acetone. But since it is a highly chlorinated rubber I doubt if I can use Propylene Carbonate and DMSO. I am looking to cast...
09 October 2023 9,308 0 View
Can anyone tell me why PLA is brittle? From the chemical structure, I feel that the oxygen atom from the carboxyl group should give the chains ample space between chains as they're stacked on top...
01 May 2023 6,817 0 View
I have PLA blended with some process aids. I want to understand the stability of my blend with respect to temperature. Which is why I am thinking I will go for temperature Sweep. But I don't...
19 April 2023 8,836 6 View
I am also open to other suggestions. I am looking for a tool that is specific to cross sectional studies.
20 June 2021 3,614 4 View
So, I am quite aware of the fact that we have multiple source codes with detailed procedures to perform galvanostatic charge-discharge studies in AutoLab on supercapacitors. But what about...
10 January 2021 9,695 0 View
i would like to know which is the prescribed textbook for hardy spaces. i had so many doubts for defining norm for hardy spaces.
27 December 2020 1,570 14 View
The sensitivity of a quadrupole sensor is very crucial for a Mass Spectrometer that uses a quadrupole array for the detection of analytes. What are the factors that affect the sensitivity of this...
30 June 2020 9,331 0 View
I'm currently working on calculating the collision cross section (CCS) for various ions, and I'm facing challenges when dealing with sodiated and multiply charged ions. Most of the resources I’ve...
08 August 2024 8,329 0 View
I am currently working on a project involving liposomes and need to determine the maximum volume of siRNA that can be added to a 2.5 mL liposome solution with a total lipid concentration of 10...
30 July 2024 6,420 1 View
Dear all, I am working on particle deposition in human's & rat's respiratory airways using CFD and I am looking for the 3D CAD file for my simulations (STEP or IGES format). If somone has such...
29 July 2024 1,092 2 View
I want to do 2,3-butanediol dehydrogenase(BDH) enzyme purification to confirm its activity for 2,3-butanediol. Before that, I need to confirm which N or C terminal tagging is better for enzyme...
28 July 2024 366 3 View
I have multiple small samples of grass pollen with anthers. I want to find a method to identify concentrations of proteins, lipids, and other various elements for these samples. any suggestions?
28 July 2024 5,331 1 View
Dear Siesta Users, I installed Siesta 5.0.1 and I want to use Grimme's D3 correction. According to the 5.0.1 manual, I could use a few parameters to include the D3 correction in the...
27 July 2024 5,748 0 View
It has been long known that EDC carbodiimide and NHS easter's half life agains hydrolysis are highly related to pH. However, very surprisingly, not yet found a paper giving a table/chart of their...
25 July 2024 8,738 0 View
I run mechanochemical reactions that involves the use of a large amount of catalyst (1:1 molar ratio to the reactant). When I try to understand the effect of amount of catalyst on the reaction, I...
23 July 2024 9,938 1 View
Hi, I am a PhD student working at Jagiellonian University, Faculty of Chemistry. My work is related to the development of new analytical methods for the quantification of short-chain fatty acids...
22 July 2024 5,492 6 View
I need to know the approximate size of my target protein for Negative-stain EM. I have an alpha-fold predicted structure of the protein. I do not see any turtorial on internet for estimating the...
21 July 2024 5,732 3 View