View markdown source on GitHub

GTEx Tissue Modeling with Galaxy Image Learner

Contributors

Questions

Objectives

last_modification Published: Jul 24, 2026
last_modification Last Updated: Jul 24, 2026

Before the Hands-on

Speaker Notes

These slides introduce the ideas needed to understand the tutorial.


What is Machine Learning?


Prediction and Classification

In this tutorial, the model predicts the tissue label for each GTEx sample.


Traditional Machine Learning

Tradeoff: feature design can require strong domain expertise.


Deep Learning


Traditional ML vs Deep Learning

Approach Strengths Limitations
Traditional ML Efficient, often easier to interpret Depends on feature engineering
Deep learning Learns complex patterns automatically Needs more data and compute

Both approaches require good data, clear labels, and careful evaluation.


Why Validation Matters


What is GTEx?


GTEx Data Products

For this tutorial, the key pieces are gene TPM values and tissue labels.


GTEx in This Tutorial


What is Image Learner?


Image Learner Inputs

Input Purpose
Metadata table One row per image, with image filename and label
Image ZIP archive Contains the image files referenced by the table

The image_path column points to each image, and the label column tells the model what to predict.


Important Settings

Good settings depend on the dataset, task, and available compute.


Why Use Image Learner?

This helps researchers focus on the biological question and model interpretation.


Reading Model Results

Always compare training, validation, and test performance.


Takeaways


Thank you!

This material is the result of a collaborative work. Thanks to the Galaxy Training Network and all the contributors! Galaxy Training Network Tutorial Content is licensed under Creative Commons Attribution 4.0 International License.