Skip to content

Commit

Permalink
fix example bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ycao6928 committed Jan 11, 2024
1 parent ec0bfb5 commit a9feda8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: scFeatures
Title: scFeatures: Multi-view representations of single-cell and spatial data
for disease outcome prediction
Version: 1.3.1
Version: 1.3.2
Authors@R:
c(
person(given = "Yue",family = "Cao", email = "[email protected]", role=c("aut", "cre")),
Expand Down
3 changes: 1 addition & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,7 @@ bulk_sample <- function(alldata, ncores = 1) {
#'
#' data("example_scrnaseq" , package = "scFeatures")
#' data <- example_scrnaseq
#' data$celltype <- NULL
#'
#' data <- list(data = data)
#' number_of_cells <- get_num_cell_per_spot(data)
#'
#'
Expand Down
3 changes: 1 addition & 2 deletions man/get_num_cell_per_spot.Rd

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

0 comments on commit a9feda8

Please sign in to comment.