ZhangHao

Results 23 comments of ZhangHao

The z-score is specifically utilized in a Heatmap to visualize the expression patterns of different genes using a unified color scheme. If you wish to compare gene expression across multiple...

`group.by = c("CellType", "SubCellType")` means using the `CellType` and `SubCellType` variables from the `pancreas_sub` dataset to plot the graph. In your dataset, you need to check the grouping variables available...

The default doublet rate is determined based on the number of input cells, using the formula `db_rate = ncol(srt) / 1000 * 0.01`. If the cell count surpasses 100,000, this...