pub fn write_qc_report(
path: &str,
cell_names: &[Box<str>],
report: &QcReport,
) -> Result<()>Expand description
Write a per-cell QC table (TSV): name, n_genes, total_counts, [mito_frac], [ribo_frac], near_empty (0/1), train_keep (0/1).