Skip to content

Commit

Permalink
export all ligand sender functions
Browse files Browse the repository at this point in the history
examples fail without this export
  • Loading branch information
jmitchell81 committed Jan 22, 2025
1 parent 6d0c674 commit c4b803e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ export(mean_ligand_expression)
export(mock_linkage_summary)
export(obtain_circos_expression)
export(plot_differential_linkages)
export(query_ligand_senders)
export(rename_clusters)
export(render_circos_ligand_receptor)
export(senders_as_vector)
export(signaling_heatmap)
export(signaling_network)
export(summarize_linkages)
Expand Down
4 changes: 2 additions & 2 deletions R/ligand_source_fxns.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ find_outgoing_ligands <- function(dom, signal_threshold = 0) {
#' }
#' @param receiver_cell name of the receiving cluster whose receptors will be used
#' @return list of incoming ligands to the recipient cell type organized by their receptor
#' @keywords internal
#' @export
#'
#' @examples
#' example(build_domino)
Expand Down Expand Up @@ -106,7 +106,7 @@ query_ligand_senders <- function(dom, outgoing_list, receiver_cell) {
#' @param receiver_cell name of the receiving cluster
#' @param receptor name of the receptor receiving signals
#' @return vector of intercellular linkages for each sender cell and active ligand
#' @keywords internal
#' @export
#'
#' @examples
#' example(build_domino)
Expand Down
1 change: 0 additions & 1 deletion man/query_ligand_senders.Rd

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

1 change: 0 additions & 1 deletion man/senders_as_vector.Rd

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

0 comments on commit c4b803e

Please sign in to comment.