checkFvarOverlap {pRoloc} | R Documentation |
Extracts qualitative feature variables from two MSnSet
instances and compares with a contingency table.
checkFvarOverlap(x, y, fcolx = "markers", fcoly, verbose = TRUE)
x |
An |
y |
An |
fcolx |
The feature variable to separate unknown
( |
fcoly |
As |
verbose |
If |
Invisibly returns a named list with the values of the diagonal, upper and lower triangles of the contingency table.
Laurent Gatto
library("pRolocdata") data(dunkley2006) res <- checkFvarOverlap(dunkley2006, dunkley2006, "markers", "markers.orig") str(res)