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

better examples when using straight from R #13

Closed
brobr opened this issue Jun 13, 2020 · 2 comments
Closed

better examples when using straight from R #13

brobr opened this issue Jun 13, 2020 · 2 comments

Comments

@brobr
Copy link

brobr commented Jun 13, 2020

Hi, thanks for ClustVis as a means for getting a PCA analysis of data. The web-interface for the heatmap, however, hangs too often when changing parameters to adapt clustering method, figure and label sizes. Could you maybe provide examples in the Vignette how to set/change these values in an R-script/command so that someone can produce/alter figures independent of server- or web capacity straight from the R command line?

@taunometsalu
Copy link
Owner

Hi brobr,

The functions used in the vignette are well documented in the package, you can just browse the standard R help pages to see how to modify the default settings:

library(clustvis)
?importData
?processData
?generatePCA
?generateHeatmap
?exportData

These functions refer to the different tabs in the web interface, and the parameter names used in the functions are also similar to the web.

Does it help in your case? If you have some specific question, please let me know.

@brobr
Copy link
Author

brobr commented Jun 16, 2020

Ah, yes; thanks for the pointer (bit of a novice to R)

@brobr brobr closed this as completed Jun 16, 2020
@taunometsalu taunometsalu mentioned this issue Feb 3, 2021
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