Skip to content

Commit

Permalink
Fixup docstring for BuildClusterTree
Browse files Browse the repository at this point in the history
  • Loading branch information
dcollins15 committed May 8, 2024
1 parent ece572a commit 8fec8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tree.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cluster.ape <- paste(
#' overrides \code{features}
#' @param reduction Name of dimension reduction to use. Only used if \code{dims}
#' is not NULL.
#' @param slot slot/layer to use.
#' @param graph If graph is passed, build tree based on graph connectivity between
#' clusters; overrides \code{dims} and \code{features}
#' @param reorder Re-order identity classes (factor ordering), according to
Expand All @@ -37,7 +38,6 @@ cluster.ape <- paste(
#' @param reorder.numeric Re-order identity classes according to position on
#' the tree, assigning a numeric value ('1' is the leftmost node)
#' @param verbose Show progress updates
#' @inheritParams PseudobulkExpression
#'
#' @return A Seurat object where the cluster tree can be accessed with \code{\link{Tool}}
#'
Expand Down

0 comments on commit 8fec8eb

Please sign in to comment.