nempi
Nested Effects Models based Perturbation Inference - https://doi.org/10.1093/bioinformatics/btab113 - https://bioconductor.org/packages/nempi
Science Score: 57.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 2 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
2 of 4 committers (50.0%) from academic institutions -
✓Institutional organization owner
Organization cbg-ethz has institutional domain (www.bsse.ethz.ch) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.8%) to scientific vocabulary
Keywords from Contributors
Repository
Nested Effects Models based Perturbation Inference - https://doi.org/10.1093/bioinformatics/btab113 - https://bioconductor.org/packages/nempi
Basic Info
- Host: GitHub
- Owner: cbg-ethz
- Language: R
- Default Branch: master
- Homepage: http://bioconductor.org/packages/nempi
- Size: 96.7 KB
Statistics
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Introduction
If many genes are perturbed in a population of cells, this can lead to diseases like cancer. The perturbations can happen in different ways, e.g. via mutations, copy number abberations or methylation. However, not all perturbations are observed in all samples.
Nested Effects Model-based perturbation inference (NEM$\pi$) uses observed perturbation profiles and gene expression data to infer unobserved perturbations and augment observed ones. The causal network of the perturbed genes (P-genes) is modelled as an adjacency matrix $\phi$ and the genes with observed gene expression (E-genes) are modelled with the attachment $\theta$ with $\theta_{ij}=1$, if E-gene $j$ is attached to S-gene $i$. If E-gene $j$ is attached to P-gene $i$, $j$ shows an effect for a perturbation of P-gene $i$. Hence, $\phi\theta$ predicts gene expression profiles, which can be compared to the real data. NEM$\pi$ iteratively infers a network $\phi$ based on gene expression profiles and a perturbation profile, and the perturbation profile based on a network $\phi$.
Install:
```{r} if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("nempi") ```
Most recent (devel) version:
```r install.packages("devtools")
library(devtools)
install_github("cbg-ethz/nempi")
library(nempi) ``` For the reproduction of the publication see the script in the other directory.
Reference
Pirkl M, Beerenwinkel N (2021). "Inferring perturbation profiles of cancer samples." Bioinformatics. https://doi.org/10.1093/bioinformatics/btab113.
Owner
- Name: Computational Biology Group (CBG)
- Login: cbg-ethz
- Kind: organization
- Location: Basel, Switzerland
- Website: https://www.bsse.ethz.ch/cbg
- Twitter: cbg_ethz
- Repositories: 91
- Profile: https://github.com/cbg-ethz
Beerenwinkel Lab at ETH Zurich
GitHub Events
Total
- Push event: 2
Last Year
- Push event: 2
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| mpirkl | m****l@b****h | 28 |
| J Wokaty | j****y@s****u | 10 |
| Nitesh Turaga | n****a@g****m | 6 |
| mpirkl | m****l@y****e | 5 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 2
- Total pull requests: 0
- Average time to close issues: 28 days
- Average time to close pull requests: N/A
- Total issue authors: 2
- Total pull request authors: 0
- Average comments per issue: 10.0
- 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
- axeljeremy7 (1)
- HenrikBengtsson (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 7,120 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
bioconductor.org: nempi
Inferring unobserved perturbations from gene expression data
- Homepage: https://github.com/cbg-ethz/nempi/
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/nempi/inst/doc/nempi.pdf
- License: GPL-3
-
Latest release: 1.16.0
published 11 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.1 depends
- mnem * depends
- e1071 * imports
- epiNEM * imports
- graphics * imports
- matrixStats * imports
- naturalsort * imports
- nnet * imports
- randomForest * imports
- stats * imports
- utils * imports
- BiocGenerics * suggests
- BiocStyle * suggests
- RUnit * suggests
- knitr * suggests
- rmarkdown * suggests