Description Usage Arguments Value Examples
Matches genes accross datasets
1 2 3 4 5 6 7 8 |
data1 |
a data matrix, typically genes by samples |
data2 |
an amplitude matrix, typically genes by factors |
data1Names |
rownames of data matrix, for eg genenames |
data2Names |
rownames of amplitude matrix to be matched to rownames of datamatrix |
merge |
logical indicating wether or not to merged data sets |
... |
Additional arguments to geneMatchR |
A list of genes (intersection) in both datasets. (if merge = TRUE, Also returns merged data.)
1 2 | geneMatchR(data1=p.ESepiGen4c1l$mRNA.Seq,data2=p.RNAseq6l3c3t,
data1Names=map.ESepiGen4c1l[["GeneSymbols"]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.