raw.input | R Documentation |
It can be the output of MSstatsPTM converter ProgenesistoMSstatsPTMFormat or other MSstats converter functions (Please see MSstatsPTM_LabelFree_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:
raw.input
A list of two data.tables named PTM and PROTEIN with 1745 and 478 rows respectively.
#'
ProteinName : Name of protein with modification site mapped in with an underscore. ie "Protein_4_Y474"
PeptideSequence
Condition : Condition (ex. Healthy, Cancer, Time0)
BioReplicate : Unique ID for biological subject.
Run : MS run ID.
Intensity
PrecursorCharge
FragmentIon
ProductCharge
IsotopeLabelType
head(raw.input$PTM)
head(raw.input$PROTEIN)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.