diff options
| author | Frederick Muriuki Muriithi | 2026-08-18 13:22:53 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-08-18 13:23:15 -0500 |
| commit | 6254c4b441fdbebd09e3774b9cc5d6e13a829e37 (patch) | |
| tree | 7fad607756f1c5909555c52ff60deebe0da946b9 /sourcecodes/sample_input.php | |
| parent | 47e8ac233a64ad578719bd31bb24a53940e21771 (diff) | |
| download | BNW-6254c4b441fdbebd09e3774b9cc5d6e13a829e37.tar.gz | |
Bugfix: Fix path.
Diffstat (limited to 'sourcecodes/sample_input.php')
| -rw-r--r-- | sourcecodes/sample_input.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sourcecodes/sample_input.php b/sourcecodes/sample_input.php index 2b0ded93..1c46db4c 100644 --- a/sourcecodes/sample_input.php +++ b/sourcecodes/sample_input.php @@ -20,7 +20,7 @@ include("input_validate.php"); <body> <div id="outernew"> <h3>Sample input data file</h3> - <br>A sample input file is shown below. A text version can be viewed or downloaded <a href="./data/sample_input.txt">here</a>.<br><br> + <br>A sample input file is shown below. A text version can be viewed or downloaded <a href="./data/example_sample/sample_input.txt">here</a>.<br><br> The first row contains the variable names. Each remaining row is a case or sample.<br><br> The first column is a discrete genotype variable which has 2 states (A and B). The remaining columns contain 4 continuous variables.<br><br> Two cases have unknown values (Genotype and Trait2 for rows 3 and 4, respectively). These are represented with "NA" in the input file. Rows containing "NA" |
