mssm.loadMatrix: Load a Java Matrix from file

Description Usage Arguments Value Maintainer See Also

View source: R/tools.R

Description

Produces a Java two-dimensionnal array of double (a Java Matrix) from a file. Java Matrices are the standard type used for subsequent analysis with the mssm package.

Usage

1
mssm.loadMatrix(filePath = "data.tsv", sep = "\t")

Arguments

filePath

the name of the file which the data are to be read from.

sep

the field separator character.

Value

A Java two-dimensionnal array of double (called Java Matrix).

Maintainer

Vincent Branders <vincent.branders@uclouvain.be>.

See Also

mssm.asJavaMatrix() and mssm.fromJavaMatrix() to transform a matrix into a Java Matrix and conversely. See also package mssm.


vbranders/mssm documentation built on Aug. 1, 2020, 11:45 a.m.