`sc.restruct()` Add Description
sc.restruct(
scmpObj,
end_node_list,
root_node,
link_node_list,
assay_name = "counts",
aggregate = "sum",
link_sep = "_links_",
verbose = TRUE
)
An object of class ScMaSigPro
.
path assignment in 'Sparse' or 'Dense' data.
A list of end nodes in of the branch.
A character string specifying the root node.
A list of links between two nodes.
Name of the Assay in sparse data from which the counts are used. (Default = "counts").
A character string specifying the method to aggregate counts within each cluster. Available options are 'mean' or 'sum'. (Default = "sum").
A character string to separate the link nodes. (Default = "_links_")
Print detailed output in the console. (Default is TRUE)
An object of class ScMaSigPro
, with updated `Dense`
slot.
estBinSize
, discretize
,
create_range