View source: R/CellRouter_class.R
CreateCellRouter | R Documentation |
Create the object and check its parameters.
CreateCellRouter( rawdata, assay.type = "RNA", min.genes, min.cells, is.expr = 0 )
rawdata |
AnyMatrix; raw data, cells should be represented as columns, genes should be represented as rows. |
assay.type |
character; the type of data provided to the CellRouter object. |
min.genes |
numeric; minimum of genes a cell should express for it to be considered. |
min.cells |
numeric; minimum of cells in which a gene should be expressed for it to be considered. |
is.expr |
numeric; the minimum expression value a gene should have to be considered expressed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.