data_preprocess: Preprocess Data

Description Usage Arguments Value

View source: R/data_preprocess.R

Description

This function validates and preprocesses the input data for the downstream analysis.

Usage

1
data_preprocess(expr, anno_processed)

Arguments

expr

A matrix of input data. Each row represents a gene and each column represents a cell.

anno_processed

A list of processed annotation information that consists of the design matrix and the weight matrix for marker genes.

Value

A list contains processed expression matrix, design matrix, and weight matrix.


scSorter documentation built on March 17, 2021, 9:06 a.m.