Description

Great…yet another TMA dearray program. What does this one do? Coreograph uses UNet, a deep learning model, to identify complete/incomplete tissue cores on a tissue microarray. It has been trained on 9 TMA slides of different sizes and tissue types.

Input

name:type
description
pattern

meta:map

Groovy Map containing sample information

image:file

ome.tif/tif file

*.{ome.tif,tif}

Output

name:type
description
pattern

cores

meta:file

Complete/Incomplete tissue cores

*.{tif}

*[0-9]*.tif:file

Complete/Incomplete tissue cores

*.{tif}

masks

meta:file

Binary masks for the Complete/Incomplete tissue cores

./masks/*.{tif}

./masks/:file

Binary masks for the Complete/Incomplete tissue cores

./masks/*.{tif}

tma_map

meta:file

A TMA map showing labels and outlines

TMA_MAP.tif

TMA_MAP.tif:file

A TMA map showing labels and outlines

TMA_MAP.tif

centroids

meta:file

A text file listing centroids of each core in format Y, X

centroidsY-X.txt

centroidsY-X.txt:file

A text file listing centroids of each core in format Y, X

centroidsY-X.txt

versions

versions.yml:file

File containing software versions

versions.yml

Tools

coreograph

A TMA dearray porgram that uses UNet, a deep learning model, to identify complete/incomplete tissue cores on a tissue microarray.