R/RcppExports.R

Defines functions RowMergeMatricesList GraphToNeighborHelper

# 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)
}

Try the SeuratObject package in your browser

Any scripts or data that you put into this service are public.

SeuratObject documentation built on Nov. 18, 2023, 1:06 a.m.