Skip to content

PedrioliLab/SECprofiler

 
 

Repository files navigation

SECprofiler

Setup for development

$ git clone https://github.com/hafenr/SECprofiler
$ cd SECprofiler
$ R
>> require(devtools)
>> load_all()

Workflow

After updating the roxygen docs issue the command

>> document()

Setup on server

To install the needed packages globally run

$ sudo ./install_r_packages

Help

More information on how to use/develop this package can be found under:

ELUTION PROFILING CONTAINER STRUCTURE

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")

Comments

no comments yet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%