findSimilarGenes | R Documentation |
Look at all other genes and rank them based on the similarity of their expression pattern to the pattern defined by the gene query
Look at all other genes and rank them based on the similarity of their expression pattern to the pattern defined by the gene query
findSimilarGenes(object, gene.list, datasets, top.k = 5) similar.genes(object, gene.list, datasets, top.k = 5) ## S4 method for signature 'SCFind,character' findSimilarGenes(object, gene.list, datasets, top.k = 5)
object |
the |
gene.list |
genes to be searched in the gene.index |
datasets |
the datasets that will be considered |
top.k |
how many genes to retrieve |
the list of genes and their similarities presented in Jaccard indices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.