save.selection.table: save selection table

Description Usage Arguments Value Author(s)

View source: R/save.selection.table.R

Description

Save a selection table to a file.

Multi-line documentation!

Usage

1
2
3
4
save.selection.table(selection.table = "", filename = "", path = "", 


    include.measures = F, include.call.vs.noise = F, include.predictions = F)

Arguments

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?

Value

The return value is the same as that of write.table()

Author(s)

Jesse C. Ross


flightcallr documentation built on May 2, 2019, 5:49 p.m.