Skip to content
Snippets Groups Projects
README.md 3.08 KiB
Newer Older
Lucy McNeill's avatar
Lucy McNeill committed
# synapsis
Lucy McNeill's avatar
Lucy McNeill committed

## Project overview

synapsis is an R package for analysing fluorescent microscopy images. In particular, its intended use is for analysing meiotic processes in mammals.

The main goal is to objectively count the number of meiotic crossovers on a per cell basis, in line with recent developments in ImageJ software. However, unlike using ImageJ, synapsis does not require a scientist to manually crop images around cells of interest.

Instead, synapsis identifies "good" cells in all images of a data set, crops around each per image, and then performs counting.

A single two channel image might look like the left colour image in the following figure:

![two-channel](resources/figures/2-channel.png)

which can also be separated into the two channels (greyscale, right).

Synapsis can take this image (or folders of images like this) and determine the number of coincident foci (green) with synaptonemal complexes ("SCs", red) per cell.

[comment]: <> (examples with this file MLH3rabbit488_SYCP3mouse594_fancm_fvb_x_fancm_bl6_725--_slide01_018.nd2)

## Contributors

Lucy McNeill's avatar
Lucy McNeill committed
Lucy McNeill, St Vincent's Institute of Medical Research
Lucy McNeill's avatar
Lucy McNeill committed
Wayne Crismani, St Vincent's Institute of Medical Research and the University of Melbourne
Lucy McNeill's avatar
Lucy McNeill committed
## Compatibility
Lucy McNeill's avatar
Lucy McNeill committed
## Using synapsis
Lucy McNeill's avatar
Lucy McNeill committed
synapsis has four main functions. These are:
Lucy McNeill's avatar
Lucy McNeill committed
- auto_crop
Lucy McNeill's avatar
Lucy McNeill committed
- get_pachytene
Lucy McNeill's avatar
Lucy McNeill committed
- count_foci
Lucy McNeill's avatar
Lucy McNeill committed
- measure_distances
We summarise them in the following subsections:

### auto_crop

input: Original grey scale image files of (1) Synaptonemal complexes (e.g. SYCP3 anti-body) and (2) Foci (e.g. MLH1, MLH3 anti-body) channels from e.g. Nikon .nd2 files.
output: crops in channels (1) '*dna.jpeg' and (2) '*foci.jpeg' around individual cells.

![cropping](resources/figures/cropping_procedure.png)

### get_pachytene

input: crops in channels (1) '*dna.jpeg' and (2) '*foci.jpeg' around individual cells, from previous auto_crop.
output: only keeps crops if cells are in pachytene phase (based on channel (1))
input: crops of dna and foci channels in pachytene phase (from get_pachytene)
output: number of foci counts of synamtonemal complexes per cell (i.e. channel 1 coincident with channel 2) as a function of genotype.
![cropping](resources/figures/counting_procedure.png)

### measure_distances

input:

output:

## Analysis

Once we have the foci counts (count_foci) and/or distance between foci along synaptonemal complexes (measure_distances), we can generate
- Histograms

![cropping-hist](output/count_foci_histogram.png)
<img src="output/measure_distances_histogram.png" width="700" height="500">
- Boxplots

![cropping-box](output/count_foci_boxplot.png)

<img src="output/measure_distances_boxplot.png" width="550" height="500">
- Measures of statistical significance

with e.g. ANOVA testing.


## Project organisation and management

Lucy McNeill's avatar
Lucy McNeill committed
Please issue bug reports through GitLab.


## Acknowledgements

Lucy McNeill's avatar
Lucy McNeill committed
This project is a [workflowr][] project, where we make use of a [project template][] created by Davis McCarthy.

[workflowr]: https://github.com/jdblischak/workflowr
Lucy McNeill's avatar
Lucy McNeill committed

[project template]: https://gitlab.svi.edu.au/biocellgen-public/aaaa_2019_project-template