writeIBSpectra {isobar} | R Documentation |
Write IBSpectra file using write.table with defaults in a format readable by readIBSpectra.
writeIBSpectra(ibspectra, file, sep = "\t", row.names = FALSE, ...)
ibspectra |
IBSpectra object |
file |
file name. |
sep |
field separator string. |
row.names |
indicates whether row.names should be written. |
... |
further arguments to |
Florian P Breitwieser