View source: R/query_transform.R
query_transform | R Documentation |
Performs gene to gene comparison of each gene pairs in the expression table.
query_transform(expDat, genePairs)
expDat |
the expression matrix |
genePairs |
a vector with gene pairs |
A matrix of the gene to gene comparison results. 1 indicates the first gene has higher expression than the second gene in the gene pair. 0 indicates the second gene has higher expression than the first gene in the gene pair.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.