hello everyone!
I am a beginner in data analysis...
- Can anyone provide the pipeline for SNP analysis, please? (we used Illumina Ampliseq kit for library preparation) We used human DNA sample.
- How we can calculate Illumina Ampliseq sequencing coverage?
Thank you.
your analysis looks correct. i dont have indepth knowledge regarding this kind of study.
you can see refer this.
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4262760/pdf/gim201465a.pdf
Thank you so much for your reply! I tried mosdepth but it dint work. I used the following command:
mosdepth -t 2 --by capture.bed $sample-output-prefix sample.exome.bam
capture.bed (here I had given my Ampli designBed file and in exome.bam ( I had given my bam file) but this command is not working.
mosdepth --by amplicon.bed --thresholds 1,3,5,8,10,20,30 outputfolder sample_Sorted.bam
will give you coverage at different X.
I used above-mentioned command but still, it's not working.
its working for me make sure us ban is sorted & also check bed coordinated are matching with fasta used for mapping eg. in fasta there is chr1 in your bed its represented as 1 the you need to change your bed.
ok, I will try again. Thanks!
Hello, I came across this and is trying to build a pipeline for illumina's ampliseq kit, too. I saw from another post that "soft clipping" should be done before the variant calling step. I'm wondering if someone could explain a bit more. I've heard BBMap could deal with this a bit better than BWA. Thanks
Soft-clipping happens during alignment. Aligners will drop part of the read if it does not align.
Thanks! Is there's a best practice for Illumina's Ampliseq assay? It seems it's very similar to exome except for the mark duplicate step.
Can you please explain about soft clipping...I dont have any idea about this.
See this answer: A: What are soft clipped reads??