Francesco Carli
mrfcharles.bsky.social
Francesco Carli
@mrfcharles.bsky.social
PhD student in Artificial Intelligence @Scuola Normale Superiore, Pisa, Italy. Moving to EMBL-EBI, Cambridge, UK from 2025
This work marks a key milestone in my PhD journey, where we've used AI to gain insights into cancer — a small step toward understanding this disease better and offering hope for the future. 🧬🤖
February 16, 2025 at 5:40 PM
There are a lot more results detailed in our full text, showcasing the depth of our work. Immense thanks to all coauthors for their exceptional contributions. All code is available on tinyurl.com/5n6dtjmw. In addition a web server version is accessible at cellhit.bioinfolab.sns.it
GitHub - raimondilab/CellHit: Code to replicate "Learning and actioning general principles of cancer cell drug sensitivity"
Code to replicate "Learning and actioning general principles of cancer cell drug sensitivity" - raimondilab/CellHit
tinyurl.com
February 16, 2025 at 5:40 PM
We computationally validate our predictions on TCGA and experimentally on Glioblastoma (in collaboration with Fondazione Pisana per le Scienze) and on PDAC (in partnership with the European Institute of Oncology).
February 16, 2025 at 5:40 PM
This approach includes leveraging proprietary models like GPT4 from #OpenAI but also deploying a locally executable pipeline using freely available Mixtral Instruct from #MistralAI, along with guidance and quantization strategies.
February 16, 2025 at 5:40 PM
Using LLMs, we've created a pipeline to generate, starting from available metadata, drug descriptions which are then linked to @reactome.org 's biological processes. This novel method extends drug annotations and deepens MOA understanding via AI-enhanced biological pathway exploration
February 16, 2025 at 5:40 PM
Leveraging the power of XAI techniques, we systematically asses whether trained models can uncover underlying molecular determinants and mechanisms of action of drugs. This serves a dual purpose: deriving new biological insights and ensuring the accuracy of existing knowledge 🔍
February 16, 2025 at 5:40 PM
Two key diff: 1) This version uses PyTorch instead of TF, which I find easier to use (an error in TF on my setup prevented me from using the original umap-learn module). 2) The code is streamlined for a minimal yet efficient implementation. Simpler and easier to adapt (but missing some features).
November 21, 2024 at 9:45 PM
The implementation closely follows the original work by @timsainburg.bsky.social and @lelandmcinnes.bsky.social , for which I am deeply thankful. While still a work in progress and a bit rough around the edges, it is already functional and ready to use
November 21, 2024 at 3:57 PM
Key features include a straightforward Python implementation enhanced by PyTorch for efficient modeling and GPU acceleration, along with fast neighbor computation powered by FAISS. It supports batched training for scalability and provides a user-friendly, scikit-learn-style API for easy use
November 21, 2024 at 3:57 PM
What's Parametric UMAP? It's like regular UMAP but learns a neural network that can map new data points without recomputing the entire embedding. Perfect for large datasets or when you need to embed new samples
November 21, 2024 at 3:57 PM