cytominergallery 0.1.0.9000
  • Reference
  • Articles
    • Predict compounds mechanism-of-action by morphological profiling
    • Improving predicting compounds mechanism-of-action by morphological profiling using SNF
    • Analyze single-cell data

cytominer gallery

Installation

Install R and RStudio.

Download this sqlite file into ~/Downloads (required by the vignette single_cell_analysis).

Install the cytominergallery package from GitHub:

# 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):

devtools::install_github("cytomining/cytominergallery", dependencies = TRUE, build_vignettes = TRUE, force = TRUE)

Occasionally, the Suggests dependencies may not get installed, depending on your system, so you’d need to install those explicitly.

Browse vignettes (launches in default browser):

browseVignettes()

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

Links

  • Browse source code at
    https://​github.com/​cytomining/​cytominergallery/​
  • Report a bug at
    https://​github.com/​cytomining/​cytominergallery/​issues

License

  • file LICENSE

Developers

  • Tim Becker
    Author
  • Allen Goodman
    Author
  • Claire McQuin
    Author
  • Mohammad Rohban
    Author
  • Shantanu Singh
    Author, maintainer

Dev status

  • Travis-CI Build Status

Developed by Tim Becker, Allen Goodman, Claire McQuin, Mohammad Rohban, Shantanu Singh.

Site built with pkgdown 1.5.1.