View source: R/plotTFs2Exprs.R
plotTFs2Exprs | R Documentation |
Barplot of the beta value of TF and the expression of the target genes
plotTFs2Exprs(
associatedTFs2Expr,
symbol,
col.meth = "#8e0000",
pals.bars = "Cold"
)
associatedTFs2Expr |
data.frame, results from associateTFs2Exprs(). |
symbol |
character, feature to correlate. Must be from names of resulting list from annotateDMRs. Additional feature names can be first exons (exons1) or first intron (intron1). To use more than one feature use c(). |
col.meth |
character, color for beta value. Defaut = "#8e0000" (red) |
pals.bars |
character, palette for gene expresion. hcl.pals() to show available. Default = "Cold" |
plot showing methylation levels of TF and expresion of target genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.