Name Mode Size
.github 040000
R 040000
dev 040000
docs 040000
examples 040000
inst 040000
man 040000
pkgdown 040000
reference 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitattributes 100644
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 0 kb
Prostar.Rproj 100644 0 kb
README 100644 3 kb
README.md 100644 3 kb
_pkgdown.yml 100644 1 kb
_pkgdown.yml.old 100644 0 kb
logo.png 100644 107 kb
my_shiny_log 100644 0 kb
news.md 100644 0 kb
toto.MSnSet 100644 23 kb
toto.rda 100644 23 kb
toto.txt 100644 367 kb
README.md
# Prostar <img src="./logo.png" width=100 alt="Stan Logo"/> [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.] (http://www.repostatus.org/badges/latest/active.svg)] (http://www.repostatus.org/#active) [![years in bioc](http://bioconductor.org/shields/years-in-bioc/Prostar.svg)] (https://bioconductor.org/packages/release/bioc/html/Prostar.html) [![bioc downloads](http://bioconductor.org/shields/downloads/Prostar.svg)] (https://bioconductor.org/packages/stats/bioc/Prostar/) Release: [![build release] (http://bioconductor.org/shields/build/release/bioc/Prostar.svg)] (https://bioconductor.org/checkResults/release/bioc-LATEST/Prostar/) Devel: [![build devel] (http://bioconductor.org/shields/build/devel/bioc/Prostar.svg)] (https://bioconductor.org/checkResults/devel/bioc-LATEST/Prostar/) DAPAR and ProStaR are software tools to perform the statistical analysis of label-free XIC-based quantitative discovery proteomics experiments. DAPAR contains procedures to filter, normalize, impute missing value, aggregate peptide intensities, perform null hypothesis significance tests and select the most likely differentially abundant proteins with a corresponding false discovery rate. ProStaR is a graphical user interface that allows friendly access to the DAPAR functionalities through a web browser. ## Installation DAPAR and ProStaR are implemented in the R language and are available on the website of the Bioconductor project (http://www.bioconductor.org/). A complete tutorial and a toy dataset are accompanying the packages. ```r BiocManager::install("DAPAR2") library(prostar) prostar() ``` Install of the standalone version cd ~; mkdir rlib mkdir rlib/www chmod -R 777 rlib/www R CMD INSTALL Prostar_0.97.0.tar.gz --library=rlib If you would prefer to install the package from R, do this: ### From CRAN install.packages("Prostar", lib="~/rlib") ## Usage ### Example of a small size protein dataset. Copy/paste to format your own dataset. ```r id IntCond1 IntCond1 IntCond2 IntCond2 0 40679000 33460000 23513000 47514000 1 22472000 20529000 18878000 27066000 2 24181000 22307000 21765000 29650000 3 17831000 15288000 21161000 24255000 4 25557000 29942000 22358000 22992000 5 NA NA NA NA 6 26948000 20690000 20022000 32127000 7 145130000 152030000 161860000 174660000 8 3750600 3680100 9091600 3803000 9 2288700000 2308300000 2457900000 2481200000 10 56216000 56733000 57767000 57121000 11 55116000 55531000 55141000 55985000 12 NA NA NA 10604000 13 NA 24846000 21564000 19663000 14 43910000 41853000 42121000 53375000 15 64318000 64018000 69304000 68975000 16 33044000 30683000 44981000 30866000 17 154570000 160330000 161860000 170290000 18 67461000 65409000 63535000 64638000 ``` ## Contact samuel.wieczorek@cea.fr, thomas.burger@cea.fr.