Description Usage Arguments Value Examples
Returns expression matrices with common genes
1 | match.gex(train_pcg, my_pcg)
|
train_pcg |
Gene expression matric with gene IDs as column names |
my_pcg |
Gene expression matric with gene IDs as column names |
A list containing two matrices with common genes
1 2 3 | temp <- match.gex(GA.pcg, HS.pcg)
Matched.GA.pcg <- data.matrix(temp[[1]])
Matched.HS.pcg <- data.matrix(temp[[2]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.