Frame the question
State the biological claim, comparison, and measurable outcome in plain language.
Shared defaults for starting well, moving projects forward, keeping analyses reproducible, and developing as an independent researcher.
Start here / 01
The first month should create a reliable working environment and a clear research question. Speed matters less than building habits that make later work trustworthy.
Project workflow / 02
Projects should advance through explicit decisions. At each stage, record what was decided, why it was reasonable, and what result would change the plan.
State the biological claim, comparison, and measurable outcome in plain language.
Specify samples, controls, inclusion rules, software, outputs, and decision points before scaling.
Use a representative subset to test assumptions, resources, file formats, and expected signal.
Automate repeated work and inspect quality summaries before launching each expensive stage.
Ask which technical artifact or competing biological model could produce the same pattern.
Freeze inputs, scripts, environments, logs, and figure-ready tables before manuscript drafting.
Data & code / 03
A colleague should be able to identify the inputs, rerun the analysis, and recover the plotted values without reconstructing decisions from memory.
project/ ├── README.md # question, owner, status, how to reproduce ├── metadata/ # sample sheets and data dictionary ├── config/ # parameters and environment files ├── workflow/ # scripts or workflow definitions ├── results/ # versioned summaries, not raw data ├── figures/ # scripted final figures └── logs/ # run records and quality reports
Training / 04
The milestones describe increasing ownership rather than fixed labels. Timing varies by background, project, and degree; progress is judged by evidence, judgment, and reproducibility.
Reproduce a workflow, understand each major input and output, keep a usable record, and explain one figure with appropriate caution.
Own an analysis module, compare methods, diagnose common failures, present evidence clearly, and propose the next discriminating test.
Frame a tractable question, design the analysis, defend choices, integrate evidence, write a coherent manuscript, and help a newer member succeed.
Master’s training should demonstrate sound analysis, reproducibility, and clear scientific communication within a focused scope. Doctoral training should additionally demonstrate question formation, methodological judgment, synthesis across evidence, and substantial intellectual ownership.
Communication / 05
Good communication exposes uncertainty early, shortens debugging, and improves the scientific question. Bring evidence, not only a verbal summary.
Reference SOP / 06
This reference workflow covers standard gene-level quantification from paired-end reads. The project plan should define the reference build, strandedness, biological contrasts, and exclusion criteria before analysis begins.
The minimum archive includes the sample sheet, reference FASTA and annotation identifiers, fastp reports, HISAT2 and samtools statistics, a gene-count matrix, software versions, parameters, logs, and the script that joins sample-level results.