Workflows#
Overview#
openDVP is a framework to empower users to perform spatial proteomics as easily as possible.
We suggest two main workflows:
flashDVP (optimized for speed)
DVP (optimized for complexity)
flashDVP#
Quick and efficient, flashDVP skips through many friction points of DVP and let’s you focus on your biology.
You require :
Images in which you can recognize tissue of interest
Laser Microdissection device, or someone willing to collaborate that has one.
LCMS setup, or someone willing to collaborate that has one ;) .
Workflow is:
Acquire images of tissue of interest
Create manual annotations in QuPath
Transform annotations into Laser Microdissection coordenates
Collect tissue of interest
Prepare samples and acquire proteomes via LCMS
Perform downstream proteomic data analysis
DVP#
Ready to explore the proteomics of more complex tissues? or you are planning a large-scale project that needs automation? openDVP can help you.
Requirements and workflow vary so much between projects that it is not worth generalizing. But there are four main components:
Image processing
Image analysis
Sample collection and LCMS
Downstream proteomic analysis
openDVP highly recommends utilizing open-source image processing pipelines: MCMICRO and SOPA are wonderful examples, each with their tradeoffs.
Image analysis can vary, but openDVP can help you filter common artefacts such as cells by morphological or intensity features. Filter dropped out cells by calculating the ratio of marker intensity between cycles. It also enables a easy back and forth between user-friendly annotation software like QuPath to easily integrate collaborators insights into the analysis. We use scimap for phenotyping, but we suggest you compare between the released approaches, and use what fits your problem best, that is the beauty of open source.
We will release more details soon :)