predictCells | R Documentation |
Get fitted values for each cell.
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. |
Using the gene expression model of tradeSeq
available at
https://www.nature.com/articles/s41467-020-14766-3#Sec2.
the output of predictCells
returns the \eta_{gi}
value for each cell.
A vector of fitted values.
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.