@@ -28,6 +28,14 @@ Wayne Crismani, St Vincent's Institute of Medical Research and the University of
## Compatibility
synapsis relies heavily on the bioconductor package EBImage, which currently supports jpeg, png and tiff image files.
Currently, synapsis also supports
-[x] .nd2 (NIKON), see [nd2converter.py][], which converts a three channel image into three separate jpegs of foci, SC and DAPI (unused) channels from original .nd2 files.
## Using synapsis
synapsis has four main functions. These are:
...
...
@@ -44,15 +52,15 @@ 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.
input: Original grey scale image files of (1) Synaptonemal complexes ("SC", 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.
output: crops in SC (red) and foci (green) around individual cells.