Skip to content

TSCANorder parameter mismatch in infer_tree_structure function #33

Description

@yu-tong-wang

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) {...}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions