Skip to content

williamtrang/VaCe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VaCe

Valid Centers for Chromosomes for Cancer Research

This contains the code for our chromosome segmentation tool 'VaCe'. It is primarily used for finding chromosome centers in DAPI stained cancer cells.

Directory

File Description
config.ini Configuration file to set parameters
environment.yml File to create the environment
Makefile Makefile to run the script

...

Folder Description
sample Folder containing sample images to use with our project
src Contains our Python scripts

Installation

To get started, run the following code to create the environment. Make sure to activate the environment every time before using the tool.

git clone 
cd VaCe
conda env create -f environment.yml
conda activate vace

Image Specifications

Input folder will only read .tif files. Images should be of cells stained with DAPI to highlight chromosomes blue.

Tasks

make centers

Takes in cell images, processes with U-Net, and outputs valid chromosome centers for the images.

Set parameters in config.ini under Centers:

image_path : path to folder containing images

Output

  1. centers/img_name_centers.npy - Raw values of centers from Torch tensor, stored in numpy format

Reference and Citation

This work implements code from ecSeg and NuSeT, and is inspired by Faster R-CNN.

If you liked this work, refer to our website and paper, linked on the website. https://sophialugo.github.io/Capstone/

About

Tool for finding valid centers of chromosomes in cancer cell images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published