Tagged Questions
1
vote
1answer
274 views
Trim Illumina reads in a bam/sam file
I have found plenty of tools for trimming reads in a fastq format, but are there any available for trimming already aligned reads?
2
votes
1answer
440 views
Extract read position from bam file
I have a vcf file that contains several SNPs and now I want to see, whether these SNPs are evenly distributed over the reads of the bam file from which I got the SNPs. Specifically, I want to plot the ...
1
vote
1answer
357 views
Bio::DB::Sam - Get number of mappings for all reads in bam file
I want to calculate transcript expressions and therefore I need to get the number of mappings for all reads in the bam file. My current procedure is to go overall transcripts and get the reads that ...
0
votes
2answers
141 views
Add tag to bioperl DB::SAM/BAM
I have a bam file and use bioperl (Bio::DB::Sam) to work with it.
Now i wanted to ask if there is any possibility to add tags to alignments in this File?
i use
my $iterator = ...