From 0b37b9b3fa4fead86787a705713645fa14530a54 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 23 Sep 2024 14:28:49 -0500 Subject: Initialise the "Expression Data" section. --- uploader/templates/expression-data/index.html | 82 ++++----------------------- 1 file changed, 10 insertions(+), 72 deletions(-) (limited to 'uploader/templates/expression-data/index.html') diff --git a/uploader/templates/expression-data/index.html b/uploader/templates/expression-data/index.html index ed5d8dd..9ba3582 100644 --- a/uploader/templates/expression-data/index.html +++ b/uploader/templates/expression-data/index.html @@ -1,5 +1,6 @@ -{%extends "base.html"%} +{%extends "expression-data/base.html"%} {%from "flash_messages.html" import flash_all_messages%} +{%from "species/macro-select-species.html" import select_species_form%} {%block title%}Expression Data{%endblock%} @@ -10,86 +11,23 @@ Home {%endblock%} {%block contents%} -
- {{flash_all_messages()}} - -

data upload

- -
-

Each of the sections below gives you a different option for data expression-data. - 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 - 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

+ {{flash_all_messages()}} -
-

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 - with our system requirements. ( - Help - )
  2. -
  3. UPLOAD YOUR DATA FOR DATA VERIFICATION. We accept - .csv, .txt and .zip - files (Help)
  4. -
-
- - upload expression data +

This section allows you to enter the expression data for your experiment. + You will need to select the species that your data concerns below.

-

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.

-

This section gives you the opportunity to upload any missing samples

-
- - upload Samples/Cases + {{select_species_form(url_for("species.populations.expression-data.index"), + species)}}
- {%endblock%} -- cgit v1.2.3