Skip to content

Commit

Permalink
minor documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyLin committed Aug 27, 2016
1 parent 0f53534 commit 99824d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions R/CIDR.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ setGeneric("determineDropoutCandidates", function(object, min1=3, min2=8, N=2000
#' is a dropout candidate, otherwise the value is \code{false}.
#'
#' @param object the scData class object
#' @param min1 technical parameter used in estimating the minimum point between the first two modes of the density curve of logTPM for each cell
#' @param min2 technical parameter used in estimating the minimum point between the first two modes of the density curve of logTPM for each cell
#' @param min1,min2 technical parameters used in estimating the minimum point between the first two modes of the density curve of logTPM for each cell
#' @param alpha a cutoff quantile in the range [0,1]. Thresholds outside this will be adjusted to the quantile boundary.
#' @param N number of cells to consider when determining the threshold value for dropout candidates; used in conjunction with the \code{fast} parameter
#' @param fast boolean; if \code{TRUE} (default), implements a fast version for datasets with a sample size greater than N
Expand Down
4 changes: 1 addition & 3 deletions man/determineDropoutCandidates.Rd

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

0 comments on commit 99824d1

Please sign in to comment.