plotIGFit | R Documentation |
Plot an inverse gamma fit plot for all plates together
plotIGFit(plotMatrix, repIndex, plotRows = NULL, plotCols = NULL, plotName = NULL, ...)
plotMatrix |
Data frame or numeric matrix. Columns are plates, and rows are plate wells. |
repIndex |
Optional. Vector of labels indicating replicate group. Each index in the vector matches the corresponding column of plotMatrix. If NULL then all plates are plotted together without grouping. |
plotRows, plotCols |
Optional integer vector. Indicate which row/column numbers from the plotMatrix should be plotted. If NULL then all rows/columns from the plotMatrix are used. |
plotName |
Optional. Name of plotMatrix for plot title. |
... |
Optional. Additional parameters passed to |
Inverse gamma fit plot can be used to check if RVM test (statRVM
) assumptions are valid and it can be applied to the data.
Modifiable ggplot2 object
Other graphical devices: plot3d
,
plotAutoco
, plotBox
,
plotHeatmap
, plotHist
,
plotScatter
## load dataset data(ex_dataMatrix) ## normalize data matrix using any method and store in new variable ex_normMatrix <- normSights(dataMatrix = ex_dataMatrix, dataCols = 5:10, normMethod = 'normZ') ## plot normalized data plotIGFit(plotMatrix = ex_normMatrix, repIndex = c(1,1,1,2,2,2), plotName = 'Example')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.