You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we've noticed the matrix rendering (say matrix(rnorm(200000), 10000)) is very slow using morpheus(x) in shiny, but rendering from a text file opened via what looks like a morpheus iframe or API on the shiny-rendered page is instantenous.
Why's that? Is there anything we can do to speed things up when using the shiny wrapper?
Thanks for any advice,
Best,
Katarzyna
The text was updated successfully, but these errors were encountered:
On Mon, Aug 12, 2019 at 10:51 AM Katarzyna Sikora ***@***.***> wrote:
else if (! isTRUE(Rowv)) {
rowInd <- nr : 1
ddr <- as.dendrogram(hclust(dist(diag(nr))))
}
This looks like a slow process.
Is it possible to set rowDendrogram <-NULL directly if dendrogram="none" is specified ? And skip ddr computation.
Best,
Katarzyna
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Hi,
we've noticed the matrix rendering (say matrix(rnorm(200000), 10000)) is very slow using morpheus(x) in shiny, but rendering from a text file opened via what looks like a morpheus iframe or API on the shiny-rendered page is instantenous.
Why's that? Is there anything we can do to speed things up when using the shiny wrapper?
Thanks for any advice,
Best,
Katarzyna
The text was updated successfully, but these errors were encountered: