Description Usage Arguments Value Author(s) Examples
Extracts qualitative feature variables from two MSnSet
instances and compares with a contingency table.
1 | 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
1 2 3 4 5 | library("pRolocdata")
data(dunkley2006)
res <- checkFvarOverlap(dunkley2006, dunkley2006,
"markers", "markers.orig")
str(res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.