initialise.UV: Initialising the low-rank matrices U and V

Description Usage Arguments Value Author(s) See Also

View source: R/fact_init.R

Description

This function creates initialisations of U and V. It can also read stored initialisations to speed up the cNMTF algorithm.

Usage

1
2
initialise.UV(R, name.init = NULL, work.dat = NULL, k2, k1,
  name.exp = NULL, log.file = NULL)

Arguments

R

Relationship matrix, n x m

name.init

Name of the workspace with initialisations of U and V

work.dat

Folder to read or write a workspace with initialisations

k1, k2

Rank parameters (number of clusters for U and V, respectively)

logfile

Name of a file to write progess/status of this function

Value

U.init, V.init intialisations of U and V.

Author(s)

Luis G. Leal, lgl15@imperial.ac.uk

See Also

Other Factorisation functions: clus.membership, cnmtf, consensus.clust, hierarchical.clust, neg.constrain, parameters.cnmtf, plot.parameter, pos.constrain, psvd.init, regression.snps, score.cnmtf, synthetic.gwas


lgl15/cnmtf documentation built on May 28, 2019, 6:33 p.m.