| 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(
  gene = "",
  geneType = "auto",
  tissueSiteDetail = "",
  recordPerChunk = 2000
)
gene | 
 (character) gene symbol or gencode id (versioned or unversioned are both supported).  | 
geneType | 
 (character) options: "auto","geneSymbol" or "gencodeId". Default: "auto".  | 
tissueSiteDetail | 
 (character) details of tissues in GTEx can be listed using   | 
recordPerChunk | 
 (integer) number of records fetched per request (default: 2000).  | 
A data.table object.
eGeneInfo <- xQTLdownload_egene("TP53")
eGeneInfo <- xQTLdownload_egene(tissueSiteDetail="Prostate", recordPerChunk=2000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.