xQTLdownload_egene | R Documentation |
eGenes are genes that have at least one significant cis-eQTL acting upon them. Results can be filtered by tissue.
xQTLdownload_egene(
tissueSiteDetail = "",
gene = "",
geneType = "auto",
recordPerChunk = 2000
)
tissueSiteDetail |
(character) details of tissues in GTEx can be listed using |
gene |
(character) gene symbol or gencode id (versioned or unversioned are both supported). |
geneType |
(character) options: "auto","geneSymbol" or "gencodeId". Default: "auto". |
recordPerChunk |
(integer) number of records fetched per request (default: 2000). |
A data.table object.
eGeneInfo <- xQTLdownload_egene(tissueSiteDetail="Prostate", gene="CICP3")
eGeneInfo <- xQTLdownload_egene(tissueSiteDetail="Prostate")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.