View source: R/CommPath-object.R
createCommPath | R Documentation |
To create a CommPath object
createCommPath(expr.mat, cell.info, species)
expr.mat |
Matrix or data frame of expression matrix, with genes in rows and cells in columns |
cell.info |
Vector of lables indicating identity classes of cells in the expression matrix, and the order of lables should match the order of cells in the expression matrix; or a data frame containing the meta infomation of cells with the row names matching the cells in the expression matrix and a column named as "Cluster" must be included to indicate identity classes of cells |
species |
Species, either 'hsapiens'('human'), 'mmusculus'('mouse'), or 'rnorvegicus'('rat') |
CommPath object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.