Closed jgarces02 closed 3 months ago
I tried this, does it make sense?
gene_activities <- GeneActivity(seuratobj_atac, biotypes = NULL, max.width = NULL)
seuratobj_atac[["gene_activities"]] <- CreateAssayObject(counts = gene_activities)
DefaultAssay(seuratobj_atac) <- "gene_activities"
seuratobj_atac_pseudobulk <- AggregateExpression(seuratobj_atac, assays = "gene_activities", return.seurat = T,
group.by = c("cell_type", "patient", "timepoint"))
Hi there,
I calculated the gene activity scores for my dataset and realized there was a bias toward more abundant populations. Is there any way of performing this calculation on the averaged accessibility? Something like
Seurat
'sAggregateExpression
?Thanks in advance!