This will run matrixeQTL for eQTL, meQTL and methylation-dependent eQTL
1 2 3 4 5 6 7 8 9 10 11 | run_me_eQTL(
file_edata,
file_gdata,
file_mdata,
file_tss_loci,
file_snp_loci,
file_cpg_loci,
geneSnpMaxDistance = 5e+05,
cpgSnpMaxDistance = 5e+05,
cluster_core = 2
)
|
file_edata |
path to edata file |
file_gdata |
path to gdata file |
file_mdata |
path to mdata file |
file_tss_loci |
path to TSS bed file |
file_snp_loci |
path to SNP bed file |
file_cpg_loci |
path to CpG bed file |
geneSnpMaxDistance |
max distance between snp and gene, default 500000 |
cpgSnpMaxDistance |
max distance between snp and probe, default 500000 |
cluster_core |
doParallel core, default 2 for local |
x |
eqtl dataframe, e.g., res$gene |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.