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

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

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)

Example output

Loading required package: lattice
Loading required package: caTools
Loading required package: gdata
sh: 1: /usr/bin/perl: Permission denied
gdata: Unable to load perl libaries needed by read.xls()
gdata: to support 'XLX' (Excel 97-2004) files.

gdata: Unable to load perl libaries needed by read.xls()
gdata: to support 'XLSX' (Excel 2007+) files.

gdata: Run the function 'installXLSXsupport()'
gdata: to automatically download and install the perl
gdata: libaries needed to support Excel XLS and XLSX formats.

Attaching package:gdataThe following object is masked frompackage:stats:

    nobs

The following object is masked frompackage:utils:

    object.size

The following object is masked frompackage:base:

    startsWith

Loading required package: gtools
Loading required package: gplots
Registered S3 method overwritten by 'gplots':
  method         from 
  reorder.factor gdata

Attaching package:gplotsThe following object is masked frompackage:gdata:

    reorder.factor

The following object is masked frompackage:stats:

    lowess

Loading required package: parallel
Warning message:
In system(cmd, intern = TRUE) :
  running command ''/usr/bin/perl' '/usr/lib/R/site-library/gdata/perl/supportedFormats.pl'' had status 126

iCluster documentation built on May 2, 2019, 11:25 a.m.