Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 709 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 709 Bytes

CTG_pipeline

Data processing pipeline for PRISM CTG screens.

To process raw data from a screen use pipeline.sh or process_CTG.R. Or using Docker run

docker pull cmap/ctg:latest
docker run -it
  -v ~/ctg_data:/data
  -v ~/ctg_results:/resuts \
  cmap/ctg:latest \
  -f data/mergedfile.csv \
  -m data/mapping.csv \
  -r data/raw_data.csv \
  -o results \
  -p <PROJECT>

replacing <PROJECT> with the name of the project and all other paths with the path to the appropriate data.

To generate a report for a screen use CTG_report.Rmd changing the data path parameter to point to processed CTG data.

The Docker image is on Docker Hub.