KODAMA1

KODAMA

Introduction

# KODAMA An unsupervised and semi-supervised learning algorithm to perform feature extraction from noisy and high-dimensional data

News

KODAMA facilitates identification of patterns representing underlying groups on all samples in a data set. This is an improved version of KODAMA algorithm for spatially-aware dimensionality reduction. A landmarks procedure has been implemented to adapt the algorithm to the analysis of data set with more than 10,000 entries.

The KODAMA package has been integrated with t-SNE and UMAP to convert the KODAMA's dissimilarity matrix in a low dimensional space.

Installation

The KODAMA is available on CRAN.


library(devtools)
install_github("tkcaccia/KODAMA")
                    

Applications

Metabolomic data

Explore Metabolomic data

Single cell RNA seq data

Explore Single cell RNA seq data

Spatial Transcriptomic data

Explore Spatial Transcriptomic data