Skip to content

manimaran-nc/My-Script-Hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

My-Script-Hacks

pullgeodata-v1.py Python script to download all GEO datasets from NCBI-GEO website. Script will also print the time taken to download all datasets. qpubchem.py Python script to fetch compound information from PubChem through API. It contains functions listed below:

  1. def qpubchem(l): Function returns dictionary of information of compound-id, l. The Dictionary contains IUPAC NAME, SMILES (Isomeric Smiles) InChI Key
  2. def chemquery(lst): Function returns list of dictionaries ( containing IUPAC, SMILES, InChI) for given input of compound ids.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages