目录

map

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.

Training sets were acquired at 0.2micron/pixel resolution and downsampled 1/32 times to speed up performance. Once the center of each core has been identifed, active contours is used to generate a tissue mask of each core that can aid downstream single cell segmentation. A GPU is not required but will reduce computation time.

Coreograph exports these files:*

  1. individual cores as tiff stacks with user-selectable channel ranges
  2. binary tissue masks (saved in the ‘mask’ subfolder)
  3. a TMA map showing the labels and outlines of each core for quality control purposes

map

Instructions for use:* python UNetCoreograph.py

  1. --imagePath : the path to the image file. Should be tif or ome.tif
  2. --outputPath : the path to save the above-mentioned files
  3. --downsampleFactor : how many times to downsample the raw image file. Default is 5 times to match the training data.
  4. --channel : which is the channel to feed into UNet and generate probabiltiy maps from. This is usually a DAPI channel
  5. --buffer : the extra space around a core before cropping it. A value of 2 means there is twice the width of the core added as buffer around it. 2 is default
  6. --outputChan : a range of channels to be exported. -1 is default and will export all channels (takes awhile). Select a single channel or a continuous range. –outputChan 0 10 will export channel 0 up to (and including) channel 10
关于

基于 U-Net 的细胞图像分割、轮廓识别或时序分析工具。

23.4 MB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802032778号