Bioconductor R/Interactive

From ScientificComputing
Revision as of 09:42, 20 October 2022 by Sfux (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

You can start an interactive Bioconductor R session by typing the command R:

[sfux@eu-login-03 ~]$ module load gcc/4.8.2 bioconductor/3.0
Using OpenBLAS build of bioconductor R-3.0
[sfux@eu-login-03 ~]$ R

R version 3.1.2 (2014-10-31) -- "Pumpkin Helmet"
Copyright (C) 2014 The R Foundation for Statistical Computing
Platform: x86_64-slackware-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

>

Please use interactive sessions only to debug your R code or to install extension packages. Jobs need to be submitted through the batch system.