as.CellDataSet | R Documentation |
Convert several data types into monocle::CellDataSet object.
as.CellDataSet(x, expressionFamily = NULL, gene_short_name = "symbol")
## S3 method for class 'SingleCellExperiment'
as.CellDataSet(x, expressionFamily = NULL, gene_short_name = "symbol")
x |
object to convert. |
expressionFamily |
expression family function to use (default: negbinomial.size) |
gene_short_name |
column to use to set gene_short_name |
a CellDataSet object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.