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

cmap/CTG_pipeline

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published