CBIIT / R-cometsAnalytics

R package development for COMETS Analytics
12 stars 10 forks source link

COMETS 1.4. heatmap (showHClust) issue #52

Closed ewymathe closed 1 year ago

ewymathe commented 6 years ago

When running a model that has several XXX, the heatmap function fails because there are duplicate rownames:

> excorrdata  <- COMETS::runCorr(exmodeldata,exmetabdata,"DPP")
NULL
NULL
[1] "running unadjusted"
> COMETS::showHClust(excorrdata)
Error: Duplicate identifiers for rows (532, 611), (1143, 1222)

This is a new error and not sure why it's creeping up now since the vignette hasn't been changed in a while.

ewymathe commented 6 years ago

Fixed this error due to the fact that outcome, not outcomespec was used display. OK to close?