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

https://github.com/cytomining/cytominergallery

[Deprecated] A Gallery of Cytominer Vignettes
https://github.com/cytomining/cytominergallery

microscopy profiling vignette

Last synced: 10 months ago
JSON representation

[Deprecated] A Gallery of Cytominer Vignettes

Awesome Lists containing this project

README

          

[![Travis-CI Build Status](https://travis-ci.org/cytomining/cytominergallery.svg?branch=master)](https://travis-ci.org/cytomining/cytominergallery)

# cytominer gallery

## Installation

Install [R](https://www.r-project.org) and [RStudio](https://www.rstudio.com/).

Download this [sqlite](https://s3.amazonaws.com/imaging-platform-collaborator/2016_09_09_cytominer_workshop/ljosa_jbiomolscreen_2013.sqlite) file into `~/Downloads` (required by the vignette `single_cell_analysis`).

Install the `cytominergallery` package from GitHub:

```R
# install.packages("devtools")
devtools::install_github("cytomining/cytominergallery", dependencies = TRUE, build_vignettes = TRUE)
```

You may need to do run that again in order to build the vignettes correctly (seems like a bug in `install_github`):
```R
devtools::install_github("cytomining/cytominergallery", dependencies = TRUE, build_vignettes = TRUE, force = TRUE)
```

Occasionally, the `Suggests` dependencies [may not get installed](https://github.com/hadley/devtools/issues/1370), depending on your system, so you'd need to install those explicitly.

Browse vignettes (launches in default browser):
```R
browseVignettes()
```

Search for "Vignettes in package cytominergallery" and click on the link `HTML` to view the vignettes.