orderGenes | R Documentation |
Order Genes by their Genomic Positions
orderGenes(x)
x |
a matrix with gene names as rows or a character vector of gene names. |
ordered matrix or character vector
m = infercna::useData()
orderGenes(m) %>% rownames %>% head
orderGenes(rownames(m)) %>% head
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.