Integrative Generalized Principle Analysis
Project description
Intergative Generalized Principle Componenet Analysis (igPCA)
Intergative Generalized Principle Componenet Analysis (igPCA) is a framework for joint dimensionality reduction of double-structure data. The algorithm details wiil be available soon in out manuscript: Xie X and Ma J (2023). * Structured dimensionality reduction for multi-view microbiome data*
igPCA is a python implementation of the proposed framework.
Installation
$ pip install igPCA
Usage
igPCA can be used to perform joint dimensinality reduction for two dataset X1 and X2 as follows:
from .igPCA import igPCA
import matplotlib.pyplot as plt
model = igPCA(X1, X2, H, Q1, Q2, r1, r2)
model.fit(r0 = r0)
In this simple example, H, Q1 and Q2 are kernel matrices characterzing X1 and X2. The total rank for X1 and X2 are r1 and r2, respectively. r0 is the joint rank between X1 and X2.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file igPCA-1.0.0.tar.gz.
File metadata
- Download URL: igPCA-1.0.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc16aabf09ba201e257616ef5c425020033016bd40e91dfe80c4e02deac2b453
|
|
| MD5 |
2a13f10c2453fd9411c66f0815bb1fd5
|
|
| BLAKE2b-256 |
a684c4b802600df98029d5d84ba58e074929006eceafc75bd235fe1fae360846
|
File details
Details for the file igPCA-1.0.0-py3-none-any.whl.
File metadata
- Download URL: igPCA-1.0.0-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d8b8b5d9a2f8814ada9256ba3c16249fe2923244a92c86fb9e8ffe73b70f399
|
|
| MD5 |
11c3f1fb1cd4ae928ed3eb512c3e329a
|
|
| BLAKE2b-256 |
c007aed961eba71df027dbf5406fbf376a1fde994e11840e72526edc7cd41dc7
|