-
Notifications
You must be signed in to change notification settings - Fork 17
/
Rprofile.site
3 lines (3 loc) · 887 Bytes
/
Rprofile.site
1
2
3
library("GalaxyConnector")
.First <- function() cat("\n Welcome to the Galaxy R Interactive Environment!\n\nThe convenience functions gx_put(), gx_get(), and gx_save() are available to you to interact with your current Galaxy history.\n\n gx_get(42) - Fetch dataset 42 from your Galaxy history. Returns the path where it is available\n gx_put(filename) - Push a dataset to Galaxy\n gx_save() - Save .RHistory, .RData to your Galaxy environment\n\nSome packages are pre-installed for you; RCurl, XML, shiny, ggvis, dplyr, tidyr, ggplot2, reshape2, RODBC, Bioconductor core packages, edgeR, Gviz, Rgraphviz, limma, DESeq2, cummeRbund, affay, Rsamtools \n\n You can install new packages with conda. For example you can do `conda install bioconductor-tximport`. With the default configuration, all packages from conda-forge and bioconda can be installed.`")
options(encoding = "UTF-8")