trackSize-UCSCBedAnnotationTrack-method: Retrieve the size of theUCSCBedAnnotationTrack

Description Usage Arguments Value Examples

Description

Retrieve the size of theUCSCBedAnnotationTrack

Usage

1
2
## S4 method for signature 'UCSCBedAnnotationTrack'
trackSize(obj)

Arguments

obj

An object of class UCSCBedAnnotationTrack

Value

The number of elements

Examples

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)

igvR documentation built on Nov. 8, 2020, 7:14 p.m.