Description Usage Arguments Value Examples
doMixKernel
1 | doMixKernel(data, K, kernel.func = "linear", ncomp = 2)
|
data |
List of matrices. |
K |
Number of clusters |
kernel.func |
the kernel function to use. This parameter can be set to any user defined kernel function. Widely used kernel functions are pre-implemented, that can be used by setting kernel.func to one of the following strings: "kidentity", "abundance", "linear" or "phylogenetic". Default: "linear". |
ncomp |
integer. Indicates the number of components to return. |
a list of clust
the clustering of samples and
fit
the results of the method intNMF#' @export
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.