writeBED-method | R Documentation |
write BS-Seq data to BED files
writeBED(object, name, file) ## S4 method for signature 'BSData,character,character' writeBED(object, name, file) ## S4 method for signature 'BSData,character,missing' writeBED(object, name) ## S4 method for signature 'BSData,missing,character' writeBED(object, file) ## S4 method for signature 'BSData,missing,missing' writeBED(object) ## S4 method for signature 'BSDMCs,character,character' writeBED(object, name, file) ## S4 method for signature 'BSDMCs,character,missing' writeBED(object, name) ## S4 method for signature 'BSDMCs,missing,character' writeBED(object, file) ## S4 method for signature 'BSDMCs,missing,missing' writeBED(object)
object |
A |
name |
A character list |
file |
A character |
BED files
Farhad Shokoohi <shokoohi@icloud.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.