View source: R/analyzeDistribution.R
createPercentageDistributionData | R Documentation |
Create data for percentage present taxa distribution
createPercentageDistributionData(inputData = NULL, rankName = NULL,
taxDB = NULL)
inputData |
dataframe contains raw input data in long format (see ?mainLongRaw) |
rankName |
name of the working taxonomy rank (e.g. "species", "family") |
taxDB |
Path to the taxonomy DB files |
A dataframe for analysing the distribution of the percentage of species in the selected supertaxa, containing the seed protein IDs, percentage of their orthologs in each supertaxon and the corresponding supertaxon names.
Vinh Tran tran@bio.uni-frankfurt.de
mainLongRaw
data("mainLongRaw", package="PhyloProfile")
createPercentageDistributionData(mainLongRaw, "class")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.