comp_score_tf | R Documentation |
Calculates the compatibility between a list of source nodes and a list of target nodes depending on their expression values
comp_score_tf(t, s, g)
t |
A character vector of target node names present in graph g |
s |
A vector of source node names present in graph g |
g |
An igraph graph object |
Vector of compatibility scores for each source node s
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.