From fb88b9d0bb93cdf368343b74322a18270a5564ac Mon Sep 17 00:00:00 2001 From: samuel-marsh Date: Thu, 15 Feb 2024 10:02:27 -0500 Subject: [PATCH] update & add reexport --- NAMESPACE | 2 ++ R/Reexports.R | 6 ++++++ man/reexports.Rd | 19 +++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 R/Reexports.R create mode 100644 man/reexports.Rd diff --git a/NAMESPACE b/NAMESPACE index 03246adb3f..1641b5e829 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -145,6 +145,7 @@ export(VariableFeaturePlot_scCustom) export(Variable_Features_ALL_LIGER) export(VlnPlot_scCustom) export(as.LIGER) +export(as.Seurat) export(as.anndata) export(plotFactors_scCustom) export(scCustomize_Palette) @@ -184,6 +185,7 @@ importFrom(SeuratObject,Features) importFrom(SeuratObject,JoinLayers) importFrom(SeuratObject,LayerData) importFrom(SeuratObject,Layers) +importFrom(SeuratObject,as.Seurat) importFrom(circlize,colorRamp2) importFrom(cowplot,theme_cowplot) importFrom(data.table,fread) diff --git a/R/Reexports.R b/R/Reexports.R new file mode 100644 index 0000000000..3f3ef21839 --- /dev/null +++ b/R/Reexports.R @@ -0,0 +1,6 @@ +#' @importFrom SeuratObject as.Seurat +#' @export +#' @note See `as.Seurat.liger()` for scCustomize extension of this generic to converting Liger objects. +#' +#' +SeuratObject::as.Seurat diff --git a/man/reexports.Rd b/man/reexports.Rd new file mode 100644 index 0000000000..446649decd --- /dev/null +++ b/man/reexports.Rd @@ -0,0 +1,19 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/Reexports.R +\docType{import} +\name{reexports} +\alias{reexports} +\alias{as.Seurat} +\title{Objects exported from other packages} +\note{ +See \code{as.Seurat.liger()} for scCustomize extension of this generic to converting Liger objects. +} +\keyword{internal} +\description{ +These objects are imported from other packages. Follow the links +below to see their documentation. + +\describe{ + \item{SeuratObject}{\code{\link[SeuratObject]{as.Seurat}}} +}} +