raw.input.tmt {MSstatsPTM}R Documentation

Example of input PTM dataset for TMT experiments.

Description

It can be the output of MSstatsPTM converter MaxQtoMSstatsPTMFormat or other MSstatsTMT converter functions (Please see MSstatsPTM_TMT_Workflow vignette). The dataset is formatted as a list with two data.tables named PTM and PROTEIN. In each data.table the variables are as follows:

Usage

raw.input.tmt

Format

A list of two data.tables named PTM and PROTEIN with 1716 and 29221 rows respectively.

Details

Examples

head(raw.input.tmt$PTM)
head(raw.input.tmt$PROTEIN)


[Package MSstatsPTM version 1.3.3 Index]