findHouseKeepingGenes | R Documentation |
Find the set of genes that are ubiquitously expressed in a query of cell types
Find the set of genes that are ubiquitously expressed in a query of cell types
findHouseKeepingGenes(object, cell.types, min.recall = 0.5, max.genes = 1000) house.keeping.genes(object, cell.types, min.recall = 0.5, max.genes = 1000) ## S4 method for signature 'SCFind,character' findHouseKeepingGenes(object, cell.types, min.recall = 0.5, max.genes = 1000)
object |
the |
cell.types |
a list of cell types for the list to evaluated |
min.recall |
threshold of minimun recall value |
max.genes |
threshold of number of genes to be considered for each cell type |
the list of gene that ubiquitously expressed in a query of cell types
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.