Hi everyone,
I started working with the Nanopore reads from the PromethION. The data I am working on is the output of the Lambda Control Run. I have a total of 70GB of data in fastq.
I have aligned my data with the lambda genome with minimap2, then I created my bam file, sorted it and indexed with samtools. I would like to visualise this alignment but I am a bit lost. I generated the index .bai and I am planning to use IGV locally, but I am finding it very difficult to download my 70GB of data everytime to visualise it. Is there any other way to do so?
I have also used samtools tview to see the alignment but I am struggling to understand the output (ex of output below).
1 11 21
GGGC*G*G**C****G*****A***C***C***T****C**G*C***G**G*G*T****T*T***T***C****G***C*
.... . . . . . . . . . . . . . . . . . . . . .
....*.*.**.****.*****.***.***.***.****.**.*.***.**.*.*.****.*.***.***.****.***.*
....*.*.**.****.*****.***.***.***.****G**.*.***.**.*.*.****.*.***.***.****.***.*
I have also tried to output depth and coverage of my alignment but samtools depth does not work. I am focussing on coverage and I used bedtools (Below my line)
genomeCoverageBed -ibam ../samtools/align_lam_sorted.bam > coverage.txt
I am struggling to understand again the output (below).
chrL 123190 1 48502 2.06177e-05
chrL 719814 1 48502 2.06177e-05
chrL 804868 1 48502 2.06177e-05
I am starting to think that I may be using the wrong bedtools tools. Can anyone help me with this? Even with some papers or review.
Thank you very much,
Happy New Year,
Giulia
nanopore
alignment
sequencing