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

Commit 77fa66b

Browse files
committed
Merge branch 'master' of github.com:stemangiola/HCAquery
2 parents d680596 + 76e5b2d commit 77fa66b

18 files changed

+532
-305
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: CuratedAtlasQueryR
33
Title: Queries the Human Cell Atlas
4-
Version: 1.1.3
4+
Version: 1.3.4
55
Authors@R: c(
66
person(
77
"Stefano",
@@ -94,7 +94,8 @@ Imports:
9494
dbplyr (>= 2.3.0),
9595
duckdb,
9696
stringr,
97-
checkmate
97+
checkmate,
98+
stringfish
9899
Suggests:
99100
zellkonverter,
100101
rmarkdown,

NAMESPACE

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ export(get_SingleCellExperiment)
66
export(get_database_url)
77
export(get_default_cache_dir)
88
export(get_metadata)
9+
export(get_pseudobulk)
910
export(get_seurat)
1011
export(get_single_cell_experiment)
1112
export(get_unharmonised_metadata)
12-
export(import_metadata_counts)
13+
export(import_one_sce)
1314
importFrom(BiocGenerics,cbind)
1415
importFrom(DBI,dbConnect)
1516
importFrom(DBI,dbDisconnect)
16-
importFrom(HDF5Array,HDF5RealizationSink)
1717
importFrom(HDF5Array,loadHDF5SummarizedExperiment)
1818
importFrom(HDF5Array,saveHDF5SummarizedExperiment)
1919
importFrom(S4Vectors,"metadata<-")
@@ -24,7 +24,6 @@ importFrom(SeuratObject,as.Seurat)
2424
importFrom(SeuratObject,as.sparse)
2525
importFrom(SingleCellExperiment,"reducedDims<-")
2626
importFrom(SingleCellExperiment,SingleCellExperiment)
27-
importFrom(SingleCellExperiment,combineCols)
2827
importFrom(SingleCellExperiment,reducedDims)
2928
importFrom(SingleCellExperiment,rowData)
3029
importFrom(SummarizedExperiment,"assayNames<-")
@@ -80,7 +79,6 @@ importFrom(purrr,reduce)
8079
importFrom(purrr,set_names)
8180
importFrom(purrr,walk)
8281
importFrom(rlang,.data)
83-
importFrom(stats,setNames)
8482
importFrom(stringr,str_detect)
8583
importFrom(stringr,str_remove_all)
8684
importFrom(stringr,str_replace_all)

0 commit comments

Comments
 (0)