saveOutput: Save the peak detection output to a text file
Description
This function saves the output of the peakDetetection funtion (peakgenes, peaklocation and peakheight)
to a text file.
Usage
saveOutput(peakdet, filename)
Arguments
peakdet
A list returned by the peakDetection function.
filename
A character string defining the output file.
Value
This function does not return any value but saves data to a text file.