gpatterns.ls: Returns a list of track names

View source: R/utils.R

gpatterns.lsR Documentation

Returns a list of track names

Description

Returns a list of gpatterns tracks in the genomic database

Usage

gpatterns.ls(
  regex = "",
  ignore.case = FALSE,
  perl = FALSE,
  fixed = FALSE,
  useBytes = FALSE
)

Arguments

regex

regular expression of track names

ignore.case

see 'grep'

perl

see 'grep'

fixed

see 'grep'

useBytes

see 'grep'

Value

An array that contains the names of tracks that match the supplied patterns


tanaylab/gpatterns documentation built on May 15, 2023, 6:23 p.m.