{% extends "analyseMicroarrayData/base_left_short.html" %} {%block hoverDatsets%}class='hover'{%endblock%} {% block blockRight %} {%if error_message%}
{{error_message}}

{%endif%}

New dataset

Step1: Specification of Options

Definition

Name of the dataset

{{form.name}}

{% if form.name.errors %}*** {{ form.name.errors|join:", " }}{% endif %}

Description

{{form.description}}

{% if form.description.errors %}*** {{ form.description.errors|join:", " }}{% endif %}

Data Files

Is there a header providing the names of the samples in both data files ?

Yes No

Does the first column (or row) provide the names of the genes ?

Yes No

Gene expressions file

{{fileErrors.errGeneExprFile}}

Normalize the gene expressions ? Yes No

Samples only Genes only Genes and samples      Samples first Genes first

Does a column correspond to a sample and a row to the expression levels for a given gene ?

Yes No

Class labels file

{{fileErrors.errClassesFile}}

Are the sample output classes presented on a row ?

Yes No
{% endblock blockRight %}