group.exprs: Construct subunit-level expression data

Description Usage Arguments Value Author(s) References Examples

View source: R/group_exprs.R

Description

Split whole protein expression into the subunits.

Usage

1
group.exprs(exprs, ref = NULL)

Arguments

exprs

data.frame. Protein expression data where variables(genes / proteins) in the columns and samples in the rows.

ref

data.frame. Group information of the variables, e.g., protein complex. The table must include 'group_id'(group identifier, e,g., protein complex identifier),'desc'(description of the group,e.g., protein complex name),and 'varname'(variable name, e.g., proteins)

Value

list of which element corresponds to each complex.

Author(s)

Yusuke Matsui

References

Yusuke MATSUI et al.(2020) RoDiCE: Robust differential protein co-expression analysis for cancer complexome (submitted).

Examples

1
2
3
4
5
6
data(ccrcc.subset)
data(corum.subset)
tumor = ccrcc.subset$tumor
normal = ccrcc.subset$normal
tumorByComplex = group.exprs(tumor,corum.subset)
normalByComplex = group.exprs(normal,corum.subset)

ymatts/RoDiCE documentation built on Jan. 1, 2021, 1:45 p.m.