- Home
- Bioconductor 3.23
- Software Packages
- Prostar (development version)
Prostar
This is the development version of Prostar; for the stable release version, see Prostar.
Provides a GUI for DAPAR
Bioconductor version: Development (3.23)
This package provides a GUI interface for the DAPAR package. The package Prostar (Proteomics statistical analysis with R) is a Bioconductor distributed R package which provides all the necessary functions to analyze quantitative data from label-free proteomics experiments. Contrarily to most other similar R packages, it is endowed with rich and user-friendly graphical interfaces, so that no programming skill is required.
Author: Thomas Burger [aut], Florence Combes [aut], Samuel Wieczorek [cre, aut]
Maintainer: Samuel Wieczorek <samuel.wieczorek at cea.fr>
citation("Prostar")):
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("Prostar")
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("Prostar")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.