Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/burgerga/cptrackrapp

Shiny App for CPTrackR
https://github.com/burgerga/cptrackrapp

Last synced: 4 days ago
JSON representation

Shiny App for CPTrackR

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# CPTrackRApp

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)

## Overview

The goal of CPTrackRApp is to [fix track identifiers](https://forum.image.sc/t/tracking-label/16409) from [CellProfiler](https://cellprofiler.org/)'s sqlite output. CPTrackRApp is a Shiny app that analyses the sqlite file, and determines the parameters for [CPTrackR](https://github.com/burgerga/CPTrackR) to fix the track.
Additionally it shows the CellProfiler pipeline metadata, and previews the fixed tracks.

## Installation

You can install the development version of CPTrackRApp from with:

```{r, eval=F}
# install.packages("remotes")
remotes::install_github("burgerga/CPTrackRApp")
```

## Usage

To start the app use

```{r, eval=F}
CPTrackRApp::run_app()
```

**Screenshot:**

![CPTrackRApp screenshot](man/figures/screenshot.png)