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.

ThetaStat

From angsd
Revision as of 10:10, 19 June 2014 by Thorfinn (talk | contribs) (Created page with "Small program to do window statistics. Here is what the program is supposed to do. <pre> 1) define a positionstart pS, as from the first position(on the genome) with data. 2...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Small program to do window statistics.

Here is what the program is supposed to do.

1) define a positionstart pS, as from the first position(on the genome) with data.
2) find a positionstep pE, which is pS+winsize. If pE is after the last position(on the genome) with data exit.
3) calculate statistics using the region that is spanned by pS and pE.
4) increment pS with stepsize, goto step 2).