matchNames | R Documentation |
Match and filter the expression data and interacton pairs.
matchNames(data, pairs, partner_a = 1, partner_b = 2)
data |
Expression data. A d x M matrix with d rows of features and M columns of data points (cells). |
pairs |
Interaction pair data with at least two columns indicating gene-gene interaction partners. |
partner_a |
Column name or index for interaction partner a. Defaulte is 1, the first column in interaction pair data. |
partner_b |
Column name or index for interaction partner b. Defaulte is 2, the second column in interaction pairs data. |
Returns a list with filtered expression data and interaction pairs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.