createVariableDistributionData: Create data for additional variable distribution

View source: R/analyzeDistribution.R

createVariableDistributionDataR Documentation

Create data for additional variable distribution

Description

Create data for additional variable distribution

Usage

createVariableDistributionData(inputData, var1Cutoff = c(0 ,1),
    var2Cutoff = c(0, 1))

Arguments

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).

Value

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).

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

mainLongRaw

Examples

data("mainLongRaw", package="PhyloProfile")
createVariableDistributionData(
    mainLongRaw, c(0, 1), c(0.5, 1)
)

BIONF/PhyloProfile documentation built on April 14, 2024, 10:39 p.m.