Science Score: 39.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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.2%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Bayesian proteomics data analysis
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 4
Created about 4 years ago
· Last pushed 10 months ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```


[](https://CRAN.R-project.org/package=baldur)
# Baldur
The goal of Baldur is to shine light on your proteomics data.
Baldur is a hierarchical Bayesian model that uses an empirical Bayes method to estimate hyperparamters for the variance and measurement specific uncertainty.
It then estimates the posterior of the difference in means between different conditions for each peptide/protein/PTM.
Finally, it integrates the posterior to estimate the probability of error.
## Installation
You can install the development version of `baldur` from this github or the stable version from CRAN.
Importantly, you first need to follow the instructions for installing `rstan` [https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started](https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started) and make sure that is working.
Then you can install `baldur` accordingly:
For the stable release please install from CRAN:
```{r, eval = FALSE}
install.packages('baldur')
```
Or you can install the developmental version of `baldur` from this github:
```{r, eval = FALSE}
devtools::install_github('PhilipBerg/baldur', build_vignettes = T)
```
Note that Ubuntu operating systems can require `pandoc` [https://pandoc.org/](https://pandoc.org/) to compile the vignettes.
For Windows, the developmental version of `rstan` is sometimes needed to install `baldur`.
## Example
Please see the vignettes for examples `vignette('baldur_yeast_tutorial')` and `vignette('baldur_ups_tutorial')`.
## Reference
Berg, Philip, and George Popescu. "Baldur: Bayesian Hierarchical Modeling for Label-Free Proteomics with Gamma Regressing Mean-Variance Trends" Molecular & Cellular Proteomics (2023): 2023-12.
https://doi.org/10.1016/j.mcpro.2023.100658
Owner
- Login: PhilipBerg
- Kind: user
- Repositories: 3
- Profile: https://github.com/PhilipBerg
GitHub Events
Total
- Create event: 4
- Release event: 1
- Issues event: 2
- Delete event: 3
- Issue comment event: 1
- Pull request event: 3
Last Year
- Create event: 4
- Release event: 1
- Issues event: 2
- Delete event: 3
- Issue comment event: 1
- Pull request event: 3
Packages
- Total packages: 1
-
Total downloads:
- cran 261 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
cran.r-project.org: baldur
Bayesian Hierarchical Modeling for Label-Free Proteomics
- Homepage: https://github.com/PhilipBerg/baldur
- Documentation: http://cran.r-project.org/web/packages/baldur/baldur.pdf
- License: MIT + file LICENSE
-
Latest release: 0.0.3
published almost 3 years ago
Rankings
Dependent packages count: 29.4%
Dependent repos count: 35.1%
Average: 51.4%
Downloads: 89.6%
Maintainers (1)
Last synced:
10 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.4.0 depends
- Rcpp >= 0.12.0 imports
- RcppParallel >= 5.0.1 imports
- dplyr * imports
- magrittr * imports
- methods * imports
- multidplyr * imports
- purrr * imports
- rstan >= 2.18.1 imports
- rstantools >= 2.2.0.9000 imports
- stats * imports
- stringr * imports
- tidyr * imports
- knitr * suggests
- rmarkdown * suggests
.github/workflows/check-standard.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite