Pindel And Multiple Insert Size Libraries Per Bam File
2
1
Entering edit mode
10.2 years ago

When running Pindel, the expected insert size is specified for each bam file in the config file.

What should be done when there are 3 libraries with 3 different insert sizes in one bam file.

Is there a way to indicate there is 3 libraries and their insert-sizes? Are varying insert size libraries in a bam file handled with pindel?

pindel • 3.6k views
ADD COMMENT
4
Entering edit mode
10.2 years ago
liangkaiye ▴ 250

for earlier versions of Pindel, multiple bam files for one sample is allowed but recently one bam per sample. if multiple insert sizes are there in one bam file, maximum insert size is recommended. for most paired-end read data, this works fine but if insert size varies from 450 to 2000 as in the example, this strategy is not optimal (decreased sensitivity) for reads with much shorter insert sizes.

please report to kye@genome.wustl.edu if you observe any missing variants or errors during running Pindel. we would like to further improve it.

ADD COMMENT
2
Entering edit mode
10.2 years ago

It can't be done if all the libraries are in the same bam file. But you can split the bam file by library and then mention about each library in config file.

Format (one line for each bam file representing single library):

Location of BAM file Insert size Sample name

For example:

ABC.bam 450 Sample_M

XYZ.bam 900 Sample_M

KLM.bam 2000 Sample_M

ADD COMMENT

Login before adding your answer.

Traffic: 2998 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