********** exportORFs ********** ========== =============== exportORFs R Documentation ========== =============== Export the ORFs of a SQM object ------------------------------- Description ~~~~~~~~~~~ Export the ORFs of a SQM object Usage ~~~~~ .. code:: R exportORFs(SQM, output_name = "") Arguments ~~~~~~~~~ +-----------------+----------------------------------------------------+ | ``SQM`` | A SQM object. | +-----------------+----------------------------------------------------+ | ``output_name`` | A connection, or a character string naming the | | | file to print to. If "" (the default), sequences | | | will be printed to the standard output connection. | +-----------------+----------------------------------------------------+