if we want to read particular attributes (columns) from the
input file, we need to specify names of these attributes within list
vars (attribute names can be e.g. MODULE, GENE, LOCUS, etc.)
Value
dat
data frame including content of the given file. If vars
is specified, only the listed columns inside the vars list will be
returned.
## 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)