<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.popgen.dk/software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kehanghoej</id>
	<title>software - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.popgen.dk/software/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kehanghoej"/>
	<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php/Special:Contributions/Kehanghoej"/>
	<updated>2026-05-01T20:46:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=407</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=407"/>
		<updated>2014-10-17T09:32:31Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmixPCA, which is a very fast tool for finding admixture proportions from NGS data of a single individual to incorporate into OCA of NGS data. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://popgen.dk/albrecht/kristian/tool_download.zip&lt;br /&gt;
unzip tool_download.zip&lt;br /&gt;
OR simply use SHINY:&lt;br /&gt;
http://popgen.dk:443/kristian/admixpca_human/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
tool.zip contains all files needed to execute FASTNGSAdmixPCA. The sample is from the HAPMAP project. In need of more samples, one can find a couple more samples in http://popgen.dk/albrecht/kristian/&lt;br /&gt;
The Rscript below executes the tool. all output is directed to a output_folder that is created in the process. To see the preset: Rscript FastNGSAdmixPCA.r &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
All arguments can be altered. To alter the reference populations, one need to write comma separated populations to the refpops argument as shown below&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz refpops=YRI,JPT,CHB,CEU&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To get an overview of available reference populations, one can make a dry run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=TRUE dryrun=TRUE&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
The example below show how to make a beagle file of genotype likelihood using ANGSD.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ ./angsd0.594/angsd -i 'pathtoindi.bam' -GL 2 -sites 'SNP.sites' -doGlf 2 -doMajorMinor 3 -minMapQ 30 -minQ 20 -doDepth 1 -doCounts 1 -out indi_genotypelikelihood&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=406</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=406"/>
		<updated>2014-10-15T18:33:46Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmixPCA, which is a very fast tool for finding admixture proportions from NGS data of a single individual to incorporate into OCA of NGS data. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://popgen.dk/albrecht/kristian/tool_download.zip&lt;br /&gt;
unzip tool_download.zip&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: http://popgen.dk:443/kristian/admixpca_human/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
tool.zip contains all files needed to execute FASTNGSAdmixPCA. The sample is from the HAPMAP project. In need of more samples, one can find a couple more samples in http://popgen.dk/albrecht/kristian/&lt;br /&gt;
The Rscript below executes the tool. all output is directed to a output_folder that is created in the process. To see the preset: Rscript FastNGSAdmixPCA.r &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
All arguments can be altered. To alter the reference populations, one need to write comma separated populations to the refpops argument as shown below&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz refpops=YRI,JPT,CHB,CEU&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To get an overview of available reference populations, one can make a dry run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=TRUE dryrun=TRUE&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
The example below show how to make a beagle file of genotype likelihood using ANGSD.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ ./angsd0.594/angsd -i 'pathtoindi.bam' -GL 2 -sites 'SNP.sites' -doGlf 2 -doMajorMinor 3 -minMapQ 30 -minQ 20 -doDepth 1 -doCounts 1 -out indi_genotypelikelihood&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=405</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=405"/>
		<updated>2014-10-15T18:33:18Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmixPCA, which is a very fast tool for finding admixture proportions from NGS data of a single individual to incorporate into OCA of NGS data. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://popgen.dk/albrecht/kristian/tool_download.zip&lt;br /&gt;
unzip tool_download.zip&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: http://popgen.dk:443/kristian/admixpca_human/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
tool.zip contains all files needed to execute FASTNGSAdmixPCA. The sample is from the HAPMAP project. In need of more samples, one can find a couple more samples in http://popgen.dk/albrecht/kristian/&lt;br /&gt;
The Rscript below executes the tool. all output is directed to a output_folder that is created in the process. To see the preset: Rscript FastNGSAdmixPCA.r &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
All arguments can be altered. To alter the reference populations, one need to write comma separated populations to the refpops argument as shown below&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz refpops=YRI,JPT,CHB,CEU&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To get an overview of all reference populations, one can make a dry run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=TRUE dryrun=TRUE&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
The example below show how to make a beagle file of genotype likelihood using ANGSD.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ ./angsd0.594/angsd -i 'pathtoindi.bam' -GL 2 -sites 'SNP.sites' -doGlf 2 -doMajorMinor 3 -minMapQ 30 -minQ 20 -doDepth 1 -doCounts 1 -out indi_genotypelikelihood&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=404</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=404"/>
		<updated>2014-10-15T18:32:37Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmixPCA, which is a very fast tool for finding admixture proportions from NGS data of a single individual to incorporate into OCA of NGS data. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://popgen.dk/albrecht/kristian/tool_download.zip&lt;br /&gt;
unzip tool_download.zip&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: http://popgen.dk:443/kristian/admixpca_human/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
tool.zip contains all files needed to execute FASTNGSAdmixPCA. The sample is from the HAPMAP project. In need of more samples, one can find a couple more samples in http://popgen.dk/albrecht/kristian/&lt;br /&gt;
The Rscript below executes the tool. all output is directed to a output_folder that is created in the process. To see the preset: Rscript FastNGSAdmixPCA.r &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
All arguments can be altered. To alter the reference populations, one need to write comma separated populations to the refpops argument as shown below&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz refpops=YRI,JPT,CHB,CEU&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To get an overview of all reference populations, one can make a dry run&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=TRUE dryrun=TRUE&lt;br /&gt;
&amp;lt;\pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
The example below show how to make a beagle file of genotype likelihood using ANGSD.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ ./angsd0.594/angsd -i 'pathtoindi.bam' -GL 2 -sites 'SNP.sites' -doGlf 2 -doMajorMinor 3 -minMapQ 30 -minQ 20 -doDepth 1 -doCounts 1 -out indi_genotypelikelihood&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=403</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=403"/>
		<updated>2014-10-15T18:21:51Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmixPCA, which is a very fast tool for finding admixture proportions from NGS data of a single individual to incorporate into OCA of NGS data. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://popgen.dk/albrecht/kristian/tool_download.zip&lt;br /&gt;
unzip tool_download.zip&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: http://popgen.dk:443/kristian/admixpca_human/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
tool.zip contains all files needed to execute FASTNGSAdmixPCA. The sample is from the HAPMAP project. In need of more samples, one can find a couple more samples in http://popgen.dk/albrecht/kristian/&lt;br /&gt;
The Rscript below executes the tool. all output is directed to a output_folder that is created in the process. To see the preset: Rscript FastNGSAdmixPCA.r &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
All arguments can be altered. To alter the reference populations, one need to write comma separated populations to the refpops argument as shown below&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz refpops=YRI,JPT,CHB,CEU&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
make a dry run version to get ref pop names only. something false true&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
The example below show how to make a beagle file of genotype likelihood using ANGSD.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ ./angsd0.594/angsd -i 'pathtoindi.bam' -GL 2 -sites 'SNP.sites' -doGlf 2 -doMajorMinor 3 -minMapQ 30 -minQ 20 -doDepth 1 -doCounts 1 -out indi_genotypelikelihood&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=402</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=402"/>
		<updated>2014-10-15T18:20:23Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmixPCA, which is a very fast tool for finding admixture proportions from NGS data of a single individual to incorporate into OCA of NGS data. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://popgen.dk/albrecht/kristian/tool.zip&lt;br /&gt;
unzip tool.zip&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: http://popgen.dk:443/kristian/admixpca_human/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
tool.zip contains all files needed to execute FASTNGSAdmixPCA. The sample is from the HAPMAP project. In need of more samples, one can find a couple more samples in http://popgen.dk/albrecht/kristian/&lt;br /&gt;
The Rscript below executes the tool. all output is directed to a output_folder that is created in the process. To see the preset: Rscript FastNGSAdmixPCA.r &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
All arguments can be altered. To alter the reference populations, one need to write comma separated populations to the refpops argument as shown below&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz refpops=YRI,JPT,CHB,CEU&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
make a dry run version to get ref pop names only. something false true&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
The example below show how to make a beagle file of genotype likelihood using ANGSD.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ ./angsd0.594/angsd -i 'pathtoindi.bam' -GL 2 -sites 'SNP.sites' -doGlf 2 -doMajorMinor 3 -minMapQ 30 -minQ 20 -doDepth 1 -doCounts 1 -out indi_genotypelikelihood&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=401</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=401"/>
		<updated>2014-10-15T13:30:40Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmixPCA, which is a very fast tool for finding admixture proportions from NGS data of a single individual to incorporate into OCA of NGS data. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://popgen.dk/albrecht/kristian/Fast_NGS_PCA_refdata/tool.zip&lt;br /&gt;
unzip tool.zip&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: http://popgen.dk:443/kristian/admixpca_human/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
tool.zip contains all files needed to execute FASTNGSAdmixPCA. The sample is from the HAPMAP project. In need of more samples, one can find a couple more samples in http://popgen.dk/albrecht/kristian/&lt;br /&gt;
The Rscript below executes the tool. all output is directed to a output_folder that is created in the process. To see the preset: Rscript FastNGSAdmixPCA.r &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
All arguments can be altered. To alter the reference populations one need to write comma separated populations to argument ref pops as shown below&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz refpops=YRI,JPT,CHB,CEU&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
make a dry run version to get ref pop names only. something false true&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
The example below show how to make a beagle file of genotype likelihood using ANGSD.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ ./angsd0.594/angsd -i 'pathtoindi.bam' -GL 2 -sites 'SNP.sites' -doGlf 2 -doMajorMinor 3 -minMapQ 30 -minQ 20 -doDepth 1 -doCounts 1 -out indi_genotypelikelihood&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=400</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=400"/>
		<updated>2014-10-15T13:30:09Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmixPCA, which is a very fast tool for finding admixture proportions from NGS data of a single individual to incorporate into OCA of NGS data. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://popgen.dk/albrecht/kristian/Fast_NGS_PCA_refdata/tool.zip&lt;br /&gt;
unzip tool.zip&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: http://popgen.dk:443/kristian/admixpca_human/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
tool.zip contains all files needed to execute FASTNGSAdmixPCA. The sample is from the HAPMAP project. In need of more samples, one can find a couple more samples in http://popgen.dk/albrecht/kristian/&lt;br /&gt;
The Rscript below executes the tool. all output is directed to a output_folder that is created in the process. To see the preset: Rscript FastNGSAdmixPCA.r &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
All arguments can be altered. To alter the reference populations one need to write comma separated populations to argument ref pops as shown below&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz refpops=YRI,JPT,CHB,CEU&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
The example below show how to make a beagle file of genotype likelihood using ANGSD.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ ./angsd0.594/angsd -i 'pathtoindi.bam' -GL 2 -sites 'SNP.sites' -doGlf 2 -doMajorMinor 3 -minMapQ 30 -minQ 20 -doDepth 1 -doCounts 1 -out indi_genotypelikelihood&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=399</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=399"/>
		<updated>2014-10-15T13:27:30Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmixPCA, which is a very fast tool for finding admixture proportions from NGS data of a single individual to incorporate into OCA of NGS data. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://popgen.dk/albrecht/kristian/Fast_NGS_PCA_refdata/tool.zip&lt;br /&gt;
unzip tool.zip&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: http://popgen.dk:443/kristian/admixpca_human/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
tool.zip contains all files needed to execute FASTNGSAdmixPCA. The sample is from the HAPMAP project. In need of more samples, one can find a couple more samples in http://popgen.dk/albrecht/kristian/&lt;br /&gt;
The Rscript below executes the tool. all output is directed to a output_folder that is created in the process. To see the preset: Rscript FastNGSAdmixPCA.r &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
All arguments can be altered. To alter the reference populations one need to write comma separated populations to argument ref pops as shown below&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
YRI,JPT,CHB,CEU&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
The example below show how to make a beagle file of genotype likelihood using ANGSD.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ ./angsd0.594/angsd -i 'pathtoindi.bam' -GL 2 -sites 'SNP.sites' -doGlf 2 -doMajorMinor 3 -minMapQ 30 -minQ 20 -doDepth 1 -doCounts 1 -out indi_genotypelikelihood&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=398</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=398"/>
		<updated>2014-10-15T13:27:08Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmixPCA, which is a very fast tool for finding admixture proportions from NGS data of a single individual to incorporate into OCA of NGS data. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://popgen.dk/albrecht/kristian/Fast_NGS_PCA_refdata/tool.zip&lt;br /&gt;
unzip tool.zip&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: http://popgen.dk:443/kristian/admixpca_human/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
tool.zip contains all files to execute FASTNGSAdmixPCA. The sample is from the HAPMAP project. In need of more samples, one can find a couple more samples in http://popgen.dk/albrecht/kristian/&lt;br /&gt;
The Rscript below executes the tool. all output is directed to a output_folder that is created in the process. To see the preset: Rscript FastNGSAdmixPCA.r &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
All arguments can be altered. To alter the reference populations one need to write comma separated populations to argument ref pops as shown below&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
YRI,JPT,CHB,CEU&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
The example below show how to make a beagle file of genotype likelihood using ANGSD.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ ./angsd0.594/angsd -i 'pathtoindi.bam' -GL 2 -sites 'SNP.sites' -doGlf 2 -doMajorMinor 3 -minMapQ 30 -minQ 20 -doDepth 1 -doCounts 1 -out indi_genotypelikelihood&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=397</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=397"/>
		<updated>2014-10-15T13:26:19Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://popgen.dk/albrecht/kristian/Fast_NGS_PCA_refdata/tool.zip&lt;br /&gt;
unzip tool.zip&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: http://popgen.dk:443/kristian/admixpca_human/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
tool.zip contains all files to execute FASTNGSAdmixPCA. The sample is from the HAPMAP project. In need of more samples, one can find a couple more samples in http://popgen.dk/albrecht/kristian/&lt;br /&gt;
The Rscript below executes the tool. all output is directed to a output_folder that is created in the process. To see the preset: Rscript FastNGSAdmixPCA.r &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Rscript FastNGSAdmixPCA.r infile=NA12763.mapped.ILLUMINA.bwa.CEU.low_coverage.20130502.bam.beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
All arguments can be altered. To alter the reference populations one need to write comma separated populations to argument ref pops as shown below&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
YRI,JPT,CHB,CEU&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
The example below show how to make a beagle file of genotype likelihood using ANGSD.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ ./angsd0.594/angsd -i 'pathtoindi.bam' -GL 2 -sites 'SNP.sites' -doGlf 2 -doMajorMinor 3 -minMapQ 30 -minQ 20 -doDepth 1 -doCounts 1 -out indi_genotypelikelihood&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=396</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=396"/>
		<updated>2014-10-15T13:18:33Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://popgen.dk/albrecht/kristian/Fast_NGS_PCA_refdata/tool.zip&lt;br /&gt;
unzip tool.zip&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: http://popgen.dk:443/kristian/admixpca_human/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
tool.zip contains all files to execute FASTNGSAdmixPCA. The sample is from the HAPMAP project. In need of more samples, one can find a couple more samples in http://popgen.dk/albrecht/kristian/&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??????/popfreq.RData&lt;br /&gt;
wget popgen.dk/??????/beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
tralalala&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
YRI, CEU, Sardinian, WestGreenland, CHB, JPT, Sindhi, Papuan, Chukchi, Karitiana&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Preset reference populations can be altered. To alter the reference populations one need to write comma separated populations to argument refpops.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ Rscript NGS_Admix_rscript.r beagle_GL='indi_genotypelikelihood.beagle'  popfreq_RDATA='pop_freq_all.RData' outputfile='test'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
The example below show how to make a beagle file of genotype likelihood using ANGSD.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ ./angsd0.594/angsd -i 'pathtoindi.bam' -GL 2 -sites 'SNP_sites.txt' -doGlf 2 -doMajorMinor 3 -minMapQ 30 -minQ 20 -doDepth 1 -doCounts 1 -out indi_genotypelikelihood&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=393</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=393"/>
		<updated>2014-09-21T20:44:05Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: popgen.dk/???&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
First download some example test files which has been generated on basis of data from the 1000 genomes project.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??????/popfreq.RData&lt;br /&gt;
wget popgen.dk/??????/beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
tralalala&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
YRI, CEU, Sardinian, WestGreenland, CHB, JPT, Sindhi, Papuan, Chukchi, Karitiana&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Preset reference populations can be altered. To alter the reference populations one need to write comma separated populations to argument refpops.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ Rscript NGS_Admix_rscript.r beagle_GL='indi_genotypelikelihood.beagle'  popfreq_RDATA='pop_freq_all.RData' outputfile='test'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
The example below show how to make a beagle file of genotype likelihood using ANGSD.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ ./angsd0.594/angsd -i 'pathtoindi.bam' -GL 2 -sites 'SNP_sites.txt' -doGlf 2 -doMajorMinor 3 -minMapQ 30 -minQ 20 -doDepth 1 -doCounts 1 -out indi_genotypelikelihood&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=392</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=392"/>
		<updated>2014-09-21T20:41:44Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: popgen.dk/???&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
First download some example test files which has been generated on basis of data from the 1000 genomes project.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??????/popfreq.RData&lt;br /&gt;
wget popgen.dk/??????/beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
tralalala&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
YRI, CEU, Sardinian, WestGreenland, CHB, JPT, Sindhi, Papuan, Chukchi, Karitiana&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Preset reference populations can be altered. To alter the reference populations one need to write comma separated populations to argument refpops.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ Rscript NGS_Admix_rscript.r beagle_GL='indi_genotypelikelihood.beagle'  popfreq_RDATA='pop_freq_all.RData' outputfile='test'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
The example below show how to make a beagle file of genotype likelihood using ANGSD.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ /home/software/angsd/angsd0.594/angsd -i 'pathtoindi.bam' -GL 2 -sites 'SNP_sites.txt' -doGlf 2 -doMajorMinor 3 -minMapQ 30 -minQ 20 -doDepth 1 -doCounts 1 -out indi_genotypelikelihood&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=391</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=391"/>
		<updated>2014-09-21T20:15:32Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: popgen.dk/???&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
First download some example test files which has been generated on basis of data from the 1000 genomes project.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??????/popfreq.RData&lt;br /&gt;
wget popgen.dk/??????/beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
tralalala&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
YRI, CEU, Sardinian, WestGreenland, CHB, JPT, Sindhi, Papuan, Chukchi, Karitiana&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Preset reference populations can be altered. To alter the reference populations one need to write comma separated populations to argument refpops.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ Rscript NGS_Admix_rscript.r beagle_GL='indi_genotypelikelihood.beagle'  popfreq_RDATA='pop_freq_all.RData' outputfile='test'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=390</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=390"/>
		<updated>2014-09-21T20:13:34Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: popgen.dk/???&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
First download some example test files which has been generated on basis of data from the 1000 genomes project.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??????/popfreq.RData&lt;br /&gt;
wget popgen.dk/??????/beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
tralalala&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
YRI, CEU, Sardinian, WestGreenland, CHB, JPT, Sindhi, Papuan, Chukchi, Karitiana&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Preset reference populations can be altered.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ Rscript NGS_Admix_rscript.r beagle_GL='indi_genotypelikelihood.beagle'  popfreq_RDATA='pop_freq_all.RData' outputfile='test'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=389</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=389"/>
		<updated>2014-09-21T20:13:05Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: popgen.dk/???&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
First download some example test files which has been generated on basis of data from the 1000 genomes project.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??????/popfreq.RData&lt;br /&gt;
wget popgen.dk/??????/beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
tralalala&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
YRI, CEU, Sardinian, WestGreenland, CHB, JPT, Sindhi, Papuan, Chukchi, Karitiana&lt;br /&gt;
&amp;lt;\pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Preset reference populations can be altered.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ Rscript NGS_Admix_rscript.r beagle_GL='indi_genotypelikelihood.beagle'  popfreq_RDATA='pop_freq_all.RData' outputfile='test'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=388</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=388"/>
		<updated>2014-09-21T20:12:41Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: popgen.dk/???&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
First download some example test files which has been generated on basis of data from the 1000 genomes project.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??????/popfreq.RData&lt;br /&gt;
wget popgen.dk/??????/beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
YRI, CEU, Sardinian, WestGreenland, CHB, JPT, Sindhi, Papuan, Chukchi, Karitiana&lt;br /&gt;
&amp;lt;\pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Preset reference populations can be altered.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ Rscript NGS_Admix_rscript.r beagle_GL='indi_genotypelikelihood.beagle'  popfreq_RDATA='pop_freq_all.RData' outputfile='test'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=387</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=387"/>
		<updated>2014-09-21T20:11:32Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: popgen.dk/???&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
First download some example test files which has been generated on basis of data from the 1000 genomes project.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??????/popfreq.RData&lt;br /&gt;
wget popgen.dk/??????/beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
refpops = c('YRI','CEU','Sardinian','WestGreenland','CHB','JPT',&lt;br /&gt;
  'Sindhi','Papuan','Chukchi','Karitiana')&lt;br /&gt;
&amp;lt;\pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Preset reference populations can be altered.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ Rscript NGS_Admix_rscript.r beagle_GL='indi_genotypelikelihood.beagle'  popfreq_RDATA='pop_freq_all.RData' outputfile='test'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=386</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=386"/>
		<updated>2014-09-21T20:11:15Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: popgen.dk/???&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
First download some example test files which has been generated on basis of data from the 1000 genomes project.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??????/popfreq.RData&lt;br /&gt;
wget popgen.dk/??????/beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
refpops = c('YRI','CEU','Sardinian','WestGreenland','CHB','JPT',&lt;br /&gt;
  'Sindhi','Papuan','Chukchi','Karitiana')&lt;br /&gt;
&amp;lt;\pre&amp;gt;&lt;br /&gt;
Preset reference populations can be altered.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ Rscript NGS_Admix_rscript.r beagle_GL='indi_genotypelikelihood.beagle'  popfreq_RDATA='pop_freq_all.RData' outputfile='test'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=385</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=385"/>
		<updated>2014-09-21T19:59:48Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: popgen.dk/???&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
First download some example test files which has been generated on basis of data from the 1000 genomes project.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??????/popfreq.RData&lt;br /&gt;
wget popgen.dk/??????/beagle.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ Rscript NGS_Admix_rscript.r beagle_GL='indi_genotypelikelihood.beagle'  popfreq_RDATA='pop_freq_all.RData' outputfile='test'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=384</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=384"/>
		<updated>2014-09-21T19:59:13Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: popgen.dk/???&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
First download some example test files which has been generated on basis of data from the 1000 genomes project.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??????/popfreq.RData&lt;br /&gt;
wget popgen.dk/??????&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ Rscript NGS_Admix_rscript.r beagle_GL='indi_genotypelikelihood.beagle'  popfreq_RDATA='pop_freq_all.RData' outputfile='test'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;br /&gt;
Input files are contains genotype likelihoods in genotype likelihood beagle input file format [http://faculty.washington.edu/browning/beagle/beagle.html]. We recommend [ANGSD] for easy transformation of Next-generation sequencing data to beagle format.&lt;br /&gt;
&lt;br /&gt;
Example of a beagle genotype likelihood input file for 3 individuals. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
marker       allele1  allele2   Ind0      Ind0    Ind0&lt;br /&gt;
1_14000023      1       0       0.941    0.058    0.000&lt;br /&gt;
1_14000072      2       3       0.709    0.177    0.112&lt;br /&gt;
1_14000113      0       2       0.855    0.106    0.037&lt;br /&gt;
1_14000202      2       0       0.835    0.104    0.060&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=383</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=383"/>
		<updated>2014-09-21T19:18:31Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: popgen.dk/???&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
First download some example test files which has been generated on basis of data from the 1000 genomes project.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??????/popfreq.RData&lt;br /&gt;
wget popgen.dk/??????&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ Rscript NGS_Admix_rscript.r beagle_GL='indi_genotypelikelihood.beagle'  popfreq_RDATA='pop_freq_all.RData' outputfile='test'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=382</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=382"/>
		<updated>2014-09-21T19:18:06Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: popgen.dk/???&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
First download some example test files which has been generated on basis of data from the 1000 genomes project.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??????/popfreq.RData&lt;br /&gt;
wget popgen.dk/??????&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ Rscript NGS_Admix_rscript.r beagle_GL='indi_genotypelikelihood.beagle' \n popfreq_RDATA='pop_freq_all.RData' outputfile='test'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=381</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=381"/>
		<updated>2014-09-21T19:17:49Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: popgen.dk/???&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
First download some example test files which has been generated on basis of data from the 1000 genomes project.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??????/popfreq.RData&lt;br /&gt;
wget popgen.dk/??????&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
HOME$ Rscript NGS_Admix_rscript.r beagle_GL='indi_genotypelikelihood.beagle' popfreq_RDATA='pop_freq_all.RData' outputfile='test'&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=380</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=380"/>
		<updated>2014-09-21T19:11:31Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget popgen.dk/??&lt;br /&gt;
OR&lt;br /&gt;
Use shiny: popgen.dk/???&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=379</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=379"/>
		<updated>2014-09-21T18:59:58Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
adfadsfasdfasdfasdfdasfasdfdasfasd&lt;br /&gt;
fasdfadsfadsf&lt;br /&gt;
adsfasdfasdf&lt;br /&gt;
dasfasdfasd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Run example=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Input Files=&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=378</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=378"/>
		<updated>2014-09-21T18:58:24Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
adfadsfasdfasdfasdfdasfasdfdasfasd&lt;br /&gt;
fasdfadsfadsf&lt;br /&gt;
adsfasdfasdf&lt;br /&gt;
dasfasdfasd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Run_example=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Input_Files=&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=377</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=377"/>
		<updated>2014-09-21T18:57:51Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
adfadsfasdfasdfasdfdasfasdfdasfasd&lt;br /&gt;
fasdfadsfadsf&lt;br /&gt;
adsfasdfasdf&lt;br /&gt;
dasfasdfasd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Run_example=&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=376</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=376"/>
		<updated>2014-09-21T18:57:22Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
adfadsfasdfasdfasdfdasfasdfdasfasd&lt;br /&gt;
fasdfadsfadsf&lt;br /&gt;
adsfasdfasdf&lt;br /&gt;
dasfasdfasd&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=375</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=375"/>
		<updated>2014-09-21T18:56:16Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=download=&lt;br /&gt;
=Installation=&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=374</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=374"/>
		<updated>2014-09-21T18:48:55Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=373</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=373"/>
		<updated>2014-09-21T18:46:29Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called FastNGSadmix, which is a very fast tool for finding admixture proportions from NGS data of a single individual. It is based on genotype likelihoods. The program is written in R.&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
	<entry>
		<id>https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=372</id>
		<title>FastNgsAdmixOld</title>
		<link rel="alternate" type="text/html" href="https://www.popgen.dk/software/index.php?title=FastNgsAdmixOld&amp;diff=372"/>
		<updated>2014-09-21T18:45:04Z</updated>

		<summary type="html">&lt;p&gt;Kehanghoej: Created page with &amp;quot;This page contains information about the program called NGSadmix, which is a very nice tool for finding admixture proportions from NGS data. It is based on genotype likelihood...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains information about the program called NGSadmix, which is a very nice tool for finding admixture proportions from NGS data. It is based on genotype likelihoods. It is a fancy multithreaded c/c++ program. We really like it.&lt;/div&gt;</summary>
		<author><name>Kehanghoej</name></author>
	</entry>
</feed>