skbio.diversity.alpha.observed_otus

skbio.diversity.alpha.observed_otus(counts)[source]

Calculate the number of distinct OTUs.

State: Experimental as of 0.4.0.

Parameters:counts (1-D array_like, int) – Vector of counts.
Returns:Distinct OTU count.
Return type:int