addHighlyExpressedEdges | R Documentation |
Add reactions without highly changing genes but with high average expression
addHighlyExpressedEdges(m, g, top = 3000)
m |
Metabolic module |
g |
Scored graph |
top |
Maximum rank value for the gene to be considered highly expressed |
module with added edges that correspond to high average expression
data(mEx)
data(gEx)
m <- addHighlyExpressedEdges(m = mEx, g = gEx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.