Assign all taxa to a cluster, eventually under genetic control using hclust
formatting_data.Rd
Assign all taxa to a cluster, eventually under genetic control using hclust
Value
A vector with a length matching the total number of taxa with values from 0 to the number of taxa, 0 corresponding to the non under genetic control cluster
Examples
datafile <- system.file("DeruPop.rds", package = "RITHMS")
ToyData <- readRDS(datafile)
taxa_assign_g <- assign_taxa(founder_object = ToyData,
taxa_g = 0.2)