sankeyPlot: Sankey plot for condition-dependent protein relocalization

Description Usage Arguments Value Examples

View source: R/sankeyPlot.R

Description

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

Usage

1
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

1
2
3
4
5
6
7
{

exp.cls.df <- SubCellBarCode::hcc827GEFClass

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

}

SubCellBarCode documentation built on Nov. 8, 2020, 5:26 p.m.