pegi3s/r_network

By pegi3s

Updated over 3 years ago

R image with data analysis libraries for network analysis, built on top of r_data-analysis.

Image
Networking
Languages & frameworks
Data science
0

10.0K

pegi3s/r_network repository overview

This image belongs to a larger project called Bioinformatics Docker Images Project (http://pegi3s.github.io/dockerfiles)

(Please note that the original software licenses still apply)

This image facilitates the usage of R Project with the most common packages for R network analysis. The packages included in this image are:

Using the R Project image in Linux

You should adapt and run the following command: docker run --rm -it -v /your/data/dir:/data pegi3s/r_network Rscript /data/script.R

In this command, you should replace:

  • /your/data/dir to point to the directory that contains the input files you want to analyze.
  • script.R to the actual name of your script using any of the packages included in this image (i.e. containing library("igraph")).

To see the R Project help, just run docker run --rm pegi3s/r_network R --help.

Tag summary

Content type

Image

Digest

sha256:88ac5b5bf

Size

751.1 MB

Last updated

over 3 years ago

docker pull pegi3s/r_network