-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
213ceff
commit 762d30c
Showing
46 changed files
with
3,391 additions
and
6,509 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ADMIXTOOLS version 5.1 9/18/18 (for Linux and Mac) | ||
ADMIXTOOLS version 6.0 1/10/20 (for Linux and Mac) | ||
|
||
See README.INSTALL for installation info. | ||
|
||
|
@@ -44,6 +44,21 @@ beyond our scope. | |
Nick Patterson | ||
<[email protected]> | ||
|
||
*** NEW *** | ||
Lightweight onlline documentation added, thanks to Eric Deveaud | ||
<executable> or <executable> -h to get brief documentation or | ||
|
||
*** NEW *** | ||
Alter number of chromosomes: | ||
numchrom: <zzz> | ||
zzz should be the autosome number (default 22 -- the number for humans) | ||
|
||
Custom block numbers (for jackknife) | ||
blockname: <bbb> | ||
bbb should contain a list of snps 1 / line followed by a block number (integer) | ||
block number should be at least 1. -1 -> snp ignored. If this option is used | ||
snps not in list will be ignored. | ||
|
||
---------------------------- | ||
SOFTWARE COPYRIGHT NOTICE AGREEMENT | ||
This software and its documentation are copyright (2010) by Harvard University | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
DOCUMENTATION OF qp4diff: | ||
|
||
It is often useful to directly test the difference of 2 f4 statistics. | ||
If we merely run qpDstat and difference 2 results, we cannot correctly compute standard errors. | ||
|
||
qp4diff requires that the input data is available in one of the 5 supported formats. | ||
|
||
|
||
Executable and source code: | ||
------------------------------------------------------------------------------ | ||
|
||
For information about installing the program, see README.ADMIXTOOLS. After installing the programs, the executable qp4diff) should be located in the bin directory. | ||
|
||
To run qp4diff, type the following on a linux machine. | ||
$DIR/bin/qp4diff -p parfile >logfile | ||
|
||
$DIR: Path to the bin directory. | ||
logfile: Name of the logfile. The logfile contains the output of the run. | ||
parfile: Name of parameter file | ||
|
||
DESCRIPTION OF EACH PARAMETER in parfile: | ||
|
||
genotypename: input genotype file (in eigenstrat format) | ||
snpname: input snp file (in eigenstrat format) | ||
indivname: input indiv file (in eigenstrat format) | ||
popfilename: list (contains list of 8 populations- A B : C D :: E F : G H | ||
Colon separators are not required and are ignored by the program. They have been included to make the input/output more readable). | ||
Populations can repeat beteeen the left and right quadruplets | ||
blgsize: jackknife block size (in centimorgan) | ||
|
||
*** 2 optional parameters *** | ||
allsnps: YES | ||
## default. By default only SNPs with valid f4 for both quads are used. | ||
firstf4mult: val | ||
The first f4 is multiplied by val. Can be used to test if alpha a_1 = a_2 for a fixed alpha. | ||
|
||
Note: | ||
If you would like to use SNP number to define block size, you can: | ||
make a fake .snp file with (false) physical positions, and 0 genetic distances. | ||
The software defaults to 1M bases = 1cm, so if (for example) you set the | ||
distance between each snp as 10000 bases and blgsize: .01 then each block | ||
will be 100 snps. | ||
|
||
DESCRIPTION OF OUTPUT FILE: | ||
The program will write all the output to stdout. The output file prints the parfile entered by the user, number of snps and individuals, jackknife block size, number of blocks for jackknif | ||
e and the results. | ||
|
||
The results have the following format - | ||
result: A B C D : E F G H f4diff std. error Z | ||
|
||
Nick Patterson | ||
<[email protected]> | ||
------------------------------------------------------------------------------ | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Download data directory from | ||
Reich Lab web page. datasets :: Affymmetrix Human Origins (2012) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.