From e131412eb1fec08cecc03f4ce297d256c61b25c2 Mon Sep 17 00:00:00 2001 From: Junchen Yang Date: Wed, 6 Mar 2024 10:23:08 -0500 Subject: [PATCH] updated DESCRIPTION and NAMESPACE --- DESCRIPTION | 2 +- NAMESPACE | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6fea0cd..f5a0480 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,7 +7,7 @@ Description: Cell-cell Interactions at Single-Cell Resolution License: GPL-3 Encoding: UTF-8 LazyData: yes -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 VignetteBuilder: knitr Depends: R (>= 4.0) diff --git a/NAMESPACE b/NAMESPACE index 0604879..2538556 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -16,6 +16,7 @@ export(RunNICHES) export(RunNeighborhoodToCell) export(RunSystemToCell) export(compute_edgelist) +export(getSeuratAssay) export(lr_load) export(prepSeurat) export(return_celltypes)