{%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:

Click the button to view and manage genetic data for individuals in this population.

manage 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%}