You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The suffix (if any) that follows .geno/.snp/.ind in
29
-
the input files. For example, specifying '-s .txt'
30
-
will treat <INPUT PREFIX>.{geno,snp,ind}.txt as the
31
-
desired input files.
25
+
The desired output file prefix. Three output files are created, <OUTPUT FILES PREFIX>.geno , <OUTPUT FILES PREFIX>.snp and <OUTPUT FILES PREFIX>.ind .
32
26
-C <INPUT FILE>, --Check <INPUT FILE>
33
-
Check the -i .ind file and the second .ind file for
34
-
duplicate individuals. Population assignment and/or
35
-
individual sex are not checked, only individual names.
36
-
Names are case sensitive.
37
-
-E, --Extract Extract the selected individuals from the EigenStrat
38
-
database, creating a new set of EigenStrat files with
39
-
the selected individuals only.
40
-
-R, --Remove Remove the selected individuals from the EigenStrat
41
-
database, creating a new set of EigenStrat files
42
-
without the selected individuals.
27
+
Check the -i .ind file and the second .ind file for duplicate individuals. Population assignment and/or individual sex are not checked, only individual names. Names are case
28
+
sensitive.
29
+
-E, --Extract Extract the selected individuals from the EigenStrat database, creating a new set of EigenStrat files with the selected individuals only.
30
+
-R, --Remove Remove the selected individuals from the EigenStrat database, creating a new set of EigenStrat files without the selected individuals.
43
31
-L <INDIVIDUAL LIST FILE>, --SampleList <INDIVIDUAL LIST FILE>
44
-
A list of samples to be Extracted (-E) or Removed (-R)
45
-
from the database. Can be a list of individual names
46
-
(1 per line), or the output of duplicate check (-C).
47
-
Required with -E or -R. Mutually exclusive with -S.
32
+
A list of samples to be Extracted (-E) or Removed (-R) from the database. Can be a list of individual names (1 per line), or the output of duplicate check (-C). Required with -E
33
+
or -R. Mutually exclusive with -S.
48
34
-S <INDIVIDUAL>, --Sample <INDIVIDUAL>
49
-
A samples to be Extracted (-E) or Removed (-R) from
50
-
the database. Can be called multiple times. Required
51
-
with -E or -R. Mutually exclusive with -L.
35
+
A samples to be Extracted (-E) or Removed (-R) from the database. Can be called multiple times. Required with -E or -R. Mutually exclusive with -L.
52
36
-v, --version Print the version and exit.
53
-
54
37
```
55
38
---
56
39
# Eigenstrat SNP Coverage
57
-
A tool to calculate the numbered of covered and total reads for each individual in an EigenStrat dataset.
40
+
A tool to calculate the numbered of covered and total reads for each individual in an EigenStrat dataset.
A tool to rename the SNPs in an EigenStrat snp file based on a reference EigenStrat or plink snp file. Uses the genetic coordinate of SNPs to determine identity.
Rename the SNPs in an eigenstrat snp file based on a reference eigenstrat or plink snp file. Uses the genetic coordinate of SNPs to determine identity.
68
+
69
+
Available options:
70
+
-h, --help show this help message and exit
71
+
-i <INPUT .SNP FILE>, --Input <INPUT .SNP FILE>
72
+
The input snp file.
73
+
-n <NAMED SNP FILE>, --Name_file <NAMED SNP FILE>
74
+
An Eigenstrat or plink formatted snp file with the desired SNP names.
0 commit comments