Description Usage Arguments Value See Also Examples
Obtain a UCSC annotation table given the table & track name.
1 2 | getUCSCtable(tableName, trackName, bsession = NULL, freeze = "hg18",
...)
|
tableName |
Name of the annotation table as it appears on UCSC browser. |
trackName |
Name of the track annotation table as it appears in on UCSC browser. |
bsession |
UCSC session object returned by |
freeze |
one of following: hg18, mm8, rheM, etc. Default is hg18. |
... |
Arguments to be passed to |
a dataframe containing the annotation data.
makeUCSCsession
, getNearestFeature
,
getSitesInFeature
.
1 2 3 4 5 6 7 | ## Not run:
refflat <- getUCSCtable("refFlat", "RefSeq Genes")
## same as above ##
refflat <- getUCSCtable("refFlat", "RefSeq Genes",
bsession=session,freeze="hg18")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.