reformat: Reformat a data frame to be suitable for modeling.

View source: R/r-functions.selection.R

reformatR Documentation

Reformat a data frame to be suitable for modeling.

Description

Reformat a data frame to be suitable for modeling.

Usage

reformat(output.folder, output.prefix)

Arguments

output.folder:

A folder containing a "combined.txt" file.

output.prefix:

A prefix string used to label the files. Reformatted data frame is written to a file "prefix.reformatted.txt".

Value

A data frame containing all features after reformat

Examples

: reformat(output.folder='./examples/', output.prefix='TCGA.ACC');

liliulab/gust documentation built on Aug. 30, 2022, 1:42 a.m.