README.md

Master: Build Status: master Dev: Build Status: dev

InterMine-R

R package for accessing InterMine instances

Installation

InterMineR has been added to Bioconductor.

To install this package, start R and enter:

## try http:// if https:// URLs are not supported

if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager")

BiocManager::install("InterMineR")

In case installation for RCurl fails showing the errorinstallation of package ‘RCurl’ had non-zero exit status, install libxml2-dev, libcurl4-openssl-dev and aptitude on you system using the following commands :

sudo apt-get install aptitude

sudo apt-get install libcurl4-openssl-dev

sudo apt-get install libxml2-dev

Usage

See HTML vignettes for detailed API and tutorials:

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

Bing Wang:

Konstantinos Kyritsis:

Celia Sanchez Laorden

License

LGPL. See LICENSE for details.

Stickers

Sticker templates are available from BiocStickers - or find us at a conference to pick some up in person.



intermine/rintermine documentation built on Jan. 10, 2022, 4:24 p.m.