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

Commit 6a9cfa7

Browse files
authored
Merge pull request #64 from stemangiola/fix-61
Update get_SingleCellExperiment(assays) documentation
2 parents e32f53a + b64b8fe commit 6a9cfa7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

R/query.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ 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 "raw" or
30-
#' "scaled", representing the corresponding assay you want to request.
29+
#' @param assays A character vector whose elements must be either "counts" and/or
30+
#' "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.
3333
#' @param cache_directory An optional character vector of length one. If

man/get_SingleCellExperiment.Rd

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

man/get_seurat.Rd

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

0 commit comments

Comments
 (0)