Skip to content

Commit

Permalink
Update R code
Browse files Browse the repository at this point in the history
  • Loading branch information
jleechung committed Jan 3, 2024
1 parent 4d042bf commit 9f71260
Show file tree
Hide file tree
Showing 8 changed files with 388 additions and 199 deletions.
27 changes: 27 additions & 0 deletions R/Banksy-package.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#'
#' The Banksy package
#'
#' Banksy is a library and R package for network analysis.
#'
#' @rdname Banksy-package
#' @name Banksy-package
#' @keywords internal
#' @aliases Banksy-package Banksy
#' @docType package
#'
#' @section Description:
#' Banksy is an R package that incorporates spatial information to cluster
#' cells in a feature space (e.g. gene expression). To incorporate spatial
#' information, BANKSY computes the mean neighborhood expression and azimuthal
#' Gabor filters that capture gene expression gradients. These features are
#' combined with the cell's own expression to embed cells in a
#' neighbor-augmented product space which can then be clustered, allowing for
#' accurate and spatially-aware cell typing and tissue domain segmentation.
#'
#' @section Details:
#' For a quick start to the package, please refer to the GitHub page at
#' \url{https://github.com/prabhakarlab/Banksy}. For in-depth guides to package
#' functionality and use cases, refer to the package webpage at
#' \url{https://prabhakarlab.github.io/Banksy}.
#'
"_PACKAGE"
Loading

0 comments on commit 9f71260

Please sign in to comment.