design_matrix_builder: Design Matrix Builder
Description
Builds the design matrix required by update_func based on user input.
Usage
design_matrix_builder(anno, weight)
Arguments
anno
A matrix or data frame that contains marker genes specified for cell types of interest.
weight
The default weight assigned to marker genes.
Value
A list contains processed design matrix and weight matrix.