Skip to content

dlogan/cytominerworkshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travis-CI Build Status AppVeyor Build Status CRAN_Status_Badge

cytominr workshop

Installation

Install R and RStudio.

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

Install the cytominrworkshop package from GitHub:

# install.packages("devtools")
devtools::install_github("shntnu/cytominrworkshop", 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("shntnu/cytominrworkshop", dependencies = TRUE, build_vignettes = TRUE, force = TRUE)

Browse vignettes (launches in default browser):

browseVignettes()

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

About

cytominer workshop

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • R 100.0%