Skip to content

Commit

Permalink
update & add reexport
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-marsh committed Feb 15, 2024
1 parent 1e0ea37 commit fb88b9d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
6 changes: 6 additions & 0 deletions R/Reexports.R
Original file line number Diff line number Diff line change
@@ -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
19 changes: 19 additions & 0 deletions man/reexports.Rd

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

0 comments on commit fb88b9d

Please sign in to comment.