Description Usage Arguments Value
A function for constructing a Monocle's CellDataSet object from an expression matrix
1 | EXP_to_CellDataSet(log2_exp = NULL, expression_data_raw = NULL, lod = 1)
|
log2_exp |
An log2 transformed expresssion matrix containing n-rows of cells and m-cols of genes. |
expression_data_raw |
A data frame containing raw expression values, with rownames of cells and colnames of genes. |
lod |
A value of limit of detection in the unit of TPM/CPM/RPKM. |
A CellDataSet object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.