Description Usage Arguments Value Details Author(s) See Also Examples
sysGTRDgenes
Fetch GTRD data for the specified genes.
1 | sysGTRDgenes(GeneSym)
|
GeneSym |
(character) A vector of length > 0L of HGNC symbols. |
(list) A list of HGNC-symbol-named character vectors of the transcription factors that bind each gene.
This is a helper function. The fetched dataset was composed from the
GTRDgeneTFs dataset which lists which TFs bind the upstream regulatory regions of each
specified gene, as observed by ChIP-seq experiments. For more details about the
function that fetches the GRTDgeneTFs database, see fetchData
.
Sapir Labes (aut)
fetchData
Fetches the requested dataset.
1 2 3 4 5 | ## Not run:
# Fetching the vector of the transcription factors that bind the gene BCL3.
# sysGTRDgenes(GeneSym = c("BCL3"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.