Skip to content

Commit

Permalink
Add family tag to volcano docs
Browse files Browse the repository at this point in the history
- added a `@family` tag to the docs
  • Loading branch information
stufield committed Sep 20, 2023
1 parent 937b888 commit e739c4b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/plotVolcano.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#' Create a volcano plot given a vector of log2-transformed
#' fold-changes (`FC`) and linear space p-values.
#'
#' @family volcano
#' @inheritParams boxplotBeeswarm
#' @param data A `data.frame` object containing at _least_ two columns
#' containing 1) log2-transformed fold-changes, 2) linear-space p-values.
Expand Down
1 change: 1 addition & 0 deletions R/plotVolcanoHTML.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#' Generate HTML-based Volcano Plot
#'
#' @family volcano
#' @inheritParams boxplotBeeswarm
#' @inheritParams plotVolcano
#' @param data A data frame containing log2-transformed fold-changes and
Expand Down
4 changes: 4 additions & 0 deletions man/plotVolcano.Rd

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

4 changes: 4 additions & 0 deletions man/plotVolcanoHTML.Rd

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

0 comments on commit e739c4b

Please sign in to comment.