AI/Toxicity Prediction
[Toxicity Prediction] 파이썬으로 SDF 파일 읽기/ 분자 데이터 SMILES식 확인하기
재온
2022. 5. 2. 10:59
from rdkit.Chem import Draw, PandasTools
from rdkit import Chem
import pandas as pd
from rdkit.Chem import Descriptors
from rdkit.ML.Descriptors import MoleculeDescriptors
Chem.SDMolSupplier(path+'/Genotoxicity sdf_V3000.sdf')
df = PandasTools.LoadSDF(path+'/Genotoxicity sdf_V3000.sdf')
df
300x250