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
In order to use the PLINK format, three files are required:
61
+
62
+
*`file.bed`
63
+
*`file.fam`
64
+
*`file.bim`
65
+
66
+
You can enter any of them (but just one oof them) as the input file and
67
+
*Structure_threader* will assume the other two exist in the same path.
68
+
If the input file specified by the *-i* switch in *Structure_threader* has an
69
+
extension different from either of the three mentioned above, *Structure_threader* will assume th input is in the STRUCTURE format, which has some peculiarities:
70
+
fastStructure requires your input file to have each individual represented in
71
+
two rows (one for each allele), and six "bogus" columns before the actual data.
72
+
**No Header is allowed**. Here is a short example:
0 commit comments