Commit 25122218 authored by Stefano Beretta's avatar Stefano Beretta
Browse files

Update README.md

parent d45d3b1f
...@@ -10,7 +10,7 @@ _Nature Biotechnology_ 2023. ...@@ -10,7 +10,7 @@ _Nature Biotechnology_ 2023.
### Analyses ### ### Analyses ###
Sequencing data were analyzed with [CRISPResso2](https://github.com/pinellolab/CRISPResso2). Sequencing data were analyzed with [_CRISPResso2_](https://github.com/pinellolab/CRISPResso2).
- Pre-processing options: `–trim_sequences –trimmomatic_command trimmomatic –trimmomatic_options_string ’ILLUMINACLIP:TruSeq3-PE-2.fa:2:30:10 MINLEN:100’` to get rid of low-quality positions (score < 30) and to remove Illumina adapters, keeping only trimmed sequences longer than 100bp - Pre-processing options: `–trim_sequences –trimmomatic_command trimmomatic –trimmomatic_options_string ’ILLUMINACLIP:TruSeq3-PE-2.fa:2:30:10 MINLEN:100’` to get rid of low-quality positions (score < 30) and to remove Illumina adapters, keeping only trimmed sequences longer than 100bp
- Sequences were mapped to the input amplicon reference and the quantification window was set to 1bp around the cut site, as identified by providing the gRNA sequence. Computed alleles were quantified by measuring the number of reads and their relative abundance based on total read counts. - Sequences were mapped to the input amplicon reference and the quantification window was set to 1bp around the cut site, as identified by providing the gRNA sequence. Computed alleles were quantified by measuring the number of reads and their relative abundance based on total read counts.
- Base editing options: `--base_editor_output --conversion_nuc_from <T/G> --conversion_nuc_to <C/A>` to measure the frequency of the expected nucleotide substitutions for the specific BE - Base editing options: `--base_editor_output --conversion_nuc_from <T/G> --conversion_nuc_to <C/A>` to measure the frequency of the expected nucleotide substitutions for the specific BE
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment