Parameter list
Summary directory:
The summary directory generated with “collect_MaChIAto_data.py”.
Output prefix:
The directory into which the output directory is saved.
Template command
Rscript MaChIAto_Reviewer/MaChIAtoReviewer.R
(Summary directory)
(Output prefix);
Example of the command
Here is example of the command using docker.
If you don’t have the docker image for MaChIAto Reviewer, please go the Preparation page: https://machiatopage.github.io/2100/01/01/Preparation/
The input file can be downloaded from the following link:
MaChIAto Classifier: https://sourceforge.net/projects/machiato-example-files/files/example_MaChIAtoClassifier_docker_output.zip/download
MaChIAto Aligner: https://sourceforge.net/projects/machiato-example-files/files/example_MaChIAtoAligner_docker_output.zip/download
Collections of collect_MaChIAto_data.py output: https://sourceforge.net/projects/machiato-example-files/files/collections.zip/download
Simple knock-out analysis: knock-out using MS2-tagged sgRNA/calculation target: protospacer
1 | docker run --rm -v `pwd`:/DATA -w /DATA -i kazukinakamae/machiato_reviewer:latest Rscript ../MaChIAtoReviewer.R \ |
Single knock-out analysis: knock-out using MS2-tagged sgRNA/calculation target: protospacer
1 | docker run --rm -v `pwd`:/DATA -w /DATA -i kazukinakamae/machiato_reviewer:latest Rscript ../MaChIAtoReviewer.R \ |
Double knock-out analysis: MS2-tagged sgRNA/calculation target: protospacer
1 | docker run --rm -v `pwd`:/DATA -w /DATA -i kazukinakamae/machiato_reviewer:latest Rscript ../MaChIAtoReviewer.R \ |
Simple knock-in analysis: PITCh using MS2-tagged sgRNA/calculation target: both homology arm
1 | docker run --rm -v `pwd`:/DATA -w /DATA -i kazukinakamae/machiato_reviewer:latest Rscript ../MaChIAtoReviewer.R \ |
Single knock-in analysis: PITCh using MS2-tagged sgRNA/calculation target: both homology arm
1 | docker run --rm -v `pwd`:/DATA -w /DATA -i kazukinakamae/machiato_reviewer:latest Rscript ../MaChIAtoReviewer.R \ |
Double knock-in analysis: PITCh and LoAD knock-in using MS2-tagged sgRNA/calculation target: both homology arm
1 | docker run --rm -v `pwd`:/DATA -w /DATA -i kazukinakamae/machiato_reviewer:latest Rscript ../MaChIAtoReviewer.R \ |