Description

MCQR is an R package dedicated to statistical analysis of proteomic data. The goal of the MCQR is to provide a consistent set of functions facilitating proteomics data statistical analysis. It can be used without extensive programming knowledge with R.

Help and support

MCQR is developped by the PAPPSO team. We are providing support through our mailing list. Don’t hesitate to register if you want to be informed of new releases or upgrades. The development is open and free, you are welcome to contribute, copy, modify, fork if you need it, respecting the terms of the licence.

Download and install

All downloadable files concerning MCQR 0.6.11.1 can be found at ForgeMIA.

Under Windows

To install this package, launch R (version >= 4) and execute these R commands :

#load script in R
source("https://forgemia.inra.fr/pappso/mcqr/uploads/f92b61b42b607a092d163c6ead14c3fe/script_install_41_0.6.11.1.R")

# check dependancies, install missing ones and install latest releases of MCQR
install_MCQR()

Under Debian 10 or Ubuntu 18.04

Install the following required packages in a terminal :

sudo apt update
sudo apt install r-base wget curl liblapack-dev libxml2-dev libblas-dev libcurl4-openssl-dev libnlopt-dev libgdal-dev libudunits2-dev libssl-dev

Launch R (version >= 4) and execute these R commands :

#load script in R
source("https://forgemia.inra.fr/pappso/mcqr/uploads/f92b61b42b607a092d163c6ead14c3fe/script_install_41_0.6.11.1.R")

# check dependancies, install missing ones and install latest releases of MCQR
install_MCQR()

Annotated script

MCQR comes with an annotated script available by executing following command in R

#load MCQR
library('MCQR')
# write Annotated scripts in working directory
# you can specify the output directory by specify a valid directory for directory argument
mcq.write.scenarios(directory=".")

Licence

MCQR is a free software distributed under the terms of the GNU GENERAL PUBLIC licence v3.

Contribute

The source code of MCQR is hosted by forgeMIA. Contributors are welcome to send bug reports or directly access to the git repository via forgeMIA registration.