View source: R/guidematrix_to_triplet.R
guidematrix_to_triplet | R Documentation |
Convert guide matrix into a dataframe, where columns include cell, barcode, read count and UMI count.
guidematrix_to_triplet(count_mat, RDS)
count_mat |
A guide count matrix where columns are cell names and rows are guide names |
RDS |
A Seurat object or local RDS file path that contains the scRNA-seq dataset. Note that the dataset has to be normalized and scaled. |
A data frame that contains cell names, guide names, read count and UMI count as column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.