- Home
- Bioconductor 3.23
- Software Packages
- PhosR (development version)
PhosR
This is the development version of PhosR; for the stable release version, see PhosR.
A set of methods and tools for comprehensive analysis of phosphoproteomics data
Bioconductor version: Development (3.23)
PhosR is a package for the comprenhensive analysis of phosphoproteomic data. There are two major components to PhosR: processing and downstream analysis. PhosR consists of various processing tools for phosphoproteomics data including filtering, imputation, normalisation, and functional analysis for inferring active kinases and signalling pathways.
Author: Pengyi Yang [aut], Di Xiao [aut, cre], Hani Jieun Kim [aut]
Maintainer: Di Xiao <di.xiao at sydney.edu.au>
citation("PhosR")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("PhosR")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("PhosR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.