Francesco Carli's Avatar

Francesco Carli

@mrfcharles

PhD student in Artificial Intelligence @Scuola Normale Superiore, Pisa, Italy. Moving to EMBL-EBI, Cambridge, UK from 2025

71
Followers
655
Following
12
Posts
16.11.2024
Joined
Posts Following

Latest posts by Francesco Carli @mrfcharles

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. ๐Ÿงฌ๐Ÿค–

16.02.2025 17:40 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
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

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

16.02.2025 17:40 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Post image

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).

16.02.2025 17:40 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

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.

16.02.2025 17:40 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Post image

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

16.02.2025 17:40 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Post image

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 ๐Ÿ”

16.02.2025 17:40 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Preview
Learning and actioning general principles of cancer cell drug sensitivity - Nature Communications Potential anti-tumor therapies remain to be discovered in cancer cell line high-throughput screening datasets. Here, the authors develop a machine learning approach to infer cancer cell drug sensitivi...

๐ŸŽ‰Our latest paper is out in Nature Communications: "Learning and Actioning General Principles of Cancer Cell Drug Sensitivity" ๐Ÿ“„๐Ÿ”

We present an interpretable ML pipeline that predicts drug sensitivity in cancer cell lines, leveraging large-scale pharmacogenomics datasets for actionable insights. ๐Ÿงฌ๐Ÿ’Š

16.02.2025 17:40 ๐Ÿ‘ 4 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

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).

21.11.2024 21:45 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Post image

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

21.11.2024 15:57 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

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

21.11.2024 15:57 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

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

21.11.2024 15:57 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Preview
GitHub - mr-fcharles/parametric_umap: A PyTorch implementation of Parametric UMAP (Uniform Manifold Approximation and Projection) for learning low-dimensional parametric embeddings of high-dimensional... A PyTorch implementation of Parametric UMAP (Uniform Manifold Approximation and Projection) for learning low-dimensional parametric embeddings of high-dimensional data - mr-fcharles/parametric_umap

๐Ÿงต A huge thanks to the creators of umap-learn for their work on UMAP! While trying to get parametric UMAP to work for my project, I ran into some challenges, so I decided to dive in and build my own PyTorch-based version from scratch. You can check it up here github.com/mr-fcharles/...

21.11.2024 15:57 ๐Ÿ‘ 9 ๐Ÿ” 3 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0