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)
if (FALSE) { evidence2silac <- artmsSILACtoLong(evidence_file = "silac.evicence.txt", output = "silac-evidence.txt") }