| RIFPlot | R Documentation |
Generate plots for the relationship between the RIF output analysis (RIF1 and RIF2) and for differentially expressed genes (DE).
RIFPlot(object, color = "darkblue", type = "RIF")
object |
CeTF object resulted from |
color |
Color of points (default: darkblue) |
type |
Type of plot. The available options are: RIF or DE (default: RIF) |
This function can only be used after using the runAnalysis
function as it uses the CeTF class object as input.
Returns a relationship plot between RIF1 and RIF2 or a plot with the relationship between RIF1 or RIF2 with DE genes.
# load the CeTF class object resulted from runAnalysis function
data(CeTFdemo)
# performing RIFPlot for RIF
RIFPlot(object = CeTFdemo,
color = 'darkblue',
type = 'RIF')
# performing RIFPlot for DE
RIFPlot(object = CeTFdemo,
color = 'darkblue',
type = 'DE')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.