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

Commit b64b8fe

Browse files
committed
Fix 61
1 parent be007a3 commit b64b8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/query.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ REMOTE_URL <- "https://swift.rc.nectar.org.au/v1/AUTH_06d6e008e3e642da99d806ba3e
2626
#' @param data A data frame containing, at minimum, a `.sample` column, which
2727
#' corresponds to a single cell sample ID. This can be obtained from the
2828
#' [get_metadata()] function.
29-
#' @param assays A character vector whose elements must be either "counts" or
29+
#' @param assays A character vector whose elements must be either "counts" and/or
3030
#' "cpm", representing the corresponding assay(s) you want to request.
3131
#' @param repository A character vector of length one. If provided, it should be
3232
#' an HTTP URL pointing to the location where the single cell data is stored.

0 commit comments

Comments
 (0)