knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
An R package for tracking cells and analyzing their trajectories.
cellmigRation is under active development and a stable version is yet to be released. However, you can install the current development version of cellmigRation from GitHub with:
# install.packages("remotes") remotes::install_github("ocbe-uio/cellmigRation")
Example usage:
library(cellmigRation) data(TrajectoryDataset) df <- CellMig(TrajectoryDataset[1:100, ]) preproc <- rmPreProcessing(df, PixelSize = 1.24, TimeInterval = 100)
Some cellmigRation features are also available as a standalone web application powered by an R package called Shiny. The Shiny app is still under construction, so it is not feature-complete and is not guaranteed to perform as expected. Until release, we advise you to use the R package directly.
To access the cellmigRation Shiny app, visit https://ocbe.shinyapps.io/cellmigRation/.
Alternatively, you can run the Shiny app locally on your computer. To do so, download a copy of this repository and either run make runshiny
or R -e "shiny::runApp('Shinyapp', port=3029)"
from its root directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.