Description Usage Arguments Value Author(s) References Examples
Split whole protein expression into the subunits.
1 | group.exprs(exprs, ref = NULL)
|
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) |
list of which element corresponds to each complex.
comp.exprs - data.frame. Variables (genes/proteins) in the columns and samples in the rows.
comp.names - character vector. Complex names
comp.ids - data.frame. Raw data from CORUM database "allComplexes.txt" from http://mips.helmholtz-muenchen.de/corum/#download.
Yusuke Matsui
Yusuke MATSUI et al.(2020) RoDiCE: Robust differential protein co-expression analysis for cancer complexome (submitted).
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.