trackSize,UCSCBedAnnotationTrack-method | R Documentation |
Retrieve the size of theUCSCBedAnnotationTrack
## S4 method for signature 'UCSCBedAnnotationTrack' trackSize(obj)
obj |
An object of class UCSCBedAnnotationTrack |
The number of elements
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.