R package for accessing InterMine instances
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
See HTML vignettes for detailed API and tutorials:
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
Bing Wang:
Konstantinos Kyritsis:
InterMineR-class
objects)GeneAnswer-class
objectsGRanges-class
and RangedSummarizedExperiment-class
objectssimplifyResult
function for flattened results display.listDatasets
and getDatasets
to retrieve information about the available datasets in each Mine.Celia Sanchez Laorden
LGPL. See LICENSE for details.
Sticker templates are available from BiocStickers - or find us at a conference to pick some up in person.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.