compute.pod: A function to compute the proportion of deviation from...

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/compute.pod.R

Description

A function to compute the proportion of deviation from perfect block diagonal matrix.

Usage

1

Arguments

fit

A iCluster object

Value

pod

proportion of deviation from perfect block diagonal matrix

Author(s)

Ronglai Shen shenr@mskcc.org

References

Ronglai Shen, Adam Olshen, Marc Ladanyi. (2009). Integrative clustering of multiple genomic data types using a joint latent variable model with application to breast and lung cancer subtype analysis. Bioinformatics 25, 2906-2912.

See Also

iCluster,iCluster2, plotiCluster

Examples

1
2
3
4
5
# library(iCluster)
# data(breast.chr17)
# fit=iCluster(breast.chr17, k=4, lambda=c(0.2,0.2))
# plotiCluster(fit=fit, label=rownames(breast.chr17[[2]]))
# compute.pod(fit)

iClusterPlus documentation built on Nov. 8, 2020, 8:01 p.m.