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:
Established the second query system (queries as InterMineR-class objects)
Addition of enrichment analysis functionality and convertion of the results to GeneAnswer-class objects
Addition of functionality for converting InterMineR-retrieved data to GRanges-class and RangedSummarizedExperiment-class objects
Additional functions:
simplifyResult function for flattened results display.
listDatasets and getDatasets to retrieve information about the available datasets in each Mine.
Vignette update (second edition)
Addition of tutorials for Enrichment Analysis and Visualization and FlyMine Genomic Visualizations with InterMineR
Celia Sanchez Laorden
Created the listManager class for dealing with lists of objects within InterMineR
Created methods get_list, delete_listand create_list
Created functions intersect, union, difference and subtract.
Created auxiliary methods: GET_api_list which returns the response object of the Request, get_unused_list_name which checks if the name given by the
user has been already used and, in such a case, provides a new one, and do_operation which creates a new list results of an operation.
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.
Master:
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 supportedif (!requireNamespace("BiocManager", quietly=TRUE))install.packages("BiocManager")BiocManager::install("InterMineR")In case installation for RCurl fails showing the error
installation 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 aptitudesudo apt-get install libcurl4-openssl-devsudo apt-get install libxml2-devUsage
See HTML vignettes for detailed API and tutorials:
Contributing
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-featureCredits
Bing Wang:
Konstantinos Kyritsis:
InterMineR-classobjects)GeneAnswer-classobjectsGRanges-classandRangedSummarizedExperiment-classobjectssimplifyResultfunction for flattened results display.listDatasetsandgetDatasetsto retrieve information about the available datasets in each Mine.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.