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.
SFS Estimation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==realSFS== | ==realSFS== | ||
This method will estimate the site frequency spectrum, the method is described in [[Nielsen2012]] | This method will estimate the site frequency spectrum, the method is described in [[Nielsen2012]]. | ||
This is a 2 step procedure first generate a ".sfs" file using -realSFS 1. And then do an optimization of the .sfs file which will estimate the Site frequency spectrum. | |||
<classdiagram> | |||
[sequence data]->GL[genotype likelihoods|SAMtools;GATK;SOAPsnp;Kim et.al] | |||
[genotype likelihoods|SAMtools;GATK;SOAPsnp;Kim et.al]->realSFS[.sfs file] | |||
[.sfs file]->optimize[.ml file] | |||
</classdiagram> | |||
;-realSFS 1: an sfs file will be generated. | ;-realSFS 1: an sfs file will be generated. | ||
Line 9: | Line 17: | ||
;-realSFS 4: genotypecalling (not implemented, int this angsd) | ;-realSFS 4: genotypecalling (not implemented, int this angsd) | ||
Revision as of 14:07, 10 October 2012
realSFS
This method will estimate the site frequency spectrum, the method is described in Nielsen2012.
This is a 2 step procedure first generate a ".sfs" file using -realSFS 1. And then do an optimization of the .sfs file which will estimate the Site frequency spectrum.
<classdiagram>
[sequence data]->GL[genotype likelihoods|SAMtools;GATK;SOAPsnp;Kim et.al]
[genotype likelihoods|SAMtools;GATK;SOAPsnp;Kim et.al]->realSFS[.sfs file] [.sfs file]->optimize[.ml file]
</classdiagram>
- -realSFS 1
- an sfs file will be generated.
- -realSFS 2
- snpcalling (not implemented, in this angsd)
- -realSFS 4
- genotypecalling (not implemented, int this angsd)