-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
388 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Oops, something went wrong.