Skip to content

Commit

Permalink
feat: improve examples for filter_low_counts()
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Dec 22, 2023
1 parent 240ec8e commit 85f4703
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/filter_low_counts.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
#' @export
#'
#' @examples
#' filter_low_counts(gene_counts)
#' filter_low_counts(gene_counts) %>% head()
#' filter_low_counts(gene_counts, min_counts = 100)
filter_low_counts <- function(
counts_dat,
min_counts = 0) {
Expand Down
3 changes: 2 additions & 1 deletion man/filter_low_counts.Rd

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

0 comments on commit 85f4703

Please sign in to comment.