plotEff {IntegratedJM} | R Documentation |
plotEff
Description
The plotEff function is used to plot the fingerprint effect on gene expression vs the adjusted association for all the genes.
Usage
plotEff(jointModelResult, type)
Arguments
jointModelResult |
Data frame, containing the results from the fitJM function. |
type |
Character string, specifying the type of association - Pearson or Spearman. |
Details
Plots the fingerprint effect on gene expression vs the specified type of adjusted association for all the genes.
Value
Creates a plot
Examples
## Not run:
plotEff(jointModelResult=jmRes,type="Pearson")
## End(Not run)
[Package IntegratedJM version 1.6 Index]