print.bed {GenomicTools.fileHandler} | R Documentation |
Print a bed Object
Description
Prints a bed
object.
Usage
## S3 method for class 'bed'
print(x, n = 6, ...)
Arguments
x |
Object of class |
n |
Number of lines to print |
... |
Additional parameters |
Details
The print function displays a bed object
Author(s)
Daniel Fischer
[Package GenomicTools.fileHandler version 0.1.5.9 Index]