elbows
returns the prevalence threshold for TypicalMicrobiomeSignatures
based on the elbow of the curve method. See vignette.
elbows(ag = "adult")
Age group. A character string. "adult" or "child"
Vector of type double with thresholds.
elbows()
#> feces_genus feces_species mouth_genus mouth_species skin_genus
#> 0.04097764 0.04430577 0.01363636 0.01363636 0.07048458
#> skin_species vagina_genus vagina_species
#> 0.07488987 0.02105263 0.01052632
elbows("child")
#> feces_genus feces_speies mouth_genus mouth_species skin_genus
#> 0.06133333 0.04977778 0.04938272 0.04938272 0.01000000
#> skin_species
#> 0.01000000