Description Usage Arguments Value Examples
Get fitted values for each cell.
1 2 3 4 5 6 7 | predictCells(models, ...)
## S4 method for signature 'SingleCellExperiment'
predictCells(models, gene)
## S4 method for signature 'list'
predictCells(models, gene)
|
models |
Either the |
... |
parameters including: |
gene |
Gene name of gene for which to extract fitted values. |
A vector of fitted values.
1 2 | data(gamList, package = "tradeSeq")
predictCells(models = gamList, gene = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.