More posts like this
-
Gene performance/coverage calculation methodology in .bam files using samtools
written by slzr_ •Hey guys! I am currently working on the analysis of NGS sequencing data and have some questions regarding the methodology for calculating base coverage using …
-
Coverage/depth of merged bam files
written by slzr_ •Hi, I am new to bioinformatics and I am currently working with NGS data on a panel with almost 50 genes and I am analyzing …
-
Post Alignment basic QC of RNA-Seq data
written by daewowo •I am trying to find a simple way to generate (post alignment) 1) coverage of reference, 2) depth of coverage - either average or running …
-
Using Samtools depth to get number of forward and reverse reads per base from a .bam file
written by jspainhour3 •I am trying to build a tab delimited table of count and read data from a deduplicated realigned bam file. I am looking at mitochondrial …
-
Formula for extracting per base read depth/per base genome coverage from a SAM file?
written by Diploid Progenitor •Hello, Is anyone aware of a way to extract per base read depth/per base genome coverage directly from a SAM file without making use of …
-
How to calculate average depth for each Amplicon in targeted amplicon sequencing?
written by bioinfo89 •Hello, I am working with targeted amplicon sequencing data for 200 samples! I want to calculate the average depth per amplicon? I tried bedtools coverage, …
-
Median coverage from BAM file
written by firestarAny tool that can do median per base coverage over pre-defined windows from a BAM file? I could make the actual per base coverage using …
-
Depth of Coverage - Calculated Per Probe / Bed Region
written by jnowackiI'm trying to find out the average depth of coverage per target region in a bed file. I can easily use bedtools `-depth` to find …
-
Variant calling - display nucleotides with 0 coverage
written by yarmda •I am calling variants compared to a given genome. I'm finding that using samtools mpileup or bcftools mpileup, I only get reports after there is …
-
calculation of coverage for a given region
written by tonja.rI have a region and I want to calculate a coverage per base for each position of this region. I tried `samtools depth` and `samtools …
yes but the option -b is missing a file if you want to compute all bases overlapping a bed file.
https://www.htslib.org/doc/samtools-depth.html
thank you for answering!
even though this parameter shows base-by-base depth from samtools depth, can I say it also reflects coverage across the gene? Since depth per base shows which regions are well or poorly covered, is it correct to make that inference?
you use the term coverage and depth as if they are different things but (to my knowledge) they mean the same thing
coverage refers to the percentage of the genome (or target region) that is sequenced at least once, while depth indicates the number of times a particular base is sequenced.