`create_scmp()` initializes a ScMaSigPro object with the given counts, cell level metadata, and other optional parameters.
create_scmp(
counts,
cell_data,
feature_data,
bin_counts = NULL,
bin_cell_data = NULL,
ptime_col,
path_col,
use_as_bin = FALSE
)
A matrix containing the raw expression counts.
A data frame containing the cell level metadata.
A data frame containing the feature level metadata.
A matrix containing the binned counts. (Only if use_as_bin == TRUE)
A data frame containing the binned cell level metadata. (Only if use_as_bin == TRUE)
A character string representing the column name for inferred Pseudotime values. (Default is "Pseudotime")
A character string representing the column name for branching path assignment. (Default is `path_prefix`)
A logical indicating to run MaSigPro analysis without pseudotime binning. Defaults to FALSE.
An object of class ScMaSigPro
, with aligned pseudotime.