fabia
This package is for version 3.14 of Bioconductor; for the stable, up-to-date release version, see fabia.
FABIA: Factor Analysis for Bicluster Acquisition
Bioconductor version: 3.14
Biclustering by "Factor Analysis for Bicluster Acquisition" (FABIA). FABIA is a model-based technique for biclustering, that is clustering rows and columns simultaneously. Biclusters are found by factor analysis where both the factors and the loading matrix are sparse. FABIA is a multiplicative model that extracts linear dependencies between samples and feature patterns. It captures realistic non-Gaussian data distributions with heavy tails as observed in gene expression measurements. FABIA utilizes well understood model selection techniques like the EM algorithm and variational approaches and is embedded into a Bayesian framework. FABIA ranks biclusters according to their information content and separates spurious biclusters from true biclusters. The code is written in C.
Author: Sepp Hochreiter <hochreit at bioinf.jku.at>
Maintainer: Andreas Mitterecker <mitterecker at bioinf.jku.at>
citation("fabia")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("fabia")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("fabia")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.