Description Usage Arguments Value Examples
Retrieve the size of theUCSCBedAnnotationTrack
1 2 | ## S4 method for signature 'UCSCBedAnnotationTrack'
trackSize(obj)
|
obj |
An object of class UCSCBedAnnotationTrack |
The number of elements
1 2 3 4 | bed.filepath <- system.file(package = "rtracklayer", "tests", "test.bed")
gr.bed <- rtracklayer::import(bed.filepath)
track.1 <- UCSCBedAnnotationTrack("UCSC bed", gr.bed, color="blue", displayMode="SQUISHED")
trackSize(track.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.