AWAggregator
This is the development version of AWAggregator; to use it, please install the devel version of Bioconductor.
Attribute-Weighted Aggregation
Bioconductor version: Development (3.22)
This package implements an attribute-weighted aggregation algorithm which leverages peptide-spectrum match (PSM) attributes to provide a more accurate estimate of protein abundance compared to conventional aggregation methods. This algorithm employs pre-trained random forest models to predict the quantitative inaccuracy of PSMs based on their attributes. PSMs are then aggregated to the protein level using a weighted average, taking the predicted inaccuracy into account. Additionally, the package allows users to construct their own training sets that are more relevant to their specific experimental conditions if desired.
Author: Jiahua Tan [aut, cre]
, Gian L. Negri [aut]
, Gregg B. Morin [aut]
, David D. Y. Chen [aut]
Maintainer: Jiahua Tan <jiahuatan at chem.ubc.ca>
citation("AWAggregator")
):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("AWAggregator")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
Reference Manual |
Details
biocViews | MassSpectrometry, Preprocessing, Proteomics, Regression, Software |
Version | 0.99.4 |
In Bioconductor since | BioC 3.22 (R-4.5) |
License | MIT + file LICENSE |
Depends | R (>= 4.5.0) |
Imports | dplyr, Peptides, progress, purrr, ranger, rlang, stats, stringr, tidyr, toOrdinal, utils |
System Requirements | |
URL | https://github.com/Tan-Jiahua/AWAggregator |
Bug Reports | https://github.com/Tan-Jiahua/AWAggregator/issues |
See More
Suggests | AWAggregatorData, BiocStyle, ExperimentHub, knitr, rmarkdown, testthat (>= 3.0.0) |
Linking To | |
Enhances | |
Depends On Me | |
Imports Me | |
Suggests Me | |
Links To Me | |
Build Report | Build Report |
Package Archives
Follow Installation instructions to use this package in your R session.
Source Package | |
Windows Binary (x86_64) | |
macOS Binary (x86_64) | |
macOS Binary (arm64) | |
Source Repository | git clone https://git.bioconductor.org/packages/AWAggregator |
Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/AWAggregator |
Package Short Url | https://bioconductor.org/packages/AWAggregator/ |
Package Downloads Report | Download Stats |