$ git clone https://github.com/hafenr/SECprofiler
$ cd SECprofiler
$ R
>> require(devtools)
>> load_all()
After updating the roxygen docs issue the command
>> document()
To install the needed packages globally run
$ sudo ./install_r_packages
More information on how to use/develop this package can be found under:
Trace container: List with:
Class: "Traces"
$traces (data.table Column1: id Column 2:end numeric quant matrix)
$annotation (data.table, contains id column as key for merging and associated annotations in separate columns)
$trace_type (character, "peptide" or "protein")
no comments yet