tool.read {Mergeomics} | R Documentation |
tool.read
reads contents of given input file.
tool.read(file, vars = NULL)
file |
file name to be read |
vars |
if we want to read particular attributes (columns) from the
input file, we need to specify names of these attributes within list
|
All lines with NAs are excluded.
dat |
data frame including content of the given file. If |
Ville-Petteri Makinen
## read the network file as an example: net.info <- tool.read(system.file("extdata","network.mouseliver.mouse.txt", package="Mergeomics")) dim(net.info) names(net.info)