metTFNet: Target network of methyl-regulationg TF

Description Usage Arguments Value

View source: R/metTFNet.R

Description

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

Usage

1
2
3
metTFNet(TF = "TF", MethylDemethyl = "Demethyl",
  enhancer_gene_connection = enhancer_gene_connection,
  sig_genes = sig_genes, outname = "")

Arguments

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

Value

a dataframe of connections (and export a network plot as a pdf)


takahirosuzuki0626/mTFTarget documentation built on Jan. 4, 2022, 9:44 a.m.