sp_read_in_long_wide_matrix: Used to read in long/wide format file or datafrmes. Wide...

View source: R/utilities.R

sp_read_in_long_wide_matrixR Documentation

Used to read in long/wide format file or datafrmes. Wide format would be transferred to lonf fromat.

Description

Used to read in long/wide format file or datafrmes. Wide format would be transferred to lonf fromat.

Usage

sp_read_in_long_wide_matrix(data, xvariable, melted, ...)

Arguments

data

Data frame or data file (with header line, the first column will not be treated as row names for long format matrix, tab seperated).

xvariable

Name for x-axis variable.

melted

TRUE for dealinig with long format matrix, the program will skip melt preprocess. Default FALSE for dealing with wide format matrix.

...

Parameters given to dataFilter2.

Value

a A long format dataframe

Examples


## Not run:
sp_read_in_long_wide_matrix(data, xvariable, melted)

## End(Not run)


Tong-Chen/ImageGP documentation built on April 14, 2025, 12:54 p.m.