Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update seurat.R #187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions R/seurat.R
Original file line number Diff line number Diff line change
Expand Up @@ -2300,11 +2300,11 @@ ReorderIdent.Seurat <- function(
return(object)
}

#' @param add.cell.id prefix to add cell names
#' @param add.cell.id prefix to add cell names for RNA, or suffix for ADT
#' @param for.merge Deprecated
#'
#' @details
#' If \code{add.cell.id} is set a prefix is added to existing cell names. If
#' If \code{add.cell.id} is set a prefix is added to existing cell names for RNA, or suffix for ADT. If
#' \code{new.names} is set these will be used to replace existing names.
#'
#' @rdname RenameCells
Expand Down Expand Up @@ -3327,7 +3327,7 @@ levels.Seurat <- function(x) {
#' @param x A \code{\link{Seurat}} object
#' @param y A single \code{Seurat} object or a list of \code{Seurat} objects
#' @param add.cell.ids A character vector of \code{length(x = c(x, y))};
#' appends the corresponding values to the start of each objects' cell names
#' appends the corresponding values to the start (or end) of each objects' cell names
#' @param merge.data Merge the data slots instead of just merging the counts
#' (which requires renormalization); this is recommended if the same
#' normalization approach was applied to all objects
Expand Down