single cell data integration
0
0
Entering edit mode
12 months ago

Hello, I am running single cell seq analysis and am being held at the IntegrateData step: seurat_integrated <- IntegrateData(anchorset = immune_anchors, normalization.method = "SCT")

it's a problem of memory . I tried to reduce memory by applyin reciprocal PCA when I run FindIntegrationAnchors but it didn't solve the problem. Is there other hints ?

otherwise can I still apply the old protocol NormalizeData, FindVariableFeatures, and ScaleData instead of SCTransform and still have the same output ( I already applied the old protocol and i didn't face memory problem) that why I'm wondering if it's really worth it to apply SCTransform and if the outputs differs between the 2 approaches ?

finally what's the advantage of SCTransform compared to the old protocol ?

ScaleData FindVariableFeatures SCTransform integration and NormalizeData • 987 views
ADD COMMENT
0
Entering edit mode

How much memory do you have available? Find find Harmony to give reasonable results in my hand with very limited memory footprint.

ADD REPLY
0
Entering edit mode

60GB otherwise if it doesn't work .can I still apply the old protocol NormalizeData, FindVariableFeatures, and ScaleData instead of SCTransform and still have the same output ( I already applied the old protocol and i didn't face memory problem) that why I'm wondering if it's really worth it to apply SCTransform and if the outputs differs between the 2 approaches ?

finally what's the advantage of SCTransform compared to the old protocol ?

ADD REPLY
0
Entering edit mode

sctransforms claims to better regularize and variance-stabilize the data but as a non-Seurat user I have integrated heterogeneous samples and those with strong confounders (e.g. homeostasis vs acute inflammation) with harmony before and this works very decently. You don't need (in terms of being dependent on it) sctransform, it's one of many options.

ADD REPLY

Login before adding your answer.

Traffic: 1354 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6