Skip to content

Commit

Permalink
some change in manuals
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur-man committed Apr 2, 2024
1 parent 89e7392 commit faf1110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,6 @@ as.VoltRon <- function(object, ...) {
#' @rdname as.Zarr
#' @export as.Zarr
#'
as.Zarr <- function(object, ...) {
as.Zarr <- function(object, out_path, image_id) {
UseMethod(generic = 'as.Zarr', object = object)
}
2 changes: 1 addition & 1 deletion R/import.R
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ importXenium <- function (dir.path, selected_assay = "Gene Expression", assay_na
#' @param overwrite_resolution if TRUE, the image "file.name" will be generated again although it exists at "dir.path"
#' @param output.path The path to the new morphology image created if the image should be saved to a location other than Xenium output folder.
#' @param file.name the name of the lowred morphology image. Default: morphology_lowres.tif
#' @param ... additional parameters passed to the \link{EBImage::writeImage} function
#' @param ... additional parameters passed to the \link{writeImage} function
#'
#' @importFrom EBImage writeImage
#'
Expand Down

0 comments on commit faf1110

Please sign in to comment.