xQTLquery_sampleByTissue | R Documentation |
Query details of samples by tissue name
xQTLquery_sampleByTissue(
tissueSiteDetail = "Liver",
dataType = "RNASEQ",
recordPerChunk = 200,
pathologyNotesCategories = FALSE
)
tissueSiteDetail |
(character) details of tissues in GTEx can be listed using |
dataType |
A character string. Options: "RNASEQ" (default), "WGS", "WES", "OMNI", "EXCLUDE". |
recordPerChunk |
(integer) number of records fetched per request (default: 200). |
pathologyNotesCategories |
Default: pathologyNotes info is ignored. |
returen a data.table object of samples' information
sampleInfo <- xQTLquery_sampleByTissue("Brain - Amygdala" )
sampleInfo <- xQTLquery_sampleByTissue(tissueSiteDetail="Liver", pathologyNotesCategories=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.