Skip to content

Commit

Permalink
incrementally updating default tsv format
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonfparil committed Dec 9, 2024
1 parent 4035428 commit 413494f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/io.R
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,7 @@ fn_simulate_data = function(n=100, l=1000, ploidy=2, n_alleles=2, min_depth=5, m
#' @param retain_minus_one_alleles_per_locus omit the alternative or trailing allele per locus? (Default=TRUE)
#' @param min_depth if input is a VCF file: minimum depth per locus beyond which will be set to missing data (Default=0)
#' @param max_depth if input is a VCF file: maximum depth per locus beyond which will be set to missing data (Default=.Machine$integer.max)
#' @param new_format use the new allele frequency table format? (i.e. includes all the alleles between `pos` and `allele`, e.g. header: `all_alleles` with rows: `A|T`, and `C|G|T`) (Default=FALSE)
#' @param verbose show genotype loading messages? (Default=FALSE)
#' @returns
#' - Ok: numeric n samples x p loci-alleles matrix of allele frequencies with non-null row and column names.
Expand Down

0 comments on commit 413494f

Please sign in to comment.