Skip to content

The Viewer notebook

guijacquemet edited this page May 22, 2024 · 7 revisions

The Viewer Notebook

The Viewer Notebook is designed to provide an easy way to visualize and share tracking data formatted into the CellTracksColab format. This notebook is particularly useful for sharing data with colleagues and for publications.

Open In Colab

Requirements

To use the Viewer Notebook, your data must be formatted in the CellTracksColab format. This involves compiling your tracking data into two main DataFrames: merged_tracks_df and merged_spots_df.

Sections available in the notebook

Compiling Your Data

To format your tracking data into the CellTracksColab format, you can use the following notebooks:

  • TrackMate Notebook: Use this notebook to compile data from TrackMate into the required format. For detailed instructions, visit the TrackMate notebook wiki.
  • Custom Notebook: Use this notebook to compile data generated from other tracking software into the required format. For detailed instructions, visit the Custom notebook wiki.

Usage

Once your data is in the correct format, you can load it into the Viewer Notebook to create visualizations and plots. This is ideal for:

  • Sharing data with colleagues
  • Sharing data in publications
  • Re-open already analysed datasets

Getting Started

To get started, simply open the Viewer Notebook using the link below:

Open In Colab
Clone this wiki locally