Converts the annotated expression matrix to long format, joins it to
meta by sample, and optionally writes the merged table as CSV.
Arguments
- expr_anno
Annotated expression table returned by
annotate_expr().- meta
Checked or user-supplied metadata table with
samplefirst.- output_file
Optional CSV path.
- value_name
Name of the expression value column in the long table.