Description Usage Arguments Value Author(s) See Also Examples
View source: R/parsePhyloProfile.R
Reduce data of the processed phylogenetic profiles from input taxonomy rank into supertaxon level (e.g. from species to phylum)
1 |
filteredProfile |
dataframe contains the filtered profiles (see ?parseInfoProfile, ?filterProfileData and ?filteredProfile) |
A reduced dataframe contains only profile data for the selected supertaxon rank. This dataframe contains only supertaxa and their value (mVar1 & mVar2) for each gene.
Vinh Tran tran@bio.uni-frankfurt.de
parseInfoProfile
for creating a full processed
profile dataframe, filterProfileData
for filter processed
profile and filteredProfile
for a demo filtered
profile dataframe
1 2 | data("filteredProfile", package="PhyloProfile")
reduceProfile(filteredProfile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.