Skip to content

Commit

Permalink
Added concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdamoses committed Nov 14, 2024
1 parent a0765d4 commit 4ccec45
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/listw2sparse.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#' it will be the row and column names of the output matrix.
#' @export
#' @importFrom Matrix sparseMatrix
#' @concept Spatial neighborhood graph
#' @examples
#' library(SFEData)
#' sfe <- McKellarMuscleData("small")
Expand Down Expand Up @@ -47,6 +48,7 @@ listw2sparse <- function(listw) {
#' When the input is an SFE object, the rows and columns will match the column
#' names of the SFE object.
#' @export
#' @concept Spatial neighborhood graph
#' @examples
#' # example code
#'
Expand Down
1 change: 1 addition & 0 deletions R/read.R
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ read10xVisiumSFE <- function(samples = "",
#' not zooming in. See the \code{scattermore} argument in
#' \code{\link[Voyager]{plotSpatialFeature}}.
#' @export
#' @concept Read data into SFE
#' @examples
#' #
readVisiumHD <- function(data_dir, bin_size = c(2L, 8L, 16L),
Expand Down
1 change: 1 addition & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ gdalParquetAvailable <- function() {
#' \item{\code{fn}}{File path of the transcript spot file.}
#' }
#' @export
#' @concept Utilities
getTechTxFields <- function(tech, data_dir = NULL) {
spatialCoordsNames <- switch(
tech,
Expand Down
1 change: 1 addition & 0 deletions man/getTechTxFields.Rd

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

1 change: 1 addition & 0 deletions man/listw2sparse.Rd

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

1 change: 1 addition & 0 deletions man/multi_listw2sparse.Rd

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

1 change: 1 addition & 0 deletions man/readVisiumHD.Rd

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

0 comments on commit 4ccec45

Please sign in to comment.