All Projects → FrederickHuangLin → ANCOMBC

FrederickHuangLin / ANCOMBC

Licence: other
Differential abundance (DA) and correlation analyses for microbial absolute abundance data

Programming Languages

r
7636 projects
TeX
3793 projects

Projects that are alternatives of or similar to ANCOMBC

Maaslin2
MaAsLin2: Microbiome Multivariate Association with Linear Models
Stars: ✭ 76 (+26.67%)
Mutual labels:  microbiome, differential-abundance-analysis
microbiomeMarker
R package for microbiome biomarker discovery
Stars: ✭ 89 (+48.33%)
Mutual labels:  microbiome, differential-abundance-analysis
empress
A fast and scalable phylogenetic tree viewer for microbiome data analysis
Stars: ✭ 37 (-38.33%)
Mutual labels:  microbiome
exponential-moving-average-normalization
PyTorch implementation of EMAN for self-supervised and semi-supervised learning: https://arxiv.org/abs/2101.08482
Stars: ✭ 76 (+26.67%)
Mutual labels:  normalization
bac-genomics-scripts
Collection of scripts for bacterial genomics
Stars: ✭ 39 (-35%)
Mutual labels:  sequencing
keras-utility-layer-collection
Collection of custom layers and utility functions for Keras which are missing in the main framework.
Stars: ✭ 63 (+5%)
Mutual labels:  normalization
RDPTools
Collection of commonly used RDP Tools for easy building
Stars: ✭ 44 (-26.67%)
Mutual labels:  microbiome
class-norm
Class Normalization for Continual Zero-Shot Learning
Stars: ✭ 34 (-43.33%)
Mutual labels:  normalization
universe-of-syntax
A universe of scope- and type-safe syntaxes (syntices?). Includes generic implementation of type-preserving renaming/substitution with all the proofs you could possibly need.
Stars: ✭ 16 (-73.33%)
Mutual labels:  normalization
tracy
Basecalling, alignment, assembly and deconvolution of Sanger Chromatogram trace files
Stars: ✭ 73 (+21.67%)
Mutual labels:  sequencing
gubbins
Rapid phylogenetic analysis of large samples of recombinant bacterial whole genome sequences using Gubbins
Stars: ✭ 103 (+71.67%)
Mutual labels:  sequencing
url-normalize
URL normalization for Python
Stars: ✭ 82 (+36.67%)
Mutual labels:  normalization
ORNA
Fast in-silico normalization algorithm for NGS data
Stars: ✭ 21 (-65%)
Mutual labels:  normalization
flow1d
[ICCV 2021 Oral] High-Resolution Optical Flow from 1D Attention and Correlation
Stars: ✭ 91 (+51.67%)
Mutual labels:  correlation
scSeqR
This package has migrated to https://github.com/rezakj/iCellR please use iCellR instead of scSeqR for more functionalities and updates.
Stars: ✭ 16 (-73.33%)
Mutual labels:  normalization
graphql-norm
Normalization and denormalization of GraphQL responses
Stars: ✭ 28 (-53.33%)
Mutual labels:  normalization
RCM
A model-based visualization method for microbiome data
Stars: ✭ 16 (-73.33%)
Mutual labels:  microbiome
autonormalize
python library for automated dataset normalization
Stars: ✭ 104 (+73.33%)
Mutual labels:  normalization
snp-sites
Finds SNP sites from a multi-FASTA alignment file
Stars: ✭ 182 (+203.33%)
Mutual labels:  sequencing
CorrelationLayer
Pure Pytorch implementation of Correlation Layer that commonly used in learning based optical flow estimator
Stars: ✭ 22 (-63.33%)
Mutual labels:  correlation

ANCOMBC

ANCOMBC is a package containing differential abundance (DA) and correlation analyses for microbiome data. Specifically, the package includes Analysis of Compositions of Microbiomes with Bias Correction 2 (ANCOM-BC2, manuscript in preparation), Analysis of Compositions of Microbiomes with Bias Correction (ANCOM-BC), and Analysis of Composition of Microbiomes (ANCOM) for DA analysis, and Sparse Estimation of Correlations among Microbiomes (SECOM) for correlation analysis. Microbiome data are typically subject to two sources of biases: unequal sampling fractions (sample-specific biases) and differential sequencing efficiencies (taxon-specific biases). Methodologies included in the ANCOMBC package are designed to correct these biases and construct statistically consistent estimators.

To install the latest release version of ANCOMBC

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("ANCOMBC")

Usage

library(ANCOMBC)
?ancombc2
?ancombc 
?ancom
?secom_linear
?secom_dist

Author: Huang Lin

Maintainer: Huang Lin: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].