input_tidy: Represent data in a 'tidy' format

Description Usage Arguments Details Value

View source: R/tidy.R

Description

'Tidy' data takes a 'long' view of data, where each variable is column.

Usage

1
input_tidy(pdata_file, exprs_file)

Arguments

pdata_file

character(1) The path to the phenotype data file.

exprs_file

character(1) The path to the expression data file.

Details

This approach popularized by Hadley Wickham; see the vignette in the package 'dplyr'.

Value

A data.frame()


ziqiangc/Elbo documentation built on May 4, 2019, 11:23 p.m.