Skip to content

Commit

Permalink
export testing data
Browse files Browse the repository at this point in the history
  • Loading branch information
jmitchell81 committed Jul 2, 2024
1 parent b577a50 commit da461df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Generated by roxygen2: do not edit by hand

export(CellPhoneDB)
export(PBMC)
export(SCENIC)
export(add_rl_column)
export(build_domino)
export(circos_ligand_receptor)
Expand Down
3 changes: 3 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#'
#' @source <https://zenodo.org/records/10951634/files>
#' @usage data("SCENIC")
#' @export
"SCENIC"


Expand All @@ -26,6 +27,7 @@
#'
#' @source <https://zenodo.org/records/10951634/files/pbmc3k_sce.rds>
#' @usage data("PBMC")
#' @export
"PBMC"


Expand All @@ -44,4 +46,5 @@
#'
#' @source <https://github.com/ventolab/cellphonedb-data/archive/refs/tags/v4.0.0.tar.gz>
#' @usage data("CellPhoneDB")
#' @export
"CellPhoneDB"

0 comments on commit da461df

Please sign in to comment.