Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusdv committed Sep 9, 2024
1 parent d558b50 commit 4a7934a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions R/dviJoint.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,14 @@
#' @param verbose A logical.
#' @param progress A logical, indicating if a progress bar should be shown.
#'
#' @return A list of data frame:
#' * `joint`: TODO
#' * `GLRmatrix`: A matrix whose entry (i,j) is the generalised LR for the
#' pairing `V_i = M_j`, based on the joint likelihoods.
#' * `summary`: A summary of the pairings for which `GLR > threshold`.
#'
#' @return A data frame.
#' @examples
#' dviJoint(example2)
#'
#' @export
dviJoint = function(dvi, assignments = NULL, ignoreSex = FALSE, disableMutations = FALSE,
maxAssign = 1e5, numCores = 1, cutoff = 0, verbose = TRUE, progress = verbose) {

st = Sys.time()

# Ensure proper dviData object
dvi = consolidateDVI(dvi)

Expand Down

0 comments on commit 4a7934a

Please sign in to comment.