writeData-methods: Method writeData

writeDataR Documentation

Method writeData

Description

Method writeData

Usage

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, ...)

Arguments

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.

Details

The writeData method is used to output data held in GenVisR objects to a file.


griffithlab/GenVisR documentation built on May 14, 2024, 12:40 a.m.