gtrack.exists {misha} | R Documentation |
Tests for a track existence
Description
Tests for a track existence.
Usage
gtrack.exists(track = NULL)
Arguments
track |
track name |
Details
This function returns 'TRUE' if a track exists in Genomic Database.
Value
'TRUE' if a track exists. Otherwise 'FALSE'.
See Also
gtrack.ls
, gtrack.info
,
gtrack.create
, gtrack.rm
Examples
gdb.init_examples()
gtrack.exists("dense_track")
[Package misha version 4.3.6 Index]