Description Usage Arguments Value
This function draws a DNA methylation regulatory network conposed of methyl-regulating TF, target promoter, target enhancer, and enhancer connected genes output "TF_methyl_network.pdf" and connection dataframe
1 2 3 | metTFNet(TF = "TF", MethylDemethyl = "Demethyl",
enhancer_gene_connection = enhancer_gene_connection,
sig_genes = sig_genes, outname = "")
|
TF |
a vector. name of a methy-regulating TF |
MethylDemethyl |
a vector. methylation or demethylation mediated by the methyl-regulating TF. "Methyl" or "Demethyl" |
enhancer_gene_connection |
connection data between enhancers of the methyl-regulating TF targets and thir downstream gene. the data have to have score at 3rd column. |
sig_genes |
a vector of the methyl-regulating TF target promoters |
outname |
name for output file |
a dataframe of connections (and export a network plot as a pdf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.