read.data.table: Data table from text file

Description Usage Arguments Details Value

View source: R/meta.mean.R

Description

Data table from text file

Usage

1
read.data.table(file, val.name)

Arguments

file

txt file features in the first column ~ named corresponding values in columns

val.name

Value name we would like to extract

Details

Read text file containig feature name in the first column and named columns of values. Function selects the column with names and the column with val.name, and return data.table sorted by val.name column (values).

Value

Data table with two columns (feature_name ~ corresponding_value)


suvarzz/MNuc documentation built on Aug. 11, 2019, 6:45 a.m.