Skip to contents

Performs multi-omics clustering using IntNMF algorithm.

Usage

RunIntNMF(data, N.clust, maxiter = 200, n.ini = 30, wt = NULL)

Arguments

data

A list of matrices (features x samples).

N.clust

Integer. Number of clusters.

maxiter

Integer. Maximum iterations (default: 200).

n.ini

Integer. Number of initializations (default: 30).

wt

Numeric vector. Weights for each data type.

Value

A data frame with Sample, Cluster, and Cluster2 columns.

References

Chalise P, Fridley BL. PLoS One. 2017.

Author

Zaoqu Liu; Email: liuzaoqu@163.com