Write contents of BioRead or BioMap object to file
write(
uses additional options specified by one or more name-value pair arguments. For
example, object
,fName
,Name,Value
)write(object,'data','Format','FASTQ')
saves the contents
of the object in the FASTQ-formatted file data.fastq
.