# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
RunUMISampling <- function(data, sample_val, upsample = FALSE, display_progress = TRUE) {
.Call('Seurat_RunUMISampling', PACKAGE = 'Seurat', data, sample_val, upsample, display_progress)
}
RunUMISamplingPerCell <- function(data, sample_val, upsample = FALSE, display_progress = TRUE) {
.Call('Seurat_RunUMISamplingPerCell', PACKAGE = 'Seurat', data, sample_val, upsample, display_progress)
}
RowMergeMatrices <- function(mat1, mat2, mat1_rownames, mat2_rownames, all_rownames) {
.Call('Seurat_RowMergeMatrices', PACKAGE = 'Seurat', mat1, mat2, mat1_rownames, mat2_rownames, all_rownames)
}
LogNorm <- function(data, scale_factor, display_progress = TRUE) {
.Call('Seurat_LogNorm', PACKAGE = 'Seurat', data, scale_factor, display_progress)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.