{%extends "base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%block title%}Home{%endblock%} {%block pagetitle%}Home{%endblock%} {%block contents%}
{{flash_all_messages()}}

Welcome to the GeneNetwork Data Upload and Quality Control System.

This tool helps you prepare and upload research data to GeneNetwork for analysis.

Getting Started

The sections below explain the features of the system. Review this guide to learn how to use the system.

{%block extrapageinfo%}{%endblock%}

Species

GeneNetwork supports genetic studies across multiple species (e.g. mice [Mus musculus], human [homo sapiens], rats [Rattus norvegicus], etc.) . Here you can:

Populations

A "population" refers to a specific subgroup within a species that you’re studying (e.g., BXD mice). Here you can:

Samples

Manage individual specimens or cases used in your experiments. These include:

Genotype Data

Upload and review genetic markers and allele encodings for your population. Key details:

Requirement: Samples must already have been registered in the system before uploading genotype data.

Phenotype Data

Phenotypes are the visible traits or features of a living thing. For example, phenotypes include:

This part of the system will allow you to upload and manage the values for different phenotypes from various samples in your studies.

{%endblock%}