morinlab / GAMBLR

Set of standardized functions to operate with genomic data
https://morinlab.github.io/GAMBLR/
MIT License
3 stars 2 forks source link

QC filtering function #256

Open rdmorin opened 4 months ago

rdmorin commented 4 months ago

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