Description Usage Arguments Details Value Author(s) Examples
tool.read
reads contents of given input file.
1 |
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
1 2 3 4 5 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.