get_pQTLs | R Documentation |
Returns a formatted data.frame of variants for a given gene symbol, including summary statistics
get_pQTLs(gene_symbol, risk_frequency = TRUE, is_cis = TRUE)
gene_symbol |
Expects a character vector of length 1, containing the exact gene symbol. |
risk_frequency |
If TRUE, also includes the frequency of the risk allele in the output. |
is_cis |
If TRUE, only includes cis pQTLs in the output. |
A formatted data.frame containing all pQTLs for a given gene symbol, including summary statistics.
ACE2_pqtls <- get_pQTLs('ACE2',pQTL_list, is_cis=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.