Announcement

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

  • multisample variant calling and consensus sequences

    Hi,

    I have used BWA to map reads from ~45 individuals of my favorite species to a reference (haploid) mitochondrial DNA sequence. My goal is to get a consensus sequence for each individual, which I then want to use in a skyline plot of effective population size in BEAST.

    In the past I have used samtools/bcftools/vcfutils.pl to create a consensus sequence. Using these commands it seems like you make a pileup, call variant sites, and then convert to fastq.

    A couple of my individuals have low depth, and I have been considering how to handle them (without throwing them out). I thought perhaps I could follow the general steps above and do a multisample variant call, filter the variants, and then make the fastq for each individual.

    I have tried several different things and none have worked. Here is one example:

    samtools-1.2 mpileup -ugf Ref.fasta Individual1.bam Individual2.bam Individual3.bam Individual4.bam Individual5.bam | bcftools-1.2 call -vmO z –S samples.txt -o Variants.vcf.gz

    bcftools-1.2 filter -e 'QUAL<30 | MIN(DP)<10' Variants.vcf.gz >Variants_Filter.vcf

    vcfutils-1.2.pl subsam Variants_Filter.vcf Individual1.bam > Individual1.vcf

    vcfutils-1.2.pl vcf2fq -d 2 Individual1.vcf > Individual1.fastq

    This gives:
    Code:
    @Individual1
    nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnAnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnMnnnn…..
    where the A is call of the alternate allele in this individual and the M is actually a well-supported call of the reference sequence at this site (not sure why it is given as an ambiguity). I guess I have lost the information about the non-variant sites along the way.

    Any suggestions for a better way to go about handling my low depth individuals?

    Beyond trying the multisample variant calling, I also tried to get positions in the consensus sequence with depth less than some minimum to be output as N, but the best I can do is get them output in lower case from vcfutils (presumably I would have to use regex to change them to N)

    I have thought about simply using the SNPs in BEAST (as opposed to the consensus sequence) but for effective population sizes, it seems like the relative numbers of variable and invariable sites might have some information?
    Last edited by Brian Bushnell; 08-07-2015, 08:43 PM. Reason: formatting

  • #2
    What kind of depth do you have? Mapping the reads to mito with very high sensitivity, keeping those that map, and assembling them with a normal assembler should work.

    Comment


    • #3
      Most are > 10x, but I have two at 5x and two at 2x. These lower depth individuals are from ancient DNA so I merged the reads and then mapped. I can do tests about the impact of missing data, but I want to make sure the positions that are called are as accurate as possible.

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Advanced Tools Transforming the Field of Cytogenomics
        by seqadmin


        At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...
        09-26-2023, 06:26 AM
      • seqadmin
        How RNA-Seq is Transforming Cancer Studies
        by seqadmin



        Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
        09-07-2023, 11:15 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Yesterday, 09:36 AM
      0 responses
      8 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 10-02-2023, 07:14 AM
      0 responses
      15 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 09-29-2023, 09:38 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 09-27-2023, 06:57 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Working...
      X