Skip to content

zy26/QUBIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUBIC

Authors: Yu Zhang and Qin Ma

Description

This package provides our R/Bioconductor implementation of the original QUalitative BIClustering (QUBIC) algorithm (Li et al., Nucleic Acids Research, 10.1093/nar/gkp491), along with utilities for discretization, heatmap visualization, and bicluster-based co-expression network analysis.

In comparative benchmark studies under specific biclustering settings, QUBIC showed strong performance, including high enriched bicluster ratios on real datasets and robust behavior under increasing noise (Eren et al., Briefings in Bioinformatics, 10.1093/bib/bbs032).

Citing us: Yu Zhang, Juan Xie, Jinyu Yang, Anne Fennell, Chi Zhang, Qin Ma. QUBIC: a Bioconductor package for qualitative biclustering analysis of gene co-expression data. Bioinformatics. 2017;33(3):450-452. https://doi.org/10.1093/bioinformatics/btw635

Installation

Stable Bioconductor release:

if (!requireNamespace("BiocManager", quietly = TRUE)) {
 install.packages("BiocManager")
}
BiocManager::install("QUBIC")

Development version from GitHub:

install.packages("devtools")
devtools::install_github("zy26/QUBIC")

Optional visualization packages:

install.packages("qgraph")
install.packages("RColorBrewer")

Notes:

Vignette

You can find the tutorial for QUBIC at: https://bioconductor.org/packages/release/bioc/vignettes/QUBIC/inst/doc/qubic_vignette.pdf

Packages

 
 
 

Contributors