Description Usage Arguments Examples
View source: R/integrative_model.R
A model integrating DNA methylation of enhancer regionand RNA expression of target genes, to predict the recurrence of early lung cancer.
1 | integrative_model(methylation.matrix, methylation_model, expression.matrix, expression_model, house.keeping.genes)
|
methylation.matrix |
A DNA methylation matrix contains locus (in rows) and sample (in columns). The annotation of methylation locus was based on the hg38 reference genome. |
methylation_model |
The coeffecients of feature methylation locus. |
expression.matrix |
A gene expression matrix contains each gene (in rows) and sample (in columns). The expression matrix should be log-normalized. |
expression_model |
The coeffecients of feature genes. |
house.keeping.genes |
The house keeping genes used to normalized gene expression. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.