Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ischeller committed Apr 16, 2024
1 parent 550235a commit a97d4da
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions R/example_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#' \code{FRASER_output} in the current working directory.
#' @param rerun Defaults to \code{FALSE}. If set to \code{TRUE} it reruns the
#' full fit of the model.
#' @param metrics The splice metrics that should be included in the test fds.
#' One or several of 'jaccard', 'psi5', 'psi3' or 'theta'.
#' @return A FraserDataSet object that contains a test case
#'
#' @examples
Expand Down
3 changes: 3 additions & 0 deletions R/getNSetterFuns.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
#' @param level Indicates if the retrieved p values should be adjusted on the
#' donor/acceptor site-level (default) or if unadjusted junction-level
#' p values should be returned.
#' @param subsetName The name of a subset of genes of interest for which FDR
#' corrected pvalues were previously computed.
#' Default is NULL (using transcriptome-wide FDR corrected pvalues).
#' @param filters A named list giving the filters that were applied for masking
#' during p value correction. Used for storing and retrieving the
#' correct set of requested p values.
Expand Down
9 changes: 8 additions & 1 deletion man/createTestFraserDataSet.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/getter_setter_functions.Rd

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

0 comments on commit a97d4da

Please sign in to comment.