Description Usage Arguments Value Author(s) References
The LRAcluster function is the main interface of this package, it gets a list of matrix as input and outputs the coordinates of the samples in the reduced space and the explained potential.
1 | LRAcluster(data, types, dimension = 2, names = as.character(1:length(data)))
|
data |
a list of data matrix,please keep the columns are the same order of samples |
types |
a list of data types, can be binary, gaussian, or poisson |
dimension |
the reduced dimension |
names |
data names |
A list contains the following component:
coordinate
A matrix of the coordinates of all the samples in the reduced space
potential
ratio of explained variance
Dingming Wu, Dongfang Wang
Wu D, Wang D, Zhang MQ, Gu J (2015). Fast dimension reduction and integrative clustering of multi-omics data using low-rank approximation: application to cancer molecular classification. BMC Genomics, 16(1):1022.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.