findNodeSignatures | R Documentation |
Find the signature genes for a cell-type
Find the signature genes for a cell-type
findNodeSignatures(
object,
cell.types,
max.genes = 1000,
min.cells = 10,
max.pval = 0
)
node.signatures(
object,
cell.types,
max.genes = 1000,
min.cells = 10,
max.pval = 0
)
## S4 method for signature 'SCFind'
findNodeSignatures(
object,
cell.types,
max.genes = 1000,
min.cells = 10,
max.pval = 0
)
object |
the |
cell.types |
a list of cell types for the list to evaluated |
max.genes |
threshold of number of genes to be considered for each cell type |
min.cells |
threshold of cell hit of a tissue |
max.pval |
threshold of p-value |
the list of gene signatures in a query of cell types
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.