{%extends "base.html"%} {%block title%}Data Upload{%endblock%} {%block contents%}

data upload

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.

  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)
upload expression data {%with messages = get_flashed_messages(with_categories=True) %} {%if messages %}
{%for category, message in messages %} {{message}} {%endfor%}
{%endif%} {%endwith%}
file type

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
{%endblock%} {%block javascript%} {%endblock%}