Skip to content

Rcpp #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions R/simulateData.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
#' \code{\link{getAMR}} method description.
#' @param ncores A single integer >= 1 for the number of OpenMP threads for
#' parallel computation. By default (NULL), function will use half of available
#' cores. Results of this function are always identical (reproducible) even
#' when more than one core is used (at a cost of serial random number
#' generation).
#' cores. When the same random seed is set, results of this function are always
#' identical (reproducible), even when more than one core is used (at a cost
#' of serial random number generation).
#' @param verbose boolean to report progress and timings (default: TRUE).
#' @return The output is a `GRanges` object with genomic ranges that are equal
#' to the genomic ranges of the provided template and metadata columns
Expand All @@ -106,6 +106,7 @@
#' usage and sample data.
#' @examples
#' data(ramr)
#' set.seed(1)
#' amrs <-
#' simulateAMR(ramr.data, nsamples=10, regions.per.sample=3,
#' samples.per.region=1, min.cpgs=5, merge.window=1000)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

This readme contains condensed info on `ramr` usage. For more, please check function-specific help pages and vignettes within the R environment or at [GitHub pages](https://bbcg.github.io/ramr/articles/ramr.html).

![](./vignettes/amrs.png)

### Current Features

- Identification of aberrantly methylated regions (AMRs, i.e., epimutations)
Expand Down
Binary file added vignettes/amrs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.