gpatterns.ls | R Documentation |
Returns a list of gpatterns tracks in the genomic database
gpatterns.ls(
regex = "",
ignore.case = FALSE,
perl = FALSE,
fixed = FALSE,
useBytes = FALSE
)
regex |
regular expression of track names |
ignore.case |
see 'grep' |
perl |
see 'grep' |
fixed |
see 'grep' |
useBytes |
see 'grep' |
An array that contains the names of tracks that match the supplied patterns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.