data_preprocess {scSorter}R Documentation

Preprocess Data

Description

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

Usage

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.


[Package scSorter version 0.0.2 Index]