Skip to content

Commit

Permalink
Merge pull request #8 from jeffersonfparil/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jeffersonfparil authored Jan 17, 2024
2 parents 29c8db6 + b521619 commit 1085c6c
Show file tree
Hide file tree
Showing 16 changed files with 1,250 additions and 1,423 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 🚀
on:
push:
branches: [ "main" ]
branches: [ "main", "dev" ]
pull_request:
branches: [ "main" ]
jobs:
Expand Down
2 changes: 1 addition & 1 deletion R/extendr-wrappers.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @useDynLib imputef, .registration = TRUE
NULL

impute <- function(fname, imputation_method, min_coverage, min_allele_frequency, max_missingness_rate_per_locus, pool_sizes, min_depth_below_which_are_missing, max_depth_above_which_are_missing, frac_top_missing_pools, frac_top_missing_loci, window_size_bp, min_loci_per_window, min_loci_corr, max_pool_dist, optimise_for_thresholds, optimise_n_steps_corr, optimise_n_steps_dist, optimise_n_reps, misc_min_l, misc_min_k, n_threads, fname_out_prefix) .Call(wrap__impute, fname, imputation_method, min_coverage, min_allele_frequency, max_missingness_rate_per_locus, pool_sizes, min_depth_below_which_are_missing, max_depth_above_which_are_missing, frac_top_missing_pools, frac_top_missing_loci, window_size_bp, min_loci_per_window, min_loci_corr, max_pool_dist, optimise_for_thresholds, optimise_n_steps_corr, optimise_n_steps_dist, optimise_n_reps, misc_min_l, misc_min_k, n_threads, fname_out_prefix)
impute <- function(fname, imputation_method, min_coverage, min_allele_frequency, max_missingness_rate_per_locus, pool_sizes, min_depth_below_which_are_missing, max_depth_above_which_are_missing, frac_top_missing_pools, frac_top_missing_loci, min_loci_corr, max_pool_dist, min_l_loci, min_k_neighbours, restrict_linked_loci_per_chromosome, optimise_n_steps_min_loci_corr, optimise_n_steps_max_pool_dist, optimise_max_l_loci, optimise_max_k_neighbours, optimise_n_reps, n_threads, fname_out_prefix) .Call(wrap__impute, fname, imputation_method, min_coverage, min_allele_frequency, max_missingness_rate_per_locus, pool_sizes, min_depth_below_which_are_missing, max_depth_above_which_are_missing, frac_top_missing_pools, frac_top_missing_loci, min_loci_corr, max_pool_dist, min_l_loci, min_k_neighbours, restrict_linked_loci_per_chromosome, optimise_n_steps_min_loci_corr, optimise_n_steps_max_pool_dist, optimise_max_l_loci, optimise_max_k_neighbours, optimise_n_reps, n_threads, fname_out_prefix)


# nolint end
193 changes: 94 additions & 99 deletions R/imputef.R

Large diffs are not rendered by default.

65 changes: 34 additions & 31 deletions README.md

Large diffs are not rendered by default.

97 changes: 43 additions & 54 deletions man/aldknni.Rd

Large diffs are not rendered by default.

46 changes: 22 additions & 24 deletions man/mvi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1085c6c

Please sign in to comment.