Description Usage Arguments Value Author(s)
write BS-Seq data to BED files
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | 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.