geneXplainR
geneXplainR: An R interface for the geneXplain platform - Published in JOSS (2017)
Science Score: 93.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: joss.theoj.org, zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Repository
An R interface for the geneXplain platform
Basic Info
- Host: GitHub
- Owner: genexplain
- License: mit
- Language: R
- Default Branch: master
- Size: 15.4 MB
Statistics
- Stars: 5
- Watchers: 5
- Forks: 4
- Open Issues: 1
- Releases: 1
Metadata Files
README.md
geneXplainR
The geneXplainR package provides an R client for the geneXplain platform [1]. The geneXplain platform is an online toolbox and workflow management system for a broad range of bioinformatic and systems biology applications. The platform is well-known for its upstream analysis [2], that has been developed to identify causal signalling molecules on the basis of experimental data like expression measurements.
geneXplainR is based on and extends the rbiouml package. A goal of this project is to add functionality that helps to make building R pipelines that use the geneXplain platform easier.
Installation
From github.com
The geneXplainR package can be easily installed from its github repository using devtools.
R
library(devtools)
install_github("genexplain/geneXplainR")
We hope to make geneXplainR available through other channels as well, so that there will be further options to download and install the software.
Usage
A script using geneXplain may look like this (please note that shown parameters won't work):
```R library(geneXplainR) gx.login("https://platform.genexplain.com","user","password")
Get a listing of your research projects
gx.ls("data/Projects") ```
Login to a personal platform workspace requires valid user name and password which can be obtained for free on the geneXplain website. If you just wish to try out the functionality of geneXplainR, you can sign into the demo account on our public server platform.genexplain.com by simply calling gx.login(), without parameters. To access another server that provides a demo workspace, you can call gx.login with the server URL as only argument.
Documentation and examples
For information about geneXplainR, please refer to the vignettes that come with this package. Furthermore, the examples branch of this repository contains a number of examples.
Support
If you find an issue, we would be happy if you let us know either by writing an e-mail to geneXplain or to the GitHub issue system.
References
- Kel, A., Kolpakov, F., Poroikov, V., Selivanova, G. (2011) GeneXplain — Identification of Causal Biomarkers and Drug Targets in Personalized Cancer Pathways. J. Biomol. Tech. 22(suppl.), S1
- Koschmann, J., Bhar, A., Stegmaier,P., Kel, A. E. and Wingender, E. (2015) “Upstream Analysis”: An integrated promoter-pathway analysis approach to causal interpretation of microarray data. Microarrays 4, 270-286.
Owner
- Name: genexplain
- Login: genexplain
- Kind: organization
- Repositories: 3
- Profile: https://github.com/genexplain
JOSS Publication
geneXplainR: An R interface for the geneXplain platform
Authors
geneXplain GmbH, Am Exer 10b, D-38304 Wolfenbuettel, Germany
geneXplain GmbH, Am Exer 10b, D-38304 Wolfenbuettel, Germany, Institute of Bioinformatics, University Medical Center Göttingen, D-37077 Göttingen, Germany
Tags
Bioinformatics Systems biology geneXplain Platform Upstream analysisGitHub Events
Total
Last Year
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Philip Stegmaier | p****r@g****m | 75 |
| pstegma | n****a@g****e | 20 |
| Luisa Peterson | 3****n | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 4
- Average time to close issues: 10 days
- Average time to close pull requests: 5 minutes
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 7.0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- MahrWe (1)
Pull Request Authors
- lsptrsn (3)
- kaltynbekova (1)
