xQTLdownload_sgene | R Documentation |
sGenes are genes that have at least one significant sQTL acting upon them. Results may be filtered by tissue.
xQTLdownload_sgene(
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). Can be null. |
geneType |
(character) options: "auto","geneSymbol" or "gencodeId". Default: "auto". |
recordPerChunk |
(integer) number of records fetched per request (default: 2000). |
A data.table object.
sGeneInfo <- xQTLdownload_sgene(tissueSiteDetail="Liver")
sGeneInfo <- xQTLdownload_sgene(tissueSiteDetail="Liver", gene="DDX11" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.