diff options
Diffstat (limited to 'sourcecodes')
| -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" |
