Learn R Programming

kpcaIG (version 1.0.1)

Variables Interpretability with Kernel PCA

Description

The kernelized version of principal component analysis (KPCA) has proven to be a valid nonlinear alternative for tackling the nonlinearity of biological sample spaces. However, it poses new challenges in terms of the interpretability of the original variables. 'kpcaIG' aims to provide a tool to select the most relevant variables based on the kernel PCA representation of the data as in Briscik et al. (2023) . It also includes functions for 2D and 3D visualization of the original variables (as arrows) into the kernel principal components axes, highlighting the contribution of the most important ones.

Copy Link

Version

Install

install.packages('kpcaIG')

Monthly Downloads

175

Version

1.0.1

License

GPL-3

Maintainer

Mitja Briscik

Last Published

March 28th, 2025

Functions in kpcaIG (1.0.1)

plot_kpca2D

2D Kernel PCA Plot with Variables Representation
kernelpca

Kernel Principal Components Analysis
kpca_igrad

KPCA-IG: Variables Interpretability in Kernel PCA
plot_kpca3D

3D Kernel PCA Plot with Variables Representation