View source: R/DIALOGUE.cell.type.R
make.cell.type | R Documentation |
This function generates a cell.type object for DIALOGUE.
make.cell.type(
name,
tpm,
samples,
X = NULL,
metadata = NULL,
tpmAv = t(average.mat.rows(t(tpm), samples)),
cellQ
)
name |
cell type name |
tpm |
gene expression or any type of single-cell profiling (m x n) |
samples |
the sample of each cell (n x 1) |
X |
features matrix (n x k), e.g., PCs, NMF components, tpm etc.; these features will be used to identify the multicellular programs. |
metadata |
cell features (n x r) |
cellQ |
cell quality measures, e.g., number of reads/genes detected (n x 1) |
cell.type
a representation of a specific type of cells
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.