View source: R/diversity_fxns.R
has_sufficient_abundance_for_entropy | R Documentation |
Over the range of TCGA TCR entropies (0.975-8.1) we calculated the minimum number of reads needed to get within the 95th CI of the entropy at 100 billion reads. See Optimize_Diversity_Metrics_CRSV1371 project file, plot_fraction_entropy.R.
has_sufficient_abundance_for_entropy(my_abundance, measured_entropy)
my_abundance |
Integer of the total abundance of the counts |
measured_entropy |
Measured entropy of the sample. Value should be close to the range of (0.975-8.1). |
Boolean of whether this abundance is enough to just use the measured entropy
Other diversity:
chao1()
,
dXX_index()
,
evenness()
,
get_corrected_entropy_rdata_2_4096_path()
,
get_corrected_entropy_rdata_4097_65536_path()
,
get_corrected_entropy_rdata_ab1025_65K_ent1_8_path()
,
get_corrected_entropy_rdata_ab8_1024_ent1_8_path()
,
inv_simpson()
,
predict_true_entropy_from_counts()
,
predict_true_entropy_from_diversity()
,
screen_counts()
,
shannon_entropy()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.