Description Usage Arguments Value Author(s) See Also Examples
View source: R/getUniquePairs.R
getTestedPairs
find all the pairs from an
interaction matrix and a list of tested genes.
1 | getTestedPairs(iMat, respV)
|
iMat |
Adjacency matrix reporting genetic Interactions. Each entry has value 0 or 1, representing positive or negative interaction of corresponding pairs of row and column, respectively. |
respV |
Character vector of all gene names that were tested (found to interact or not) |
A data.frame with 4 columns:
query |
gene names of the query genes |
array |
gene names og the tested genes (e.g., array genes) |
interact |
numeric vector of the number of observed interactions (0: no interaction; 1: one interaction; 2: two interactions when the query genes were also on the array) |
recip |
logical to indicate whether the reported genes were both query and array genes (TRUE: both genes were query and array genes) |
.
N. LeMeur
getSharedDomains
getUniquePairs
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.