Quick Start
Quickstart
Importing merrypopins Modules
Load Indentation Data and Metadata
Preprocess Data
Option 1: Use default pipeline
Option 2: Customize each step (with optional arguments)
🧪 Tip
You can omit or modify any step depending on your data:
- Skip remove_pre_min_load() if your data is already clean.
- Set remove_pre_contact=False if you want to retain all data.
- Customize flag_column to integrate with your own schema.
Locate Pop-in Events
Detect Pop-ins using Default Method
Customize Detection Thresholds
Visualize Detections
Run Full Pipeline with merrypopins_pipeline
This function runs the entire merrypopins workflow, from loading data to locating pop-ins and generating visualizations.