greedycut.get.statistics {RnBeads} | R Documentation |
Calculates various statistics on the iterations of Greedycut.
greedycut.get.statistics(filterinfo)
filterinfo |
Information on the filtering iterations as a |
Additional statistics on the iterations in the form of a data.frame
with the following columns:
"Elements retained"
, "Elements removed"
, "Mismatches retained"
,
"Mismatches removed"
, "False Positive Rate"
, "Sensitivity"
, "D"
. The last column
signifies distance from the diagonal in a ROC curve.
Yassen Assenov