I need to find out mutation in custom gene (gene of my interest). Say suppose I have 100 genes in the list I have just created a work flow. Somebody tell me how stable and sensitive it is?
- Collected nucleotide sequence of these genes and created a database of these genes using standalone blast.
- NGS analysis were carried as follows:
- Alignment of the reads ( Fastq Samples)to the reference genome)
- Created bam or sam file after alignment
- Extracted custom region (gene location of my interest) from the bam file
- Performed blast of these custom region against the database (created using standalone blast)
- In the out put, we can get variations if any: -
Is this method correct?
I'm missing the why?I.e. why you want to not use variants callers?
I need to develop a custom variant caller pipeline