xQTLdownload_scSig | R Documentation |
Download significant sc-eQTL associations for a specified gene
xQTLdownload_scSig(
gene = "BIN3",
geneType = "geneSymbol",
cell_type = "Astrocytes",
cell_state = "",
qtl_type = "Cell-type eQTL",
study_name = "Bryois2022NN"
)
gene |
(character) gene symbol or gencode id (versioned or unversioned are both supported). |
geneType |
(character) options: "auto","geneSymbol" or "gencodeId". Default: "geneSymbol". |
cell_type |
(character)cell types supported in the list of study_info from 'xQTLquery_scInfo' |
cell_state |
(character)cell states supported in the list of study_info from 'xQTLquery_scInfo' |
qtl_type |
(character)QTL types supported in the list of study_info from 'xQTLquery_scInfo' |
study_name |
(character)study name supported in the list of study_info from 'xQTLquery_scInfo' |
A data.table object
sceQTL_dt <- xQTLdownload_scSig(gene="CNTNAP2", cell_type = "Definitive Endoderm (defendo)",
cell_state="Response With Pseudotime", qtl_type="Dynamic eQTL", study_name = "cuomo2020NC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.