Skip to content

Commit

Permalink
fisrs semi-release: h5ad -> R
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Mazin committed Nov 21, 2023
1 parent b05c6ba commit 78edc4f
Show file tree
Hide file tree
Showing 13 changed files with 504 additions and 193 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: schard
Title: Reticulate-free single cell object conversion
Version: 0.0.0.9000
Version: 0.0.1
Authors@R:
person(given = "Pavel",
family = "Mazin",
Expand All @@ -14,8 +14,8 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
Matrix,
rhdf5
Suggests:
SingleCellExperiment,
Seurat
Seurat,
rhdf5

4 changes: 3 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Generated by roxygen2: do not edit by hand

export(h5ad2Matrix)
export(h5ad2data.frame)
export(h5ad2list)
export(h5ad2sce)
export(h5ad2seurat_l_spatial)
export(h5ad2seurat)
export(h5ad2seurat_spatial)
import(Matrix)
Loading

0 comments on commit 78edc4f

Please sign in to comment.