Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit fff612c

Browse files
committed
Stop ignoring files
1 parent 253581c commit fff612c

File tree

7 files changed

+198
-23
lines changed

7 files changed

+198
-23
lines changed

.Rbuildignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66
^README\.Rmd$
77
^doc$
88
^Meta$
9-
makeflow*
10-
^R/dev\.R$
11-
^R$
9+
makeflow*

R/dev.R

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ update_database <- function(metadata, version, ...){
110110
#' @inherit upload_swift return
111111
#' @keywords internal
112112
#' @examples
113-
#' @noRd
114113
#' \dontrun{
115114
#' update_unharmonised(
116115
#' "/vast/projects/cellxgene_curated/metadata_non_harmonised_parquet_0.2",
@@ -186,25 +185,25 @@ hdf5_to_anndata = function(input_directory, output_directory){
186185
}, env = zellkonverter::zellkonverterAnnDataEnv())
187186
}
188187

189-
#' Converts a series of H5-serialized Seurat to AnnData
190-
#' @param input_directory A character scalar. The path to a directory containing one or more
191-
#' directories created by [SeuratDisk::SaveH5Seurat()].
192-
#' @param output_directory A character scalar. The path to a directory in which to save the
193-
#' created anndata files.
194-
#' @keywords internal
195-
#' @return A character vector of the newly-created anndata files
196-
#' @noRd
197-
#' @examples
198-
#' \donttest{
199-
#' h5seurat_to_anndata(
200-
#' "/vast/projects/cellxgene_curated/splitted_DB2_data_0.2.1",
201-
#' "/vast/projects/cellxgene_curated/splitted_DB2_anndata_0.2.1"
202-
#' )
203-
#' h5seurat_to_anndata(
204-
#' "/vast/projects/cellxgene_curated/splitted_DB2_data_scaled_0.2.1",
205-
#' "/vast/projects/cellxgene_curated/splitted_DB2_anndata_scaled_0.2.1"
206-
#' )
207-
#' }
188+
# Converts a series of H5-serialized Seurat to AnnData
189+
# @param input_directory A character scalar. The path to a directory containing one or more
190+
# directories created by [SeuratDisk::SaveH5Seurat()].
191+
# @param output_directory A character scalar. The path to a directory in which to save the
192+
# created anndata files.
193+
# @keywords internal
194+
# @return A character vector of the newly-created anndata files
195+
# @noRd
196+
# @examples
197+
# \donttest{
198+
# h5seurat_to_anndata(
199+
# "/vast/projects/cellxgene_curated/splitted_DB2_data_0.2.1",
200+
# "/vast/projects/cellxgene_curated/splitted_DB2_anndata_0.2.1"
201+
# )
202+
# h5seurat_to_anndata(
203+
# "/vast/projects/cellxgene_curated/splitted_DB2_data_scaled_0.2.1",
204+
# "/vast/projects/cellxgene_curated/splitted_DB2_anndata_scaled_0.2.1"
205+
# )
206+
# }
208207
# h5seurat_to_anndata = function(input_directory, output_directory, assays = "RNA"){
209208
#
210209
# # Check if package is loaded

man/downsample_metadata.Rd

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/hdf5_to_anndata.Rd

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/update_database.Rd

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/update_unharmonised.Rd

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/upload_swift.Rd

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)