Skip to content

Commit

Permalink
Smaller example to fix check note
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhesselberth committed Jan 3, 2019
1 parent 20e5d1a commit d36d612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/bed_fisher.r
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#' @examples
#' genome <- read_genome(valr_example('hg19.chrom.sizes.gz'))
#'
#' x <- bed_random(genome, seed = 1010486)
#' y <- bed_random(genome, seed = 9203911)
#' x <- bed_random(genome, n = 1e4, seed = 1010486)
#' y <- bed_random(genome, n = 1e4, seed = 9203911)
#'
#' bed_fisher(x, y, genome)
#'
Expand Down

0 comments on commit d36d612

Please sign in to comment.