Skip to content

Sample small molecules, both from large chemical libraries and generated

License

Notifications You must be signed in to change notification settings

anamika-yadav99/chem-sampler

Repository files navigation

ChemSampler

Sample small molecules, both from large chemical libraries as well as generative models

Usage

from chemsampler import ChemSampler
from chemsampler import example

smiles_list = example()
sampler = ChemSampler()
sampled_smiles = sampler.sample(smiles_list, num_samples=1000, sim_ub=0.95, sim_lb=0.6, distribution="ramp")

About

Sample small molecules, both from large chemical libraries and generated

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published