Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Update single_cell_analysis.Rmd #63

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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`).
Download this [sqlite](https://cellpainting-gallery.s3.amazonaws.com/cpg0010-caie-drugresponse/broad-az/workspace/backend/ljosa_2013/analysis_batch_stable/ljosa_jbiomolscreen_2013.sqlite) file into `~/Downloads` (required by the vignette `single_cell_analysis`).

Install the `cytominergallery` package from GitHub:

Expand Down
2 changes: 1 addition & 1 deletion vignettes/single_cell_analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ summarizing them into per-well measurements by computing averages. This
summarized data will later be used to predict mechanism-of-action of the
compounds (see the `predict_moa` vignette.)

This vignette assumes that the single-cell data <https://s3.amazonaws.com/imaging-platform-collaborator/2016_09_09_cytominer_workshop/ljosa_jbiomolscreen_2013.sqlite> has been downloaded into `~/Downloads`.
This vignette assumes that the single-cell data <https://cellpainting-gallery.s3.amazonaws.com/cpg0010-caie-drugresponse/broad-az/workspace/backend/ljosa_2013/analysis_batch_stable/ljosa_jbiomolscreen_2013.sqlite> has been downloaded into `~/Downloads`.


```{r libraries, message=FALSE}
Expand Down