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.

NGSadmix: Difference between revisions

From angsd
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
NGSadmix has it's very own webpage.
To estimate admixture proportions from sequencing data then you can use NGSadmix [[File:admixtureNGS.png|thumb]]
NGSadmix has it's very own webpage, because we like it so much.
[http://www.popgen.dk/software/index.php/NgsAdmix NGSadmix webpage]


[[wwww.popgen.dk/software/index.php/NgsAdmix]]
===Quick run===
You can generate input files for NGSadmix easily in ANGSD see [[Beagle_input]].
<pre>
./angsd -GL 1 -out genolike -nThreads 10 -doGlf 2 -doMajorMinor 1 -SNP_pval 1e-6 -doMaf 1  -bam bam.filelist
</pre>
 
and then run NGSadmix (found in the mics folder in the angsd folder)
 
<pre>
NGSadmix -likes input.gz -K 3 -P 4 -o myoutfiles -minMaf 0.05
</pre>

Latest revision as of 16:44, 7 February 2018

To estimate admixture proportions from sequencing data then you can use NGSadmix

Error creating thumbnail: File missing

NGSadmix has it's very own webpage, because we like it so much. NGSadmix webpage

Quick run

You can generate input files for NGSadmix easily in ANGSD see Beagle_input.

./angsd -GL 1 -out genolike -nThreads 10 -doGlf 2 -doMajorMinor 1 -SNP_pval 1e-6 -doMaf 1  -bam bam.filelist

and then run NGSadmix (found in the mics folder in the angsd folder)

NGSadmix -likes input.gz -K 3 -P 4 -o myoutfiles -minMaf 0.05