Dear all,
i'm working with paired end rnaseq data. i wanted to generate a pileup with samtools mpileup but noticed that only the mapping reads get counted, and not the unmapped part between two mates, like so:
______READ1--------READ2________ <- mapping
______1 1 1 1 0 0 0 1 1 1 1________ <- pileup
is generating pileups using the whole fragment (read + mate + part in between them) frowned upon for some reason? would it be correct to do it? if yes are there any tools?
alternatively, is there a tool to merge mates and generate the complete fragment in a sam file?
Thank you!
i'm working with paired end rnaseq data. i wanted to generate a pileup with samtools mpileup but noticed that only the mapping reads get counted, and not the unmapped part between two mates, like so:
______READ1--------READ2________ <- mapping
______1 1 1 1 0 0 0 1 1 1 1________ <- pileup
is generating pileups using the whole fragment (read + mate + part in between them) frowned upon for some reason? would it be correct to do it? if yes are there any tools?
alternatively, is there a tool to merge mates and generate the complete fragment in a sam file?
Thank you!
Comment