sirms.read: Read tab-delimited text file with sirms descriptors (output...

View source: R/functions.R

sirms.readR Documentation

Read tab-delimited text file with sirms descriptors (output of sirms.py)

Description

Load tab-delimited text file with sirms descriptors in data.frame.

Usage

sirms.read(fname, id.col = 1, ...)

Arguments

fname

file name of tab-delimited text file with sirms descriptors.

id.col

column number or name which contains IDs and which will be converted into row.names. To omit this option set it to NULL or NA.

...

further arguments for data.table::fread function.

Value

data.frame.


DrrDom/pfpp documentation built on April 17, 2024, 10:24 a.m.