Calculate diversity indices for barcode samples
calcDivIndexes.Rd
Takes a DGEList object of barcode counts and computes shannon, simpson, inverse simpson and gini coefficients for each sample
Arguments
- dgeObject
DGEList object with barcode counts.
- group
Optional, column name in sample metadata to group samples by (string).
Examples
data(test.dge)
indexes <- calcDivIndexes(test.dge)