We need a function somewhere in GAMBLR (probably both .data and .results) that reduces a sample set to only the rows that have data that passes some combination of QC checks.
e.g.
qc_pass_metadata_rows = qc_data(min_corrected_coverage=25, min_coding_ssm = 1, ...)
We need a function somewhere in GAMBLR (probably both .data and .results) that reduces a sample set to only the rows that have data that passes some combination of QC checks. e.g.
qc_pass_metadata_rows = qc_data(min_corrected_coverage=25, min_coding_ssm = 1, ...)
Slack Message