{%extends "populations/base.html"%} {%from "macro-step-indicator.html" import step_indicator%} {%from "populations/macro-display-population-card.html" import display_sui_population_card%} {%block contents%}

{{population.FullName}} ({{population.Name}})

Think of a "sample" as say a single case or individual in the experiment. It could even be a single strain (where applicable).

This is a convenience feature for when you want to upload phenotypes to the system, but do not have the genotypes data ready yet.

Manage Samples

Phenotypes in Population "{{population.FullName}} ({{population.Name}})"

To view existing phenotype traits, or upload new ones, click the button below:

This allows you to upload the data that concerns your genotypes.

Any samples/individuals/cases/strains that do not already exist in the system will be added. This does not delete any existing data.

upload genotypes

Upload expression data (mRNA data) for this population.

upload genotypes
{%endblock%} {%block sidebarcontents%}

Each tab presents a feature that's available at the population level. Select the tab that allows you to continue with your task.

{{super()}} {%endblock%} {%block javascript%} {%endblock%}