Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • VCF calling for individual chromosomes, domain reduction

    Hello.

    I am just seeing if this method for VCF creating for variant calls is correct.
    Right now I keep the fastq as an entire file, and then align the whole fastq file to individual chromosomes, and this produces a VCF file for each chromosome that I later merge together.

    However this can cause errors if the alignment has a poor map to the individual chromosome because it will generate a forced alignment, even if it maps poorly to the chromosome. (ie the VCF call will show a score to the poor map of the fastq to the chromosome if there is only a single chromosome the fastq is being aligned to:: (ie. reducing the domain of the fastq to a single chromsome at a time)


    Is it better not to reduce the alignment map to a single chromosome at a time and instead map to the whole chromosome at once?

  • #2
    Yes, it is much better to align to the entire genome in a single step. If you want to reduce the memory load then separate the fastq into a few smaller files and align them separately instead of separating the genome like that.

    Comment


    • #3
      I am not sure how to do this.

      how do you split the fastq files? how to align the whole genome?

      when I align the fastq using Tophat, I align both reads at the same time.

      Comment


      • #4
        A fastq is just a text file with one read every 4 lines, if you have paired end data it then two text files. The reads should be in the same order in both files by default so just split the files into smaller files making sure that the number of lines is a factor of 4. Actually, splitting probably isn't necessary anyway.

        Comment


        • #5
          Thank you
          I am familiar with the alignment practice, and am interested in the variant calls.
          How do I create the VCF files, without doing the variant calling for a single chromosome at a time?

          Comment


          • #6
            Not much information to go on there. But the first step is to map against the whole genome not single chromosomes, so if you are using tophat then make a bowtie reference of the whole genome, map to that then use the resulting bam to call variants using whatever program you use which will call variants for the whole genome.

            Comment


            • #7
              Vcf

              yes. this is the protocol I follow.

              I do have an HG19 human reference genome that I align the fastq files to.
              after I use same tools to index the accepted hits.bam file and use mpileup -g command to call the variants.

              what parameters do you use to call the variants? do you use mpileup -g ?

              Comment

              Latest Articles

              Collapse

              • 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 on Modified Bases...
                Yesterday, 07:01 AM
              • seqadmin
                Current Approaches to Protein Sequencing
                by seqadmin


                Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
                04-04-2024, 04:25 PM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 04-11-2024, 12:08 PM
              0 responses
              39 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 10:19 PM
              0 responses
              41 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 09:21 AM
              0 responses
              35 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-04-2024, 09:00 AM
              0 responses
              55 views
              0 likes
              Last Post seqadmin  
              Working...
              X