poretools fasta --type 2D <path/to/base/called/reads/> > <name.fasta>
bwa mem -x on2d <indexed_reference.fasta> <name.fasta> | samtools view -bS - | samtools sort -o <name.sorted.bam> -
samtools depth <name.sorted.bam> > <name.coverage>
head <name.coverage>
# This finds the name of the 'chromosome'; there may be >1.
awk '$1 == "<chromosomename>" {print $0}' <name.coverage> > chr1.coverage
- Repeat for paired library
- Fill in and into pool1 and pool2 in
depth_coverage.R
- Stats acquired using
poretools stats <path/to/base/called/reads
Reported p20 and p40 values represent percentage of the Zika genome which has at coverage of at least 20/40 reads, respectively.
- p20: 0.9815 (+1%)
- p40: 0.9758 (+1%)
- Difference: 1%
- p20: 0.9702
- p40: 0.9671
- p20: 0.9732 (+13%)
- p40: 0.9631 (+25%)
- Difference: 1%
- p20: 0.8412
- p40: 0.7145
- p20: 0.9191 (+25%)
- p40: 0.8723 (+37%)
- Difference: 4%
- p20: 0.6571
- p40: 0.5022
- p20: 0.9932 (+6%)
- p40: 0.9925 (+9%)
- Difference: 0.1%
- p20: 0.9384
- p40: 0.9087
- p20: 0.9779 (+7%)
- p40: 0.9749 (+10%)
- Difference: 0.5%
- p20: 0.9066
- p40: 0.8737
- p20: 0.0163 (+1%)
- p40: 0 (+0%)
- Difference: 1%
- p20: 0
- p40: 0
p20: 0.2896 p40: 0.2658
p20: 0 p40: 0
p20: 0.0925 p40: 0
p20: 0.3825 p40: 0.3624
p20: 0.974 p40: 0.9675
p20: 0 p40: 0