ANGSD: Analysis of next generation Sequencing Data
Latest tar.gz version is (0.938/0.939 on github), see Change_log for changes, and download it here.
Depth: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Depth -doDepth 1 -doCount 1 Prints the frequencies of depths for each individual to .depth file. Options - maxDepth [int] Defaults to 100. Sites with more than maxDepth ...") |
No edit summary |
||
Line 1: | Line 1: | ||
Depth | =Depth= | ||
This method will find depth distribution for every sample and for all samples jointly. | |||
-doDepth 1 -doCount 1 | ;-doDepth 1 | ||
which requires -doCount 1. | |||
==Options== | |||
;- maxDepth [int] | |||
Defaults to 100. | |||
Sites with more than maxDepth reads are counted as having 100 reads. | |||
==Example== | |||
Find the depth for chromsome 7 for the first 5 samples in smallBam.filelist | |||
<pre> | |||
angsd -bam smallBam.filelist -doDepth 1 -out CAN_DEL_ME -doCounts 1 -r 7: -nInd 5 | |||
</pre> | |||
==Output== | |||
Prints the frequencies of depths for each individual to .depth file. | Prints the frequencies of depths for each individual to .depth file. | ||
Line 7: | Line 24: | ||
Options | Options | ||
Output | Output | ||
The outputfile .depth has one line per individual, with maxDepth entries. | The outputfile .depth has one line per individual, with maxDepth entries. |
Revision as of 23:12, 11 October 2012
Depth
This method will find depth distribution for every sample and for all samples jointly.
- -doDepth 1
which requires -doCount 1.
Options
- - maxDepth [int]
Defaults to 100. Sites with more than maxDepth reads are counted as having 100 reads.
Example
Find the depth for chromsome 7 for the first 5 samples in smallBam.filelist
angsd -bam smallBam.filelist -doDepth 1 -out CAN_DEL_ME -doCounts 1 -r 7: -nInd 5
Output
Prints the frequencies of depths for each individual to .depth file.
Options
Output
The outputfile .depth has one line per individual, with maxDepth entries.