tmap is a very fast visualisation library for large, high-dimensional data sets. It was published in 2020 DOI and the code is available on GitHub
Category: Hints and Tutorials
Tutorials, Hints, Tips and Tricks
I’m sometimes asked for a tool to compare the similarity of a list of molecules with every other molecule in the list. I suspect there
(1) Added TeraChem support last week, meaning you can now run GPU-accelerated DFT calculations. (Read more about TeraChem + Rowan here.) (2) Rowan now has tautomer + conformer
Another tutorial from Greg Landrum, focussing on how to take advantage of modern multithreaded CPUs. https://greglandrum.github.io/rdkit-blog/posts/2024-02-11-more-multithreading.html Looking at Generating fingerprints, Molecular standardization, Conformer generation, RMSD
A previous post described Getting Ligand ID for multiple PDB files, using the PDBe API (https://www.ebi.ac.uk/pdbe/pdbe-services). The result is a csv file containing the ligand
The Protein Data Bank (https://www.rcsb.org) is an invaluable repository of 3D biomolecular structures. As of writing the database contains 214,791 structures (X-ray, Cryo-EM and NMR)
The Protein Data Bank (https://www.rcsb.org) is an invaluable repository of 3D biomolecular structures. As of writing the database contains 214,791 structures (X-ray, Cryo-EM and NMR)
I know a few folks have been using this, good to see this publication DOI. Chemprop implements the D-MPNN architecture and offers simple, easy, and
Scikit-Mol originated during an RDKit hackathon and has gradually evolved into a tool that I looks extremely useful. Scikit-Mol is related to Scikit-learn and molecules,
If you need to display molecules and associated data in a grid then Jeremy Monat’s MolsMatrixToGridImage is exactly what you need. To underline just how