makePeptidesDictionary | R Documentation |
Prepare a peptides dictionary for global standards normalization
makePeptidesDictionary(input, normalization)
input |
'data.table' in MSstats standard format |
normalization |
normalization method |
This function extracts information required to perform normalization with global standards. It is useful for running the summarization workflow outside of the dataProcess function.
input = data.table::as.data.table(DDARawData)
peptides_dict = makePeptidesDictionary(input, "GLOBALSTANDARDS")
head(peptides_dict) # ready to be passed to the MSstatsNormalize function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.