项目作者: HCBravoLab

项目描述 :
iDA: dimensionality reduction for latent structure discovery
高级语言: R
项目地址: git://github.com/HCBravoLab/iDA.git
创建时间: 2020-04-02T13:07:55Z
项目社区:https://github.com/HCBravoLab/iDA

开源协议:Other

下载


iDA

This package provides a method for dimensionality reduction
of data to better find discrete latent structure as an improvement over PCA. Developed for the analysis of gene expression where either genetic heterogeneity in the subject population, or cell type in scRNA-seq determines that latent structure. Embeddings are linear transformations so appropriate to use in downstream analyses.

A manuscript describing this method is forthcoming. The package vignette illustrates use of the iDA function.

Installation

The package is available only on github, easiest way to install is using the remotes package:

  1. install.packages("remotes")
  2. remotes::install_github("hcbravolab/iDA")