From 2c21e5a1715f45e067298000327c389fd45f0909 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 17 Jun 2025 13:09:43 -0500 Subject: Fix documentation: The rows and columns were interchanged in docs. --- uploader/templates/phenotypes/add-phenotypes-raw-files.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'uploader') diff --git a/uploader/templates/phenotypes/add-phenotypes-raw-files.html b/uploader/templates/phenotypes/add-phenotypes-raw-files.html index 1f7ec66..697c7ad 100644 --- a/uploader/templates/phenotypes/add-phenotypes-raw-files.html +++ b/uploader/templates/phenotypes/add-phenotypes-raw-files.html @@ -326,15 +326,15 @@ -
The data is a matrix of phenotypes × individuals, e.g.
+The data is a matrix of samples(or individuals) × phenotypes, e.g.
# num-cases: 2549
# num-phenos: 13
- id,IND001,IND002,IND003,IND004,…
- pheno10001,61.400002,54.099998,483,49.799999,…
- pheno10002,49,50.099998,403,45.5,…
- pheno10003,62.5,53.299999,501,62.900002,…
- pheno10004,53.099998,55.099998,403,NA,…
+ id,pheno10001,pheno10002,pheno10003,pheno10004,53.099998,…
+ IND001,61.400002,49,62.5,55.099998,…
+ IND002,54.099998,50.099998,53.299999,55.099998,…
+ IND003,483,403,501,403,…
+ IND004,49.799999,45.5,62.900002,NA,…
⋮
where IND001,IND002,IND003,IND004,…
are the
--
cgit v1.2.3