View source: R/match_expr_methy.R
match_expr_methy | R Documentation |
Match the paired expression and methylation level for each gene.
match_expr_methy(gene_express_data,gene_methy)
gene_express_data |
a |
gene_methy |
a |
It will return a list containing two components:
gene_expr_methy |
a |
size_factor |
a |
## Not run: ### Match expression and methylation genes gene_expr_methy <- match_expr_methy(gene_express_data=gene_expression, gene_methy=select_methylated_genes) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.