{"id":19998770,"url":"https://github.com/quantixed/misseg","last_synced_at":"2026-03-19T13:01:32.540Z","repository":{"id":100276004,"uuid":"136359836","full_name":"quantixed/Misseg","owner":"quantixed","description":"Chromosome missegregation analysis tools for Igor Pro, R and ImageJ","archived":false,"fork":false,"pushed_at":"2022-04-27T07:16:10.000Z","size":12290,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T23:28:28.435Z","etag":null,"topics":["chromosome","igor","imagej"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quantixed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-06-06T16:58:45.000Z","updated_at":"2022-02-22T10:31:41.000Z","dependencies_parsed_at":"2023-05-13T09:45:24.349Z","dependency_job_id":null,"html_url":"https://github.com/quantixed/Misseg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/quantixed/Misseg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantixed%2FMisseg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantixed%2FMisseg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantixed%2FMisseg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantixed%2FMisseg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quantixed","download_url":"https://codeload.github.com/quantixed/Misseg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantixed%2FMisseg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30088349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T15:40:14.053Z","status":"ssl_error","status_checked_at":"2026-03-04T15:40:13.655Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chromosome","igor","imagej"],"created_at":"2024-11-13T05:09:26.841Z","updated_at":"2026-03-04T18:04:30.016Z","avatar_url":"https://github.com/quantixed.png","language":"HTML","readme":"# Misseg\n\nCode written for `ImageJ`, `R` and `IGOR Pro` to analyse data associated with manuscript `#p055p032`\n\n**Endomembranes promote chromosome missegregation by ensheathing misaligned chromosomes**\n\nNuria Ferrandiz, Laura Downie, Georgina P. Starling, Stephen J Royle\n\n*J Cell Biol*, (2022) 221: e202203021 doi: [10.1083/jcb.202203021](https://doi.org/10.1083/jcb.202203021)\n\n--\n\n## Misseg\n\nThe main program in this repo is `Misseg/Misseg.ipf`.\nFull details of how to use it with `IGOR Pro` can be found in `Misseg/README.md`\n\nThe other directories are:\n\n- [ERRemoval](#er-removal)\n- [kinetochoreColoc](#kinetochore-coloc)\n- [Progression](#progression)\n- [SankeyFate](#sankey-fate)\n\n## ER Removal\n\n`CongressionAnalysis` - Quantifying the congression of a misaligned chromosome to the plate.\n\nDNA channel is processed and segmented in ImageJ manually.\nUser defines the segments belonging to chromosome and plate using Magic Wand tool and adding to ROI manager.\nROIs are converted to csv using a python script and files are saved into a folder for chromosome and a folder for plate, within a folder for the movie.\n\n`ER Removal` - Quantifying the clearance of ER in mitotic cells.\n\nUsing the same ImageJ scripts, the ER channel was processed and segmented using `ER_Removal.ijm` or the two subscripts (divided to allow the slowest step to be completed and different segmentation approaches tried with the other).\nResulting data are processed in Igor using `MissegERRemoval.ipf`\n\n\n## Kinetochore coloc\n\nA series of scripts to examine co-localisation of kinetochore signals in 3D image stacks.\n\n- `kinetochoreColoc.ijm` loads dv files segments them and uses 3DOC to find the positions of two signals in channels 3 and 4. This is a substitute for Imaris (since we were having problems with the bridge to MATLAB and we did not have a current version)\n- `kinetochoreSegmentation.ijm` is a tool to check how the segmentation (thresholding) performed in the previous script (it is not needed for analysis _per se_)\n- `dv2RGB.ijm` will convert a folder of dv files to RGB tiffs for classification in Igor\n- `kinetochoreColoc.ipf` is a menu-based workflow to classify the kinetochores from `kinetochoreColoc.ijm` and then analyse their proximity. There is an option to verify the classification done by a user and even to add additional kinetochores that have been missed by the automated procedure.\n\n![img](img/coloc.png?raw=true \"image\")\n\nThe classifier above allows a user to scroll through a Z-stack and classify kinetochores as Aligned, Misaligned (called Free in the paper) or Misaligned - ER (called Ensheathed in the paper).\n\n## Mad2\n\nThese experiments were analysed in Igor using `Mad2/ChromosomeCongression.ipf` by processing csv outputs generated in Fiji using `Mad2/ChromosomeCongressionMagicWand.ijm`\n\nThe method for chromosome and plate objects segmentation is as described for ER Clearance above.\n\n## MnQuant\n\nImageJ scripts were used to generate the orthogonal views shown in the figure as well as do the quantification of micronuclei.\nOutputs from the quantification scripts are in `Data/` for LBR and BAF.\nFor space reasons, TIFFs and Masks are not included.\nThe `processMNQuant.R` script will read these files and generate the plots in `Output/Plots/`\n\n## Sankey Fate\n\nAn R-based script to generate Sankey diagrams from manual fate mapping.\n\n## Notes\n\nMitotic progression figures were generated using [MitoticTiming](https://github.com/quantixed/MitoticTiming)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantixed%2Fmisseg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantixed%2Fmisseg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantixed%2Fmisseg/lists"}