Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion cellset_extraction.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ get_cellset_cell_ids <-
#' Get the cell_ids for many cellsets
#'
#' The cellset coordinates follow the convention shown in get_cellset_cell_ids,
#' so if you want the cell_ids of louvain clusters 13 and 14, you should input
#' so if you want the cell_ids of louvain clusters 12 and 13, you should input
#' list(c(1, 13), c(1,14)).
#'
#' @param cellsets list parsed json cellset object
Expand Down
2 changes: 1 addition & 1 deletion remove_cellsets.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cellsets <- jsonlite::read_json(file.path(data_dir, "cellsets.json"))


Create list of cellset coordinates to extract. Follow `get_cellset_cell_ids` docs
for reference. In this example, we will remove louvain clusters (index 1) 13 and 14,
for reference. In this example, we will remove louvain clusters (index 1) 12 and 13,

```{r}
cellsets_to_extract <- list(c(1,13), c(1,14))
Expand Down