Description Usage Arguments Value Examples
Model gene expression as a function of gene expression with a polynomial robust regression model (robust base package). Up to grade 3 models are evaluated and compared. R-squared and estimated coefficients are returned for the best model only for the genes with significant models.
1 | modelGeneExpression(METcancer, MAcancer, CovariateData = NULL)
|
METcancer |
matrix with methylation data for cancer samples (genes in rows, samples in columns). |
MAcancer |
matrix with gene expression data for cancer samples (genes in rows, samples in columns). |
CovariateData |
vector (numeric or character) indicating a covariate to be included in the model to adjust for it. Not used in an standard run of BIMEGA. It can be used if samples can from different tissue type, for example. |
matrix with R-square, degree of the best polynomial model and estimated coefficients only for the significant genes.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.