We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
for a Ml model i need to import pubchem data in order to make a data frame. The format id given bellow
Structure Smiles LogP MolWt IC50 value CCCHOCC xxx xxxx xxxx xxxxxx xxx xxxx xxxx
how to do that. I found following codes in your tutorial
from pubchempy import get_compounds, Compound comp = Compound.from_cid(1423) print(comp.isomeric_smiles) CCCCCCCNC1CCCC1CCCCCCC(=O)O comps = get_compounds('Aspirin', 'name') print(comps[0].xlogp)
where i need to provide the structure identifier manually or i need to make a list.
any advice from your end.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
for a Ml model i need to import pubchem data in order to make a data frame. The format id given bellow
Structure Smiles LogP MolWt IC50 value
CCCHOCC xxx xxxx xxxx
xxxxxx xxx xxxx xxxx
how to do that. I found following codes in your tutorial
where i need to provide the structure identifier manually or i need to make a list.
any advice from your end.
The text was updated successfully, but these errors were encountered: