sib-swiss/single-cell-training

Scaling all genes - necessary?

Closed this issue · 1 comments

We scale all features here:

seu <- Seurat::ScaleData(seu,
                 features = rownames(seu))

Why not the default which is only variable features?

We scale all features here:

seu <- Seurat::ScaleData(seu,
                 features = rownames(seu))

Why not the default which is only variable features?

I would agree to remove it, it is useless to scale all genes.