Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kenietz
    Member
    • Nov 2011
    • 86

    #1

    annovar question

    Hi guys,
    i have a question regarding annovar.
    I have Torrent data which i have to map to 3 human genes only. I did that with BWA. After i had to do the annotation of SNPs. So i go to annovar. But somehow i get some weird results if any.

    So i did so:
    1. got the fasta seqs for the 3 genes and put them in a file together(3genes.fasta).
    2. bwa index -a is 3genes.fasta
    3. bwa aln - l 31 -k 2 -n 10 -t 4 3genes.fasta FILE.fastq > aln_sa.sai
    4. bwa samse 3genes.fasta aln_sa.sai FILE.fastq > aln.sam
    5. samtools faidx 3genes.fasta
    6. samtools view -bt 3genes.fasta.fai -o aln.bam aln.sam
    7. samtools sort aln.bam aln.bam.sorted
    8. samtools mpileup -ugf 3genes.fasta aln.bam.sorted.bam |bcftools view -bvcg ->var.raw.bcf
    9. bcftools view raw.vcf.bcf|vcfutils.pl varFilter -D 100 >var.flt.vcf
    10. convert2annovar.pl var.flt.vcf -format vcf4 > var.flt.vcf.avinput
    11. annotate_variation.pl -buildver hg19 var.flt.vcf.avinput /annovar/humandb/
    12. annotate_variation.pl -buildver hg19 -filter -dbtype snp132 var.flt.vcf.avinput /annovar/humandb/
    13. annotate_variation.pl -buildver hg19 var.flt.vcf.avinput.hg19_snp132_filtered /annovar/humandb/

    Is it possible to use annovar in that way at all?
    I am sorry if it seems a bit strange and not understandable but is difficult for me to explain. If any questions please ask.

    thank you
  • Bukowski
    Senior Member
    • Jan 2010
    • 388

    #2
    I don't use annovar at all, so I may be well off, but my annotation pipeline requires chromosomal coordinates in order to work out where a variation is and what effect it might have.

    How is this information introduced in your workflow?

    As soon as you create your reference of 3 genes, this is lost, and any variation coordinates will be relative to your reference sequence, not that of the human genome.

    Comment

    • kenietz
      Member
      • Nov 2011
      • 86

      #3
      HI,
      thanks for the info. What software do you use then.

      I was having similar thought to what you explained about my problem but could not put it into words.

      I suppose i could use the genebank files(GFF format) for these genes and then tell annovar to use the info inside as it provides coordinates.

      Comment

      • Bukowski
        Senior Member
        • Jan 2010
        • 388

        #4
        Originally posted by kenietz View Post
        HI,
        thanks for the info. What software do you use then.

        I was having similar thought to what you explained about my problem but could not put it into words.

        I suppose i could use the genebank files(GFF format) for these genes and then tell annovar to use the info inside as it provides coordinates.
        I feed my VCF's into VEP : http://www.ensembl.org/info/docs/var...vep/index.html but all my data is exome so consequently mapped to the entire genome so I don't have to worry about these kinds of issues, but I've done amplicon analysis before so that's why it crossed my mind.

        Comment

        • kenietz
          Member
          • Nov 2011
          • 86

          #5
          Yeah exactly, my data is from amplicon as well.
          When i used the whole genome everything is fine but why to do extra job when people are interested in 3 genes only.
          Will check up VEP tho. Hopefully it does what i want.
          Thank you again.

          Comment

          • kenietz
            Member
            • Nov 2011
            • 86

            #6
            Hi,
            i made some work around i think. i did the following. I have my 3 genes.
            1. I got theirs start and end points from NCBI.
            2. Put them in a file which annovar can read. Then extracted the sequences from the appropriate chromosome with a script from annovar. This created a fasta file with my seqs including info about their coordinates.
            3. Used bwa as usual. I aligned against the fasta file created above and indexed it as well.
            4. Created the vcf file and converted to annovar input file which resulted in a file like this,not usable by annovar tho:
            chr8:22019184-22021992 2806 2806 C - het 5.79 61
            5. created a perl script which transforms that line in the following form usable by annovar:
            chr8 22021990 22021990 C - het 5.79 61
            here 22021990=22019184+2806
            6. then use the converted file and proceed as usual.

            I dont know if its correct to do so but seems to be working.

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
              by SEQadmin2



              CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

              Despite this, “CRISPR helped turn genome editing from a specialized technique into
              ...
              07-31-2026, 11:01 AM
            • SEQadmin2
              Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
              by SEQadmin2


              Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

              The systematic characterization of the human proteome has
              ...
              07-20-2026, 11:48 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 08-13-2026, 12:22 PM
            0 responses
            29 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-11-2026, 10:35 AM
            0 responses
            23 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-06-2026, 07:41 AM
            0 responses
            38 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 08-03-2026, 10:13 AM
            0 responses
            51 views
            0 reactions
            Last Post SEQadmin2  
            Working...