Skip to content

Commit

Permalink
changes example
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystynaGrzesiak committed Sep 2, 2024
1 parent 16e4a66 commit b16a299
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/filtering.R
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ filter_praznik <- function(target, kmers, method, thresh) {
#' This function uses bigstep package.
#'
#' @examples
#' n_seq <- 200
#' sequence_length <- 200
#' n_seq <- 10
#' sequence_length <- 10
#' alph <- letters[1:20]
#' motifs <- generate_motifs(alph, 4, 4, 4, 6)
#' kmers <- generate_kmer_data(n_seq, sequence_length, alph,
Expand Down
16 changes: 15 additions & 1 deletion man/filter_ic.Rd

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

0 comments on commit b16a299

Please sign in to comment.