devtools::install_github('CopenhagenCenterForGlycomics/RGlycopacity')
# OR
remotes::install_github('CopenhagenCenterForGlycomics/RGlycopacity')
library(Seurat)
pre_processed_rds = readRDS('my_seurat.Rds')
library(RGlycopacity)
data_pseudobulk = calculatePseudobulks(pre_processed_rds)
expression_range_table = calculateExpressedRange(data_pseudobulks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.