A R package for the tidy analysis of proteomics data.
To install the package without building the vignettes (currently recommended), please run
remotes::install_github(
'philippjunk/protanar'
)
If you want to install it with the vignette, run this
remotes::install_github(
'philippjunk/protanar',
build_vignettes=TRUE,
dependencies=TRUE
)
Since the vignette currently depends on the download of several files, which appears to only work sometimes, but not consistenly, it is recommended to install the package without the vignette at the moment.
Check out the vignettes for an example workflow.
protanar is freely available under the MIT license.