Skip to content

Commit

Permalink
add cluster selection example
Browse files Browse the repository at this point in the history
  • Loading branch information
jmitchell81 committed Jul 22, 2024
1 parent dd974de commit 394efac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/plot_fxns.R
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,8 @@ cor_scatter <- function(dom, tf, rec, remove_rec_dropout = TRUE, ...) {
#' cols = c("red", "orange", "green")
#' names(cols) = dom_clusters(pbmc_dom_built_tiny)
#' circos_ligand_receptor(pbmc_dom_built_tiny, receptor = "CXCR3", cell_colors = cols)
#' # plot a subset of clusters
#' circos_ligand_receptor(pbmc_dom_built_tiny, receptor = "CXCR3", cell_idents = c("CD14_monocyte", "CD8_T_cell"))
#'
circos_ligand_receptor <- function(
dom, receptor, ligand_expression_threshold = 0.01, cell_idents = NULL,
Expand Down
2 changes: 2 additions & 0 deletions man/circos_ligand_receptor.Rd

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

0 comments on commit 394efac

Please sign in to comment.