Correlation between the molecules across two omics matrix data, such as gene expression and protein abundance
LazyCrossOmicsCorrelation
01 Syntax
SMRUCC.genomics.Model.Network.Regulons.LazyCrossOmicsCorrelation
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 1 | |
| Correlation | 1 | 计算跨组学分子的相关性 |
03 Properties
04 Fields
05 Members
#ctor(
Matrix, Matrix, Boolean)Parameters
| Name | Type | Description |
|---|---|---|
expr1 | Matrix | 组学1的表达矩阵 |
expr2 | Matrix | 组学2的表达矩阵 |
strict | Boolean | 是否严格要求样本对 |
Correlation(
String, String)计算跨组学分子的相关性
Parameters
| Name | Type | Description |
|---|---|---|
entity1 | String | 组学1中的分子名称 (如 Gene ID) |
entity2 | String | 组学2中的分子名称 (如 Protein ID) |
expr1
the normalized expression matrix data of Omics 1
expr2
the normalized expression matrix data of Omics 2
omics1
omics2