Description Usage Arguments Details
Method writeData
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.