Skip to content

Latest commit

 

History

History

0.download-data

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Download Single-Cell Cell Painting Profiles

Gregory Way, 2020

In this module, we download all single-cell Cell Painting profiles generated for the Cell Health project. All of the single cell profiles are publicly available and hosted by NIH Figshare.

The files are located at https://doi.org/10.35092/yhjc.9995672.

Recommendation

The size of the single cell profile data is ~130GB.

There is no need to download the single cell profiles. We provide documentation here to access, if there are specific questions that only the single cell data can answer.

Instead, all processed data used for all downstream analyses is located in 1.generate-profiles/data/profiles/.

Download

To download the single cell profiles, perform the following in your terminal:

# Activate environment
conda activate cell-health

# Navigate to appropriate directory
cd 0.download-data

# Run download script
python download.py

Upload

Note: The upload script provided (upload.py) was not actually executed in this environment. We previously executed the script in a private Amazon ec2 instance with access to the Carpenter-Lab S3 bucket. This bucket stores CellProfiler output for the Cell Health project.

Nevertheless, to execute the upload call, we performed the following:

# First, generate a figshare API token from https://nih.figshare.com/account/applications

# Activate environment
conda activate cell-health

# Perform upload
python upload.py --token <INSERT TOKEN HERE>