findCellTypeSpecificities | R Documentation |
Find out how many cell-types each gene is found
Find out how many cell-types each gene is found
findCellTypeSpecificities(
object,
gene.list,
datasets,
min.cells = 10,
min.fraction = 0.25
)
cell.type.specificity(
object,
gene.list,
datasets,
min.cells = 10,
min.fraction = 0.25
)
## S4 method for signature 'SCFind'
findCellTypeSpecificities(
object,
gene.list,
datasets,
min.cells = 10,
min.fraction = 0.25
)
object |
the |
gene.list |
genes to be searched in the gene.index |
datasets |
the datasets that will be considered |
min.cells |
threshold of cell hit of a cell type |
min.fraction |
portion of total cell as threshold |
the list of number of cell type for each gene
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.