From 650938cbdac6d5f0e779275082577543ab1c0e47 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 5 Feb 2024 04:16:06 +0300 Subject: Update UI documentation Improve the UI documentation by making it more explicit what each section deals with to help aleviate confusion of what the different features do. --- qc_app/templates/index.html | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'qc_app/templates') diff --git a/qc_app/templates/index.html b/qc_app/templates/index.html index 00714f0..b9638d2 100644 --- a/qc_app/templates/index.html +++ b/qc_app/templates/index.html @@ -6,7 +6,13 @@ {%block contents%}

data upload

-

R/qtl2 Bundles

+
+

Each of the sections below gives you a different option for data upload. + Please read the documentation for each section carefully to understand what + each section is about.

+
+ +

R/qtl2 Bundles

This feature combines and extends the two upload methods below. Instead of @@ -24,10 +30,15 @@

Expression Data

-

This application assumes that you are familiar with the basics of data - verification formats and uploading procedures. If you haven't done so please - go to this page to learn the requirements for file formats and helpful - suggestions to enter your data in a fast and easy way.

+

This feature enables you to upload expression data. It expects the data to + be in tab-separated values (TSV) files. The data should be + a simple matrix of phenotype × sample, i.e. The first column is a + list of the phenotypes and the first row is a list of + samples/cases.

+ +

If you haven't done so please go to this page to learn the requirements for + file formats and helpful suggestions to enter your data in a fast and easy + way.

  1. PLEASE REVIEW YOUR DATA.Make sure your data complies -- cgit v1.2.3