Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
YingMa0107 authored Jan 9, 2024
1 parent 28148d1 commit 2f05205
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 195 deletions.
15 changes: 15 additions & 0 deletions R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,18 @@ IRIS_ref_iter <- function(XList, BIn, AList, VList, StrList, MuIn) {
.Call('_IRIS_IRIS_ref_iter', PACKAGE = 'IRIS', XList, BIn, AList, VList, StrList, MuIn)
}

#' IRIS_ref function
#' @param XList The input list of normalized spatial data
#' @param BIn The input list of cell type specific basis matrix B
#' @param AList The constructed Ajacency matrix for each tissue slice
#' @param VList List of initial matrix of cell type compositions V
#' @param StrList List of initial spatial domains for each tissue slice
#' @param MuIn Initial matrix of mean cell type proportion across slices
#'
#' @return A list
#'
#' @export
IRIS_Marker_iter <- function(XList, BIn, AList, VList, StrList, MuIn) {
.Call('_IRIS_IRIS_Marker_iter', PACKAGE = 'IRIS', XList, BIn, AList, VList, StrList, MuIn)
}

Loading

0 comments on commit 2f05205

Please sign in to comment.