Skip to content

Commit

Permalink
tempora fix
Browse files Browse the repository at this point in the history
  • Loading branch information
josschavezf committed Nov 8, 2024
1 parent ac9bd2a commit 09579f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions R/convenience_visiumHD.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,10 @@ setMethod("print", signature("VisiumHDReader"), function(x, ...) show(x))
#' @returns VisiumHDReader object
#' @examples
#' # Create a `VisiumHDReader` object
#' reader <- importVisiumHD()
#'
#'
#' \dontrun{
#' reader <- importVisiumHD()
#' # Set the visiumHD_dir
#' reader$visiumHD_dir <- "path to visium HD dir"
#' readerHD$visiumHD_dir <- visiumHD_dir
Expand All @@ -130,12 +131,12 @@ setMethod("print", signature("VisiumHDReader"), function(x, ...) show(x))
#' tissue_pos <- readerHD$load_tissue_position()
#' metadata <- readerHD$load_metadata()
#'
#' Load matrix or create expression object
#' # Load matrix or create expression object
#' matrix <- readerHD$load_matrix()
#' expression_obj <- readerHD$load_expression()
#'
#' Load transcript data (cell metadata, expression object, and transcripts per
#' pixel)
#' # Load transcript data (cell metadata, expression object, and transcripts per
#' # pixel)
#' my_transcripts <- readerHD$load_transcripts(array_subset_row = c(500, 1000),
#' array_subset_col = c(500, 1000))
#'
Expand Down
9 changes: 5 additions & 4 deletions man/importVisiumHD.Rd

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

0 comments on commit 09579f4

Please sign in to comment.