RNAseq Data Model Exercise

Exercise Description

Design a data model for managing RNAseq analysis data. The model should be capable of storing and organizing all necessary information for a series of RNAseq analyses.

Requirements

The data model should include the following components:

  • Genes included in the study with their relevant information
  • Reference information, suppliers, and details for sequencing reagents and equipment used
  • Sample and user details
  • Results including:
    • Gene information
    • Expression values
    • Differential expression analysis
  • References and citations

Solution

RNAseq Data Model Solution