docs/Templates/experiment_template.yaml
2025-05-08 12:58:40 -04:00

40 lines
1013 B
YAML

experiment_id: EXP-YYYYMMDD
aim: Brief description of experiment aim
project: Project_Name
researcher: username
status: in_progress
created: YYYY-MM-DD
sample_location: "-80°C freezer, rack X-X-X-X"
plate:
id: PLATE_ID
layout:
A1: {gene: "Example1", perturbation: "siRNA", day: 0}
A2: {gene: "Example2", perturbation: "siRNA", day: 0}
A3: {gene: "NTC", perturbation: "control", day: 0}
tasks: # one row per GitHub Issue
- id: 123 # GitHub Issue number
title: "Seed cells on plate"
status: open
- id: 124
title: "Transfect siRNA"
status: open
sample_preparation:
method: Sample preparation method
date: YYYY-MM-DD
downstream_application:
assay_type: qPCR
targets: ["Gene1", "Gene2", "Control"]
date: YYYY-MM-DD
data: # added automatically by record_data()
- path: Data/EXP-YYYYMMDD/example_data.csv
type: qPCR
sha256: abcdef1234567890
added: YYYY-MM-DD
notes: |
Additional notes or deviations from protocol.