Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • samtools variant calling for separate chromosomes

    Is there anyway to call variants separately for each chromosome (separate output files) using a single command in samtools. I am having whole genome data and when I annotate it using annovar, I'm getting a very big file which can not be loaded in excel, so I want a separate vcf file for each chromosome so that i can annotate them separately using annovar.

    Thanks,
    Thanks,

  • #2
    There seems to be no response for my query.
    Thanks,

    Comment


    • #3
      Can anybody help?
      Thanks,

      Comment


      • #4
        There is an example in the manual.

        http://samtools.sourceforge.net/samtools.shtml
        samtools mpileup -C50 -gf ref.fasta -r chr3:1,000-2,000 in1.bam in2.bam

        The '-r' argument allows you to specify the region.

        Comment


        • #5
          This command will call variants separately for each chromosome thus we have to use 24 commands for 24 chromosomes. But, I want a single command to call variants for all the 24 chromosomes, each chromosome having a separate vcf file.
          Thanks,

          Comment


          • #6
            Can this be done in samtools?
            Thanks,

            Comment


            • #7
              No. Samtools will not output 24 individual files with a single command. Learn some shell scripting. It is easy enough to run 24 commands with a single shell command.

              Comment


              • #8
                Then how can we view the WGS data as the single output vcf file of samtools after annotation in annovar is equal to around 900 MBs which cannot be viewed in excel?
                Thanks,

                Comment


                • #9
                  Originally posted by tahamasoodi View Post
                  Then how can we view the WGS data as the single output vcf file of samtools after annotation in annovar is equal to around 900 MBs which cannot be viewed in excel?
                  That question does not make sense when looking at your previous comments in this threads. Basically, if you need a single file with all chromosome variants in it then samtools/bcftools/vcfutils will provide this. Or if you need 24 individual files one per chromosome then samtools will provide this ... however you will either need to type in the samtools command 24 times (with slightly different parameters) or you will need to create a shell script that will run samtools 24 times.

                  Your very first question was "... so I want a separate vcf file for each chromosome ..." to which Khen provided the answer. You then asked, somewhat confusingly, "... Can this be done in samtools?" to which I took the word "this" to mean "generate 24 VCF files" which samtools can not do in a single command.

                  Comment


                  • #10
                    NGS simply makes too much data for a person to deal with if all the tools they have are mindlessly copied command lines and Excel. You have to learn shell scripting, or Perl, or Python, or something to handle large text files.

                    Comment

                    Latest Articles

                    Collapse

                    • seqadmin
                      Recent Advances in Sequencing Analysis Tools
                      by seqadmin


                      The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
                      05-06-2024, 07:48 AM
                    • seqadmin
                      Essential Discoveries and Tools in Epitranscriptomics
                      by seqadmin




                      The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                      04-22-2024, 07:01 AM

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by seqadmin, Yesterday, 06:57 AM
                    0 responses
                    12 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 05-06-2024, 07:17 AM
                    0 responses
                    16 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 05-02-2024, 08:06 AM
                    0 responses
                    19 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 04-30-2024, 12:17 PM
                    0 responses
                    24 views
                    0 likes
                    Last Post seqadmin  
                    Working...
                    X