protViz / quantable

Streamlines descriptive analysis of quantitative mass spectrometry data.

Home Page:https://CRAN.R-project.org/package=quantable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Project Stats CRAN_Status_Badge

Streamline descriptive analysis of quantitative data.

Overwiev

  • visualization and transformation of numeric dataframes and matrices

How to install:

for CRAN version

install.packages("quantable")

Please note that the CRAN version might be heavily outdated. This is because of, I find rather developer unfriendly, the CRAN repository policies :

Submitting updates should be done responsibly and with respect for the volunteers' time. Once a package is established (which may take several rounds), “no more than every 1–2 months” seems appropriate.

So for an up to date version please do:

install.packages("devtools")
library(devtools)
install_github("protViz/quantable")

for developers

downlod git repo. Use roxygenize2 to document new functions. Than run these 2 commands to update namespace and Rd files:

library(devtools)
document()

About

Streamlines descriptive analysis of quantitative mass spectrometry data.

https://CRAN.R-project.org/package=quantable


Languages

Language:R 100.0%