README.md

RDB

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)

References

Shulei Wang. Robust Differential Abundance Test in Compositional Data. 2021. [arxiv]



lakerwsl/RDB documentation built on Nov. 21, 2023, 5:47 p.m.