Using CRISPResso2 for edited wheat polyploid genome screening #543
-
Hi all! First things first: im crispy new to bioinformatics. I would like to use CRISPResso2 to evaluate CRISPR-edited wheat plants, which have polyploid genome. I don't know how should i start to process my NGS fastq files. The online version can't handle this, so i installed it to Ubuntu - that is all i could do. My question: Where should i start? What main pipeline "steps" that are MUST for this kid of work? If you have any recommendation, i would appreciate it! Im eager to learn more. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @kawaiininji, Thanks for considering CRISPResso. What problems are you having in getting the online version to work? Have you been able to install CRISPResso in Ubuntu? There are a few examples to get you started here: https://docs.crispresso.com/suite/core/examples.html For your analysis of multiple homeologous copies you should specifically look at the Multiple Alleles example. If you have fastq files, the easiest place to start is by running
This will automatically try to find the reference sequence and try to align all reads to that reference and give you a rough estimate of what happened in your editing experiment. Next, you'll want to rerun CRISPResso but also provide the exact amplicon and guide sequences ( I hope that helps, but feel free to reach out if you run into any more problems. |
Beta Was this translation helpful? Give feedback.
Hi @kawaiininji,
Thanks for considering CRISPResso. What problems are you having in getting the online version to work? Have you been able to install CRISPResso in Ubuntu?
There are a few examples to get you started here: https://docs.crispresso.com/suite/core/examples.html For your analysis of multiple homeologous copies you should specifically look at the Multiple Alleles example.
If you have fastq files, the easiest place to start is by running
This will automatically try to find the reference sequence and try to align all reads to that reference and give you a rough estimate of what happened in your editing experiment.
N…