Skip to content

Commit fa5f624

Browse files
authored
fix: init missing columns (#37)
Fixes error introduced in c12cf2a
1 parent c12cf2a commit fa5f624

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

workflow/scripts/report/af_time_correlation_data.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ unique.snps <- unique(variants$VARIANT_NAME)
6363
# Create an empty dataframe to be filled
6464
cor.df <- data.frame(
6565
variant = "",
66+
min_af = 0,
67+
max_af = 0,
6668
coefficient = 0,
6769
p.value = 0,
6870
p.value.adj = 0

0 commit comments

Comments
 (0)