Description Usage Format Examples
Baron_counts is a matrix of scRNA-seq data. Each row represents one gene. Each column represents one cell. Baron_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(Baron_scRNA)
|
Baron_counts is a matrix of gene expression values. Baron_true_cell_label is a vector of true cell labels for each cell.
1 2 3 4 5 | data(Baron_scRNA)
dim(Baron_counts)
Baron_counts[1:5,1:5]
length(Baron_true_cell_label)
head(Baron_true_cell_label)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.