createVariableDistributionData {PhyloProfile} | R Documentation |
Create data for additional variable distribution
createVariableDistributionData(inputData, var1Cutoff = c(0 ,1), var2Cutoff = c(0, 1))
inputData |
dataframe contains raw input data in long format (see ?mainLongRaw) |
var1Cutoff |
min and max cutoff for var1. Default = c(0, 1). |
var2Cutoff |
min and max cutoff for var2. Default = c(0, 1). |
A dataframe for analysing the distribution of the additional variable(s) containing the protein (ortholog) IDs and the values of their variables (var1 and var2).
Vinh Tran tran@bio.uni-frankfurt.de
data("mainLongRaw", package="PhyloProfile") createVariableDistributionData( mainLongRaw, c(0, 1), c(0.5, 1) )