A flexible, open-access workflow to facilitate the identification of cell clones that have desirable CRISPR-Cas9-induced gene edits.
 SRP198941_SLX15021_GEP00005 steps
 SRP198941_SLX15021_GEP00005 stepsIf you only wish to run a demo instead of a full analysis, use these detailed steps for testing with real data subset.
Running the full analysis below will take more than four hours on a laptop.
 Start GenEditID WebApp, and setup a project for analysing SRP198941_SLX15021_GEP00005
 Start GenEditID WebApp, and setup a project for analysing SRP198941_SLX15021_GEP00005Create a project, upload the submission spreadsheet associated with this project from data/submission_spreadsheets/SRP198941_SLX15021_GEP00005.xlsx into the WebApp.
conda activate geneditid
cd ~/GenEditID/
./scripts/start_webapp.sh
Go to http://localhost:8080
Create a new project, note the GEPID
The active environment, the one you are currently using, is shown in parentheses () or brackets [] at the beginning of your command prompt.
(geneditid) $
if not, activate it using conda activate geneditid before running the next steps.
 Download and prepare fastq files
 Download and prepare fastq filesWhile waiting for the submission spreadsheet to load, open a new terminal and download the public fastq files. Don’t forget to activate conda’s environment using conda activate geneditid before merging the reads.
cd ~/GenEditID/
./scripts/get_data_SRP198941_SLX15021_GEP00005.sh
All the fastq files related to this project will be stored in the PROJECTS/SRP198941 folder. Combine paired-end reads by merging reads to generate .fqjoin.gz files for amplicount analysis (seqkit needs to be installed).
cd PROJECTS/SRP198941_GEP00005
../../scripts/run_mergereads.sh
Move the joined fastq files into the PROJECTS/GEPID/fastq/ replacing GEPID with the identifier of this project.
mv *.fqjoin.gz ../GEPID/fastq/.
 Run
 Run amplicount analysiscd ~/GenEditID
source venv/bin/activate
cd PROJECTS/GEPID
geneditid_run_amplicount
Replace GEPID with the identifier of this project.
 Visualise results
 Visualise resultsView the output of the analysis in the output result file GenEditID/PROJECTS/GEPID/amplicount.csv
./scripts/start_webapp.sh
GenEditID/PROJECTS/GEPID/geneditid_plots/coverage.html
GenEditID/PROJECTS/GEPID/geneditid_plots/impacts.html
GenEditID/PROJECTS/GEPID/geneditid_plots/koscores.html
GenEditID/PROJECTS/GEPID/geneditid_plots/targeted_search.html
 Two other real data projects to analyse if you wish
 Two other real data projects to analyse if you wishTo analyse project SRP199742_SLX15026_GEP00009, use this submission spreadsheet data/submission_spreadsheets/SRP199742_SLX15026_GEP00009.xlsx, download the fastq files using ./scripts/get_data_SRP199742_SLX15026_GEP00009.sh and go to the cd PROJECTS/SRP199742_GEP00009 project to combine paired-end reads.
To analyse project SRP199742_SLX15025_GEP00010, use this submission spreadsheet data/submission_spreadsheets/SRP199742_SLX15025_GEP00010.xlsx, download the fastq files using ./scripts/get_data_SRP199742_SLX15025_GEP00010.sh and go to the cd PROJECTS/SRP199742_GEP000010 project to combine paired-end reads.
 Back to the main manual
 Back to the main manual