View source: R/helperfunctions.R
calculate_percent.hemoglobin | R Documentation |
Calculate hemoglobin features in Seurat object
calculate_percent.hemoglobin(sobj, hemoglobin.features)
sobj |
Seurat object |
hemoglobin.features |
character vector, hemoglobin gene symbols to search in dataset, default will search all mouse and human hemoglobin gene symbols |
data.frame with percent.hemoglobin in all cells
sobj[['percent.hemoglobin']] <- Seurat::PercentageFeatureSet(sobj, features = hemoglobin.features)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.