bnem
Boolean Nested Effect Models - https://doi.org/10.1093/bioinformatics/btv680 - https://bioconductor.org/packages/bnem
Science Score: 36.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
-
○Academic publication links
-
✓Committers with academic emails
3 of 6 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.5%) to scientific vocabulary
Keywords from Contributors
Repository
Boolean Nested Effect Models - https://doi.org/10.1093/bioinformatics/btv680 - https://bioconductor.org/packages/bnem
Statistics
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
B-NEM
Boolean Nested Effects Models (B-NEM) are used to infer signalling pathways. In different experiments (conditions) members of a pathway (S-genes) are stimulated or inhibited, alone and in combination. In each experiment transcriptional targets (E-genes) of the pathway react differently and are higher or lower expressed depending on the condition. From these differential expression profiles B-NEM infers Boolean functions presented as hyper-edges of a hyper-graph connecting parents and children in the pathway. For example if the signal is transducted by two parents A and B to a child C and the signal can be blocked with a knock-down of either one, they are connected by a typical AND-gate. If the signal is still transduced during a single knock-down, but blocked by the double knock-down of A and B, they activate C by an OR-gate. In general the state of child C is defined by a Boolean function
f: {0,1}^n -> {0,1}, C = f(A1, ... , An)
with its parents A_i, i ∈ {1,...,n}.
Install:
```{r} if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("bnem") ```
Most recent (devel) version:
```r install.packages("devtools")
library(devtools)
install_github("MartinFXP/bnem")
library(bnem) ```
Then check out the vignette for working examples.
r
vignette("bnem")
Publication result:
Use the function ?processDataBCR to reproduce the data analysed in
the publication (Pirkl et. al., 2016).
References:
Pirkl, Martin, Hand, Elisabeth, Kube, Dieter, & Spang, Rainer. 2016. Analyzing synergistic and non-synergistic interactions in signalling pathways using Boolean Nested Effect Models. \textit{Bioinformatics}, 32(6), 893–900.
Pirkl, Martin. 2016. Indirect inference of synergistic and alternative signalling of intracellular pathways. University of Regensburg.
Owner
- Login: MartinFXP
- Kind: user
- Repositories: 1
- Profile: https://github.com/MartinFXP
GitHub Events
Total
- Push event: 3
Last Year
- Push event: 3
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| MartinFXP | m****l@b****h | 96 |
| MartinFXP | m****l@u****e | 43 |
| mpirkl | m****l@y****e | 11 |
| J Wokaty | j****y@s****u | 10 |
| Nitesh Turaga | n****a@g****m | 6 |
| MartinFXP | m****l@b****h | 6 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 10
- Total pull requests: 0
- Average time to close issues: 10 months
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.2
- Average comments per pull request: 0
- Merged pull requests: 0
- 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
- MartinFXP (10)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 7,521 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
bioconductor.org: bnem
Training of logical models from indirect measurements of perturbation experiments
- Homepage: https://github.com/MartinFXP/bnem/
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/bnem/inst/doc/bnem.pdf
- License: GPL-3
-
Latest release: 1.16.0
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.1 depends
- Biobase * imports
- CellNOptR * imports
- RColorBrewer * imports
- Rgraphviz * imports
- affy * imports
- binom * imports
- cluster * imports
- epiNEM * imports
- flexclust * imports
- graph * imports
- graphics * imports
- limma * imports
- matrixStats * imports
- methods * imports
- mnem * imports
- rmarkdown * imports
- snowfall * imports
- stats * imports
- sva * imports
- utils * imports
- vsn * imports
- BiocGenerics * suggests
- knitr * suggests