add_subsampled_alpha()
adds selected alpha diversity measures to the sample table of a
tidytacos object using an itterative subsampling process.
Arguments
- ta
a tidytacos object.
- min_lib_size
the minimum lib size samples need to have. Samples with lower lib sizes will be discarded and samples with a higher readcount will be itteratively subsampled to this readcount to allow for a fair comparison across read_depths.
- method
The diversity measure to use, see
vegan::diversity()
for further information on these.- itterations
the amount of itterations for subsampling. Please report this number in your research.
See also
Other sample-modifiers:
add_alpha()
,
add_alphas()
,
add_dominant_taxa()
,
add_metadata()
,
add_ord()
,
add_sample_clustered()
,
add_spike_ratio()
,
add_total_absolute_abundance()
,
add_total_count()
,
add_total_density()
,
cluster_samples()
Other diversity-metrics:
add_alpha()
,
add_alphas()
,
add_ord()