Alex Rubinsteyn Alex Rubinsteyn

Impressions from a NUT carcinoma reading list

Over the past year and a half, PIRL has been working on several different therapeutic ideas for NUT carcinoma which I’ll describe in future blog posts. For now, I wanted to take stock of the current landscape of options for patients with incomplete surgical resections and make sense of when existing therapies do in fact work for a small number of patients.

Read More
Jin Seok (Andy) Lee Jin Seok (Andy) Lee

Shaking the Rust Off Python Redox

There is a better implementation that can deliver a blazingly fast compute time by using “map-reduce” with worker pool in the rayon package of Rust…the suggested implementation delivers a substantial improvement over the Python baseline…This approach indeed leads to a 10x improvement in Rust+Python over the pure Python implementation.

Read More
Jin Seok (Andy) Lee Jin Seok (Andy) Lee

Shaking the Rust Off Python

One way to speed up a slow algorithm is to move the bottleneck out of Python into a more efficient compiled language such as Rust. In this post I explore nucleotide k-mer counting as an example algorithm and evaluate the performance improvement of a few different implementations. Ultimately, my fastest Rust+Python implementation is only 2.5x faster than a pure Python equivalent.

Read More
Jessica Alley Jessica Alley

Adventures in mRNA lipid nanoparticle formulation

Lipid nanoparticles (LNPs) encapsulating neoantigen-encoding mRNA hold promise for the development of more potent therapeutic cancer vaccines. As a lab focused on optimizing personalized cancer treatments, establishing that we are able to formulate and effectively utilize such particles would be a step towards initiating a clinical trial, and the first stages of this translational process often involve generating data that demonstrate efficacy in vitro.

Read More
Dhuvi Karthikeyan Dhuvi Karthikeyan

Defining Immunogenicity for Immunogenicity Prediction

Predicting T-cell immunogenicity, or the ability of peptides to elicit a T-cell response, is a critical element of vaccine design. This post looks at the nuance surrounding immunogenicity and how standardizing its quantification across contexts remains understudied.

Read More
Alex Rubinsteyn Alex Rubinsteyn

Exploring the sequence space of NUTM1 fusion proteins

I am curious whether the NUTM1 fusion proteins can elicit T-cell responses and or even whether the fusion junction generates any MHC ligands. To start looking into these more immunological questions we first have to figure out the actual fusion protein sequences, which can be trickier than you would expect.

Read More