This function validates and preprocesses the input data for the downstream analysis.
data_preprocess(expr, anno_processed)A matrix of input data. Each row represents a gene and each column represents a cell.
A list of processed annotation information that consists of the design matrix and the weight matrix for marker genes.
A list contains processed expression matrix, design matrix, and weight matrix.