View source: R/add_snp_cpg_gene_pos.R
This function will add POS information of SNP/ATCA, CpG/CTCF and genes/TSS And split the res to two parts sign of cor(CpG, CTCF)
1 2 3 4 5 6 7 8 | add_snp_cpg_gene_pos(
file_res,
file_cpg_ctcf,
file_snp_loci,
file_atac_peak,
file_tss_loci,
name
)
|
file_res |
path to me_eqtl_res.Rdata |
file_cpg_ctcf |
file of significant correlated CpG and CTCF |
file_snp_loci |
path to SNP bed file |
file_atac_peak |
file of ATAC-seq peaks with SNPs |
file_tss_loci |
path to TSS bed file |
name |
prefix of output files |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.