SVMcurve {ZetaSuite} | R Documentation |
The SVM curve lines in Zeta-plot.
Description
The SVM curves were calculated from raw input matrix files. They were designed to maximally seperate the positive and negative genes.
Usage
data("SVMcurve")
Format
A data frame with 24 rows and 4 features.
A data frame with 24 rows and 4 features.The first column is the bins cut-offs for decresed direction. The second column is the values of percentage with different cut-offs in column 1. The third column is the bins cut-offs for increased direction. The fourth column is the values of percentage with different cut-offs in column 3.
Details
This data frame is the generated by SVM.R.
Examples
data(SVMcurve)
[Package ZetaSuite version 1.0.1 Index]