For each sample, the algorithm tries to convert taxa on the genus level
to the species level. Counts at the genus level will be distributed
over the species level proportional to the available number of species.
Usage
genusToSpecies(id, taxon, count)
Arguments
id
sample identifier
taxon
taxon name on either the genus or species level
count
total number of individuals of a specific taxon in a sample
Value
data.frame with three columns: id the sample
identifier, taxon the taxon name, and count the count
after genus to species conversion.