Skip to content

Commit

Permalink
correct example, extendMatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
evanbiederstedt committed Dec 10, 2021
1 parent 0414696 commit 0c711cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ sn <- function(x) {
#' @return Matrix with new columns but rows retained
#' @examples
#' library(dplyr)
#' gene.union <- lapply(conos.cluster.list, colnames) %>% Reduce(union, .)
#' gene.union <- lapply(conosClusterList, colnames) %>% Reduce(union, .)
#' extendMatrix(conosClusterList[[1]], col.names=gene.union)
#'
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/extendMatrix.Rd

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

0 comments on commit 0c711cd

Please sign in to comment.