BioConductor
kimod 1.8.0
A k-tables approach to integrate multiple Omics-Data
Released Dec 7, 2015 by M L Zingaretti
Dependencies
cluster 2.0.7-1 Biobase 2.40.0
This package allows to work with mixed omics data (transcriptomics, proteomics, microarray-chips, rna-seq data), introducing the following improvements: distance options (for numeric and/or categorical variables) for each of the tables, bootstrap resampling techniques on the residuals matrices for all methods, that enable perform confidence ellipses for the projection of individuals, variables and biplot methodology to project variables (gene expression) on the compromise. Since the main purpose of the package is to use these techniques to omic data analysis, it includes an example data from four different microarray platforms (i.e.,Agilent, Affymetrix HGU 95, Affymetrix HGU 133 and Affymetrix HGU 133plus 2.0) on the NCI-60 cell lines.NCI60_4arrays is a list containing the NCI-60 microarray data with only few hundreds of genes randomly selected in each platform to keep the size of the package small. The data are the same that the package omicade4 used to implement the co-inertia analysis. The references in packages follow the style of the APA-6th norm.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.bioconductor</groupId> <artifactId>kimod</artifactId> <version>1.8.0-b2</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.bioconductor:kimod')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.
- BootPlot-examples
- Bootstrap-Class-examples
- Bootstrap-print.Boot-examples
- Bootstrap-summary-examples
- DiStatis-Bootstrap-examples
- DiStatis-Class-examples
- DiStatis-CompPlot-examples
- DiStatis-DiStatis-examples
- DiStatis-PanelPlot-examples
- DiStatis-RVPlot-examples
- DiStatis-SelectVar-examples
- DiStatis-TrajPlot-examples
- DiStatis-print-examples
- DiStatis-summary-examples
- GroupProj-Class-examples
- GroupProj-examples
- GroupProj-print-examples
- GroupProj-summary-examples
- NCI60Selec-examples
- NCI60Selec_ESet-examples
- SelectVar-Biplot-examples
- SelectVar-Class-examples
- SelectVar-print-examples
- SelectVar-summary-examples
- winesassesors-examples