Learn R Programming

rphast (version 1.6.9)

range.track: Get the coordinate range of a list of RPHAST results

Description

Get the coordinate range of a list of RPHAST results

Usage

# S3 method for track
range(..., na.rm = FALSE)

Arguments

...

a list of tracks

na.rm

logical, indicating if NA's should be omitted

Value

a numeric vector of length two giving the minimum and maximum coordinates in any wig or feature track in the list. MSA tracks are *only* used if there are no wig or feature tracks.