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
Copy file name to clipboardExpand all lines: docs/usage.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ Using the `run` mode, the program currently takes the following arguments:
28
28
* Number of threads to use (-t)
29
29
* Q-matrix plotting options:
30
30
* Disable plot drawing (--no_plots)
31
+
* Force plotting the given values together (--override_bestk)
32
+
* Draw the plots only in grayscale (-bw)
31
33
* Other options
32
34
* Enable logging - useful when problems arise (--log)
33
35
* Do not run the BestK tests (--no-tests)
@@ -61,6 +63,8 @@ Using the `plot` mode, the program currently takes the following arguments:
61
63
* Individual/Population identification options:
62
64
* Path to popfile (--pop) [See below for more information]
63
65
* Path to indfile (--ind) [See below for more information]
66
+
* Extra plotting options:
67
+
* Do not use colors when drawing the plots (-bw)
64
68
65
69
Example run:
66
70
@@ -81,7 +85,7 @@ Location_3 11 3
81
85
```
82
86
83
87
This example file contains 3 populations, with 20, 21 and 11 individuals.
84
-
This means that the first 20 individuals are from "Location_1", the next 21 individuals are from "Location_2" and so on.
88
+
This means that the first 20 individuals are from "Location_1", the next 21 individuals are from "Location_2" and so on.
85
89
The numbers "1", "2" and "3" will be the order of the populations in the plot file.
86
90
If you want to draw the plot in a different order than what was provided on the input file, you have to reorder the lines. For the sake of the example, let's say that you wish to plot your data, switching the place of Locations 3 and 2. The input file would look like this:
0 commit comments