You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MALDI pipeline currently involves much manual work on the user's end. Much of the pipeline can be automated to make the overall process more efficient.
Design overview
The components that can be automated are:
Pre-extraction:
Automatic generation of input masks for MALDI acquisition (Automatic generation of input masks for MALDI acqusition #13): bypasses manual drawing around cores in FlexImaging. Frankie thinks better contrasting prior may mitigate issues with FlexImaging Magic Wand tool.
Combine spectra across multiple slides (timsconvert or matchms?)
Ensure large .imzml files (about 1 TB) can be loaded using pyimzml.ImzMLParser (will most likely entail combining multiple ImzMLParser objects together)
Implement co-registration of MALDI images with HNE slides (napari plugin: napari-imsmicrolink)
Code mockup
Please refer to the linked issues for more detail.
Required inputs
The same inputs will be needed.
Output files
The same output files will be produced.
Timeline
Give a rough estimate for how long you think the project will take. In general, it's better to be too conservative rather than too optimistic.
A couple days
A week
Multiple weeks. For large projects, make sure to agree on a plan that isn't just a single monster PR at the end.
Estimated date when a fully implemented version will be ready for review:
TBD
Estimated date when the finalized project will be merged in:
TBD
The text was updated successfully, but these errors were encountered:
Relevant background
The MALDI pipeline currently involves much manual work on the user's end. Much of the pipeline can be automated to make the overall process more efficient.
Design overview
The components that can be automated are:
.imzml
and.ibd
file generation (Automate.imzml
extraction usingtimsconvert
package #14): bypasses SCiLS bottleneck, 5x faster usingtimsconvert
CLI (supports normalization, if needed).imzml
files (about 1 TB) can be loaded usingpyimzml.ImzMLParser
(will most likely entail combining multipleImzMLParser
objects together)matchms
?)spatialdata
andnapari
for visualizing the MALDI cohorts.json
file).imzml
file to locate pixels on cores for cropping outpip
installation #17napari
plugin: napari-imsmicrolink)Code mockup
Please refer to the linked issues for more detail.
Required inputs
The same inputs will be needed.
Output files
The same output files will be produced.
Timeline
Give a rough estimate for how long you think the project will take. In general, it's better to be too conservative rather than too optimistic.
Estimated date when a fully implemented version will be ready for review:
TBD
Estimated date when the finalized project will be merged in:
TBD
The text was updated successfully, but these errors were encountered: