design_matrix_builder {scSorter} | R Documentation |
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.
[Package scSorter version 0.0.2 Index]