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:

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.



Try the InterMineR package in your browser

Any scripts or data that you put into this service are public.

InterMineR documentation built on Nov. 8, 2020, 5:58 p.m.