reduceProfile {PhyloProfile} | R Documentation |
Reduce data of the processed phylogenetic profiles from input taxonomy rank into supertaxon level (e.g. from species to phylum)
reduceProfile(fullProfile)
fullProfile |
dataframe contains the full processed profiles (see ?parseInfoProfile and ?fullProcessedProfile) |
A reduced dataframe contains only profile data for the selected supertaxon rank. This dataframe contains only supertaxa and their value (
Vinh Tran tran@bio.uni-frankfurt.de
parseInfoProfile
for creating a full processed
profile dataframe, fullProcessedProfile
for a demo full
processed profile dataframe
data("fullProcessedProfile", package="PhyloProfile") reduceProfile(fullProcessedProfile)