merlebehr / treeSeg

Implementation of the treeSeg algorithm as an R package.
14 stars 5 forks source link

Can treeSeg be used with categorical data with >2 categories? #1

Closed flashton2003 closed 5 years ago

flashton2003 commented 5 years ago

I was just wondering if treeSeg can be used with categorical data which has >2 categories?

The documentation for the function in R mentions binary and continuous, but I'm not sure about categorical with >2 categories.

ansariazim commented 5 years ago

Not yet, but you can convert your phenotypes into multiple binary categories (one category vs. all others) and run treeSeg on those binary categories.