sankeyPlot {SubCellBarCode}R Documentation

Sankey plot for condition-dependent protein relocalization

Description

Identify candidate condition-dependent relocated proteins by comparing neighborhood classifications.

Usage

sankeyPlot(sampleCls1, sampleCls2)

Arguments

sampleCls1

data.frame; merged classification, combination of compartment and neighborhood classification.

sampleCls2

data.frame; merged classification, combination of compartment and neighborhood classification.

Value

label.link.df

Examples

{

exp.cls.df <- SubCellBarCode::hcc827GEFClass

sankeyData <- sankeyPlot(exp.cls.df, exp.cls.df)

}

[Package SubCellBarCode version 1.8.0 Index]