binByRef | R Documentation |
The bins generated by probability binning a control data set can be applied to a test data set to perfom statistical comparisions by methods such as the Chi-squared test or the probability binning statistic.
binByRef(binRes, data)
binRes |
The result generated by calling teh |
data |
An object of class
|
An enviroment containing the matrices for each bin of the test data set
Nishant Gopalakrishnan
plotBins
, proBin
library(flowCore)
data(GvHD)
resCtrl<-proBin(GvHD[[1]],200)
resSample<-binByRef(resCtrl,GvHD[[2]])
ls(resSample)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.