ReadTXT2DATA: Creates data object from .txt tables

Description Arguments Value Author(s)

Description

Reads *.txt tables and creates data format object, see dbt \ZFileFormatDocuments\data.html allowed format of *.txt file: - table separated with tabs - comment character is ”, defined by default read.table() function

Arguments

TxtFilename

name of .txt file. Including file extension '*.txt'

TxtDirectoy

Directory where *.txt file is (default == getwd() )

NamesInd

integer, column with names of cases, genes etc.

SkipLines

integer, the number of lines of the data file to skip before beginning to read data

Value

V$Data(1:n,1:d) matrix, numeric data with n lines and d columns

Author(s)

Sabine Puels 3/2015


aultsch/DataIO documentation built on May 14, 2019, 10:34 p.m.