text2bin {TargetSearch} | R Documentation |
This function converts a list of RI files (peak list files) in text (binary) format to binary (text) format.
text2bin(in.files, out.files=NULL, columns=c("SPECTRUM","RETENTION_TIME_INDEX","RETENTION_TIME")) bin2text(in.files, out.files=NULL)
in.files |
A character string naming the input files. |
out.files |
A character string naming the output files. If
|
columns |
A numeric vector with the positions of the columns
|
The format of the input files is detected dinamically and error will be issued if it is incorrect.
Note that the respective tsSample
object
may need to be updated by using the method fileFormat
.
A character vector of the created files.
Alvaro Cuadros-Inostroza
ImportSamples
, tsSample
,
RIcorrect