Description Usage Arguments Value Author(s)
View source: R/save.selection.table.R
Save a selection table to a file.
Multi-line documentation!
1 2 3 4 | save.selection.table(selection.table = "", filename = "", path = "",
include.measures = F, include.call.vs.noise = F, include.predictions = F)
|
selection.table |
The selection table data frame. |
filename |
The desired filename |
path |
The desired path |
include.measures |
Include generated features in the table? |
include.call.vs.noise |
Include the Call_vs_Noise column? |
include.predictions |
Include prediction columns RF_Score and RF_Prediction? |
The return value is the same as that of write.table()
Jesse C. Ross
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.