This is an R package implementing RDB test proposed in Wang (2021)
To install this package in R, run the following commands:
library(devtools)
install_github("lakerwsl/RDB")
Example usage:
library(RDB)
m=50
d=100
P=matrix(runif(m*d),nrow=m,ncol=d)
Z=rep(0,m)
Z[1:(m/2)]=1
rdb(P,Z)
Shulei Wang. Robust Differential Abundance Test in Compositional Data. 2021. [arxiv]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.