Skip to content

Commit

Permalink
track QC drops YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
jbloom committed Dec 31, 2023
1 parent d617045 commit f486136
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test_example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ results/sera/*/*
!results/aggregated_titers
results/aggregated_titers/*
!results/aggregated_titers/titers.csv

!results/qc_drops
results/qc_drops/*
!results/qc_drops/plate_qc_drops.yml
!results/qc_drops/sera_qc_drops.yml
26 changes: 26 additions & 0 deletions test_example/results/qc_drops/plate_qc_drops.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
plate2:
wells: {}
barcodes:
CATACAGAGTTTGTTG: min_neut_standard_frac_per_well
barcode_wells: {}
barcode_serum_replicates: {}
serum_replicates: {}
plate11:
wells:
D6: avg_barcode_counts_per_well
C9: min_neut_standard_count_per_well
D9: min_neut_standard_count_per_well
barcodes:
CATACAGAGTTTGTTG: min_neut_standard_frac_per_well
barcode_wells:
CGGATAAAAATGATAT B12: min_no_serum_count_per_viral_barcode_well
ACGGAATCCCCTGAGA B12: min_no_serum_count_per_viral_barcode_well
CAGTTCTGCGACCAGC D10: max_frac_infectivity_per_viral_barcode_well
barcode_serum_replicates:
AGTCCTATCCTCAAAT M099d0: manual_drop
ACGACATGATCAAACG M099d0: min_R2
CTATTAATCATGCAAA M099d0: min_R2
AATAAGTATACGGGAT M099d30: min_R2
CCCTATGCTGCGTATT M099d30: min_R2
CGGATAAAAATGATAT M099d30: min_R2
serum_replicates: {}
9 changes: 9 additions & 0 deletions test_example/results/qc_drops/sera_qc_drops.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
M099d0:
A/Norway/25089/2022: max_fold_change_from_median
M099d30: {}
Y044d30:
A/Washington/23/2020: max_fold_change_from_median
A/India-PUN-NIV328484/2021: max_fold_change_from_median
A/Perth/1/2022: max_fold_change_from_median
A/Chester/5355/2022: max_fold_change_from_median
Y154d182: {}

0 comments on commit f486136

Please sign in to comment.