From 028e84f8a179f43e092cfb35975ef30d47aca82a Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 19 Jan 2024 04:38:10 +0300 Subject: UI: Present entry point for R/qtl2 bundles upload. --- qc_app/static/css/styles.css | 2 +- qc_app/templates/index.html | 19 +++++++++++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/qc_app/static/css/styles.css b/qc_app/static/css/styles.css index af5281e..f6e829f 100644 --- a/qc_app/static/css/styles.css +++ b/qc_app/static/css/styles.css @@ -10,7 +10,7 @@ label, legend { text-transform: capitalize; } -#explainer { +.explainer { font-family: Georgia, Garamond, serif; font-style: normal; font-size: 1.275em; diff --git a/qc_app/templates/index.html b/qc_app/templates/index.html index e534bcb..a454dd2 100644 --- a/qc_app/templates/index.html +++ b/qc_app/templates/index.html @@ -5,9 +5,24 @@ {%block contents%}

data upload

+

R/qtl2 Bundles

+ +
+

This feature combines and extends the two upload methods below. Instead of + uploading one item at a time, the R/qtl2 bundle you upload can contain both + the genotypes data (samples/individuals/cases and their data) and the + expression data.

+

The R/qtl2 bundle, additionally, can contain extra metadata, that neither + of the methods below can handle.

+ + + +
+

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 @@ -86,7 +101,7 @@

samples/cases

-
+

For the expression data above, you need the samples/cases in your file to already exist in the GeneNetwork database. If there are any samples that do not already exist the upload of the expression data will fail.

-- cgit v1.2.3