Giter VIP home page Giter VIP logo

proteohist's Introduction

ProteoHist

An AI method for predicting spatial tumor protein expression from H&E histopathology whole-slide images.

Data Aquisition

Download CPTAC endometrial cancer whole-slide images from here and protein expression data from this paper. We split the data into three groups

  • slides of normal tissue ("normal")
  • slides of of at least 90% tumor tissue ("tumor")
  • slides with both tumor and normal tissue ("both")

Decide Protein Expression Targets

Decide which proteins you would like to predict. We recommend those that are both significantly differentially expressed between tumor and normal and have a large effect size. Additionally, it would be impactful if the proteins have a known drug interaction.

Metadata

Explore the associated metadata to identify potential biases or batch effects.

Directory Organization

We create a Data folder for all data. Within it are Metadata, Images, and ExpressionData folders. Within Images are the directories raw_images, heat_maps, and clam_output. Both the raw_images and clam_output folders have three subfolders: both, normal, and tumor. CLAM will create subdirectories under those three directories.

Preprocess images

  1. Use CLAM to segment the whole-slide images and extract patch coordinates.
  2. Identify and remove any images that were not segmented correctly.
  3. Use CLAM (ResNet50 trained on ImageNet) to extract features for each patch.

Run Multioutput regression

  1. Split cases and controls, by patient, into training and validation sets.
  2. Train and validate linear regression model with patch features as input and protein expression as output.
  3. Test model on test set that contains both tumor and normal tissue.

Create Heat Maps

Stitch patches back together to recreate image of tissue slide and color each patch by protein expression.

proteohist's People

Contributors

matthodgman avatar francisjian avatar kailicn avatar

Watchers

James Cloos avatar  avatar Kostas Georgiou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.