View source: R/MSstats_functions.R
artmsSILACtoLong | R Documentation |
Converting the evidence file from a SILAC search to a format compatible with MSstats. It basically modifies the Raw.files adding the Heavy and Light label
artmsSILACtoLong(evidence_file, output = NULL, verbose = TRUE)
evidence_file |
(char) Text filepath to the evidence file |
output |
(char) Text filepath of the output name. If NULL it does not write the output |
verbose |
(logical) |
(data.frame) with SILAC data processed for MSstats (and output file)
## Not run:
evidence2silac <- artmsSILACtoLong(evidence_file = "silac.evicence.txt",
output = "silac-evidence.txt")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.