File: RcppExports.R

package info (click to toggle)
r-cran-seuratobject 5.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,536 kB
  • sloc: cpp: 109; sh: 14; makefile: 8; ansic: 4
file content (11 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

GraphToNeighborHelper <- function(mat) {
    .Call('_SeuratObject_GraphToNeighborHelper', PACKAGE = 'SeuratObject', mat)
}

RowMergeMatricesList <- function(mat_list, mat_rownames, all_rownames) {
    .Call('_SeuratObject_RowMergeMatricesList', PACKAGE = 'SeuratObject', mat_list, mat_rownames, all_rownames)
}