kpca_fn: Compute kernel principal components

kpca_fnR Documentation

Compute kernel principal components

Description

This utility function computes the kernel matrix and performs eigendecomposition.

Usage

kpca_fn(dat, kernel, kpar, rank)

Arguments

dat

Omic data matrix.

kernel

The kernel generating function. Options include "rbfdot", "polydot", "tanhdot", "vanilladot", "laplacedot", "besseldot", "anovadot", and "splinedot".

kpar

A named list of arguments setting parameters for the kernel function.

rank

Number of principal components to return.


dswatson/bioplotr documentation built on March 3, 2023, 9:43 p.m.