writeData {GenVisR} | R Documentation |
Method writeData
writeData(object, ...) ## S4 method for signature 'GMS_Virtual' writeData(object, file, sep, ...) ## S4 method for signature 'GMS' writeData(object, file, ...) ## S4 method for signature 'MutationAnnotationFormat_Virtual' writeData(object, file, sep, ...) ## S4 method for signature 'MutationAnnotationFormat' writeData(object, file, ...) ## S4 method for signature 'VEP_Virtual' writeData(object, file, sep, ...) ## S4 method for signature 'VEP' writeData(object, file, ...)
object |
Object of class VEP |
... |
additional arguments to passed |
file |
Character string specifying a file to send output to. |
sep |
Delimiter used when writing output, defaults to tab. |
The writeData method is used to output data held in GenVisR objects to a file.