Description Usage Arguments Value Author(s) See Also Examples
View source: R/analyzeDistribution.R
Create data for additional variable distribution
1 2 | 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
1 2 3 4 | data("mainLongRaw", package="PhyloProfile")
createVariableDistributionData(
mainLongRaw, c(0, 1), c(0.5, 1)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.