Anthony Gitter

@anthonygitter.bsky.social

Computational biologist; Associate Prof. at University of Wisconsin-Madison; Jeanne M. Rowe Chair at Morgridge Institute https://gitterlab.org/

Thanks for the advert, @martinsteinegger.bsky.social. If you're reading this and you're sitting on a pile of molecular dynamics simulations, please consider contributing them to MDRepo. This is the path to AI for dynamics (And if you're wondering: yes, there was only 1 person in the audience! 🤥)

Martin Steinegger 🇺🇦@martinsteinegger.bsky.social · 3w ago

@wheelerlab.org is talking about his effort to build a resource for protein dynamics (PDB for MD). MDRepo is a repository to store simulation data. This is really needed to push the needle in design, function and more. Please help make it successful by sharing your MD data. #ismb2026 🌐 mdrepo.org

A great story stemming from collaboration between @anthonygitter.bsky.social and Nate Wlodarchak, now in Colorado at the Rocky Mountain Regional VA Medical Center. ⬇️

McArdle Laboratory@mcardlelab.bsky.social · last mo.

Former Cancer Biology graduate student Nate Wlodarchak is collaborating with @morgridgeinstitute.bsky.social scientists to find new drugs to treat tuberculosis. Read about it here: morgridge.org/story/unlock...

In the W-S lab's first preprint, we describe how genomic language models know something about RNA thermodynamics. Though we think this is cool, things get tricky! A growing practice for interpreting LMs is to perturb input tokens, often called "Categorical Jacobian": 👇

Bild

Is #AI hitting a plateau in structure prediction? Help us find out at CASP17! 🧪🧬 Calling for Targets: Immune Complexes, protein - ligand complexes, RNA/DNA, conformational ensembles, membrane proteins, viral origins, and large complexes. The Rule of Thumb: If AF3 can’t model it, we want it.

The Critical Assessment of Structure Prediction (CASP) experiment is calling for prediction targets: Immune Complexes, Organic Ligand-Protein Complexes, Nucleic Acids and Complexes, Conformational Ensembles, Difficult Protein Structures and Complexes. 
Rule of Thumb: If AlphaFold3 can generate a high-quality model, it is likely not a CASP-grade challenge. If it struggles, we want it.

Can proteins fold and function with half of the amino acid alphabet? Using only 10 residues, we designed stable, mutation-resilient structures—no aromatics or basics involved. A minimalist foundation for ancient biology and synthetic design. tinyurl.com/37t8br4v #ProteinDesign #OriginsOfLife

Ancient amino acid sets enable stable protein folds

Early proteins likely arose from a chemically limited set of amino acids available through prebiotic chemistry, raising a central question in molecular evolution: could such primitive compositions yie...

tinyurl.com

New preprint🚨 Imagine (re)designing a protein via inverse folding. AF2 predicts the designed sequence to a structure with pLDDT 94 & you get 1.8 Å RMSD to the input. Perfect design? What if I told u that the structure has 4 solvent-exposed Trp and 3 Pro where a Gly should be? Why to be wary🧵👇

What are good places to post an unsolicited manuscript peer review these days? I don't have a blog. I read manuscripts across arXiv, bioRxiv, ChemRxiv, OpenReview, random white papers, journals, etc. Do I dump it on Zenodo, post it here, and send it to the authors?

The journal version of our paper 'Chemical Language Model Linker: Blending Text and Molecules with Modular Adapters' is out doi.org/10.1021/acs.... ChemLML is a method for text-based conditional molecule generation that uses pretrained text models like SciBERT, Galactica, or T5.

Chemical Language Model Linker: Blending Text and Molecules with Modular Adapters

The development of large language models and multimodal models has enabled the appealing idea of generating novel molecules from text descriptions. Generative modeling would shift the paradigm from relying on large-scale chemical screening to find molecules with desired properties to directly generating those molecules. However, multimodal models combining text and molecules are often trained from scratch, without leveraging existing high-quality pretrained models. Training from scratch consumes more computational resources and prohibits model scaling. In contrast, we propose a lightweight adapter-based strategy named Chemical Language Model Linker (ChemLML). ChemLML blends the two single domain models and obtains conditional molecular generation from text descriptions while still operating in the specialized embedding spaces of the molecular domain. ChemLML can tailor diverse pretrained text models for molecule generation by training relatively few adapter parameters. We find that the choice of molecular representation used within ChemLML, SMILES versus SELFIES, has a strong influence on conditional molecular generation performance. SMILES is often preferable despite not guaranteeing valid molecules. We raise issues in using the entire PubChem data set of molecules and their associated descriptions for evaluating molecule generation and provide a filtered version of the data set as a generation test set. To demonstrate how ChemLML could be used in practice, we generate candidate protein inhibitors and use docking to assess their quality and also generate candidate membrane permeable molecules.

doi.org

Our preprint Assay2Mol introduces uses PubChem chemical screening data as context when generating molecules with large language models. It uses assay descriptions and protocols to find relevant assays and that text plus active/inactive molecules as context for generation. 1/

The Assay2Mol workflow. A chemist provides a target description, which is used to retrieve BioAssays from the pre-embedded vector database. After filtering for relevance, the BioAssays are summarized by an LLM. The BioAssay ID is then used to retrieve experimental tables. The final molecule generation prompt is formed by combining the description, summarization, and selected test molecules with associated test outcomes, enabling the LLM to generate relevant active molecules.