Skip to content

Commit

Permalink
fix error from fetch_dataset_samples (relates to #42 )
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Aug 29, 2024
1 parent 4daf88b commit aa2a88a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/fetch.R
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ fetch_sparse_values <- function(host, dataset, genes, samples = NULL,
fetch_dataset_samples <- function(host, dataset, limit = NULL) {
.attach_this()
host <- check_hiplot(host)
if (is.null(limit)) limit = -1
.p_dataset_samples(host = host, dataset = dataset, limit = limit)
}

Expand Down

0 comments on commit aa2a88a

Please sign in to comment.