Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix rendering much faster when NOT using the shiny wrapper #6

Open
katsikora opened this issue Aug 9, 2019 · 2 comments
Open

Matrix rendering much faster when NOT using the shiny wrapper #6

katsikora opened this issue Aug 9, 2019 · 2 comments

Comments

@katsikora
Copy link

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

@katsikora
Copy link
Author

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

@joshua-gould
Copy link
Contributor

joshua-gould commented Aug 12, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants