present: Presency of OTUs

Description Usage Arguments Value Examples

View source: R/present.R

Description

Analyze the presency of OTUs

Usage

1

Arguments

data,

matrix of OTU data

Value

, proportion of non-zero counts for each OTU

Examples

1
2
3
da<-simotu.gaus(50,700,3,nref=5,full.mean=10000,unif.min=0,unif.max=0.4,seed=1234)  
al<-data_extract(da,Target %in% c("target1","target2","target3")) # no otu names 
present(al)

yewei369/clotu documentation built on Dec. 23, 2021, 7:19 p.m.