Finds m2eQTLs from gene expression and DNA methylation data.
1 2 | get_m2eqtls(probe_list_loc = NULL, meth_data = NULL, exp_data = NULL,
gene_list = NULL, num_cis = 1e+10, num_trans = 100, num_probes = 300)
|
probe_list_loc |
path to a list of probe ids, used to filter methylation data |
meth_data |
path to a matrix of methylation data or a MethylationData object |
exp_data |
path to expression data or an ExpressionData object |
gene_list |
a file with a list of genes to filter to (optional) |
num_cis |
number of cis m2eQTLs to return |
num_trans |
number of trans m2eQTLs to return |
num_probes |
number of top probes to use in analysis |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.