add_expression | R Documentation |
attach expression values from user-provided expression vector to graph.
add_expression(exp, g)
exp |
expression vector - assumed to be a named vector where the values are expression and the names are the gene name |
g |
igraph object - will be filtered so that only nodes found in both exp and g are kept |
subgraph of g containing only shared keys with exp and with expression attached.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.