Getting pileup information from Sam files
1
0
Entering edit mode
9.7 years ago

I'm working on a project where I'm aligning fastq files that contain sequence information about a series of small ORfs (usually ~2 kb in size). These were all contained in bacterial entry vectors (i.e., plasmids).

I'm using bowtie2 to align these sequences, but would like to determine the pileups somehow.

Currently, I've tried using mpileup with samtools. However, since samtools works with diploid genomes, my questions are:

  1. Would using samtools mpileup to determine pileup information be incorrect for a haploid organism? (Note that I'm not doing variant calling; I use SNVer to do variant calls).
  2. If so, is there another program I can use to get pileup info for haploid organisms? Alternatively, is there anything I can do in samtools to specify ploidy? It doesn't seem to be an option right now.

Thanks!

Anjali

sequencing alignment gene next-gen • 2.2k views
ADD COMMENT
2
Entering edit mode
9.7 years ago

The pileup itself will be the same regardless of the organism's ploidy. So as long as you're not depending on samtools to call the variants then you shouldn't have any issues.

ADD COMMENT

Login before adding your answer.

Traffic: 2512 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6