-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
executable file
·41 lines (30 loc) · 1.51 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
![Image](./im/cciaLogo.png)
<!-- badges: start -->
<!-- badges: end -->
The goal of `cecelia` is to simplify image analysis for immunologists and integrate
static and live cell imaging with flow cytometry data. The package primarily builds upon
[`napari`](https://napari.org) and [`shiny`](https://shiny.rstudio.com/). Our aim was
to combine shiny's graph plotting engine with napari's image display.
__This package is pre-alpha__
# Genereal installation guidelines
## System requirements
Software dependencies will be installed during the installation processing of the R-package.
The framework has primarily been tested on an old MacOS 12.7.6 (with HPC access) and new M2 14.6.1.
To install the software on Windows PCs you must install the [`Docker`](https://github.com/schienstockd/ceceliaDocker) version.
For cell segmentation and deep learning denoising we recommend a GPU that is recognised by [`torch`](https://pytorch.org/get-started/locally/).
## Installation guide
See [`read-the-docs`](https://cecelia.readthedocs.io/en/latest/index.html) for installation and tutorials.
Installation of the R-package with all shiny and python dependencies should require less than 1 h.
The Docker based installation depends on the user's bandwidth but typically requires less than 20 min.