CalculateCumulativeRichness
CalculateCumulativeRichness.Rd
This function calculates the cumulative richness of features across groups in the metadata. Cumulative richness is defined as the total number of unique features observed as groups are added sequentially.
Value
A data frame containing the cumulative richness for each group in the specified order, with columns for group and cumulative richness.
Examples
if (FALSE) {
groups <- c("Control", "Treatment1", "Treatment2")
cumulative_richness <- CalculateCumulativeRichness(mmo, groups)
}