Description Usage Format Examples
Seg_counts is a matrix of scRNA-seq data. Each row represents one gene. Each column represents one cell. Seg_true_cell_label is a vector of the same length as the columns of the matrix, containing the true cell labels for each cell in the same order.
1 | data(Seg_scRNA)
|
Seg_counts is a matrix of gene expression values. Seg_true_cell_label is a vector of true cell labels for each cell.
1 2 3 4 5 | data(Seg_scRNA)
dim(Seg_counts)
Seg_counts[1:5,1:5]
length(Seg_true_cell_label)
head(Seg_true_cell_label)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.