Skip to content

Commit

Permalink
use set instead of assay
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Mar 8, 2024
1 parent 3fc616f commit e614750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/QFeatures-constructors.R
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ QFeatures <- function(..., assayLinks = NULL) {
##' @param ... Further arguments passed to [readQFeatures()].
##'
##' @return An instance of class `QFeatures`. The expression data of
##' each acquisition run is stored in a separate assay as a
##' each acquisition run is stored in a separate set as a
##' `SummarizedExperiment` object.
##'
##' - The `QFeatures` (see [QFeatures()]) class to read about how to
Expand Down
2 changes: 1 addition & 1 deletion man/readQFeaturesFromDIANN.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e614750

Please sign in to comment.