When using the infer_tree_structure function, I encountered an error related to the TSCANorder function call. The error suggests a mismatch between the parameters being passed and the actual function signature.
Error Message
Error in TSCANorder(mcl, startcluster = origin.cluster, listbranch = TRUE) :
unused argument (startcluster = origin.cluster)
This might be related to the TSCAN package code update (https://github.com/LTLA/TSCAN/blob/26abecf4bbc2785effddbb1db27c856fd236aac3/R/TSCANorder.R), where
TSCANorder <- function(mclustobj,MSTorder = NULL,orderonly=T,flip=F,listbranch=F) {...}
When using the
infer_tree_structurefunction, I encountered an error related to theTSCANorderfunction call. The error suggests a mismatch between the parameters being passed and the actual function signature.Error Message
This might be related to the TSCAN package code update (https://github.com/LTLA/TSCAN/blob/26abecf4bbc2785effddbb1db27c856fd236aac3/R/TSCANorder.R), where