{%extends "expression-data/base.html"%} {%from "flash_messages.html" import flash_messages%} {%from "upload_progress_indicator.html" import upload_progress_indicator%} {%from "populations/macro-display-population-card.html" import display_population_card%} {%block title%}Expression Data — Upload Data{%endblock%} {%block pagetitle%}Expression Data — Upload Data{%endblock%} {%block contents%} {{upload_progress_indicator()}}

Upload Expression Data

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. UPLOAD YOUR DATA FOR DATA VERIFICATION. We accept .csv, .txt and .zip files (Help)
{{flash_messages("error-expr-data")}}
File Type

The averages data …

The standard errors computed from the averages …

Select the file to upload.

{%endblock%} {%block sidebarcontents%} {{display_population_card(species, population)}} {%endblock%} {%block javascript%} {%endblock%}