Skip to content

Commit

Permalink
Correct typo in genomics data processing for example
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviaAB authored Feb 26, 2024
1 parent a048392 commit 756c341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/example_dataset_li2022.R
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ markers_qtls <- geno_fmeta_df |>

set.seed(36)
markers_subsampling <- geno_fmeta_df |>
filter(is.na(qtl_type), marker %in% markers_filtering) |>
filter(qtl_type == "non signif", marker %in% markers_filtering) |>
slice_sample(n = 23000) |>
pull(marker)

Expand Down

0 comments on commit 756c341

Please sign in to comment.