DavisLaboratory / standR

Spatial transcriptomics analyses and decoding in R
https://davislaboratory.github.io/standR/
Other
18 stars 4 forks source link

Inquiry about Normalization Process #35

Closed jheonsuh closed 2 weeks ago

jheonsuh commented 5 months ago

Hi. Thank you for developing helpful package for analysing GeoMx datasets. I have question that the vignette does not say in detail.

image 스크린샷 2024-05-11 103042

After normalizing my dataset using

spe_tmm <- geomxNorm(spe, method = "TMM")

How can I check the "Normalized" value of my initial dataset, which may be contained in "spe_tmm" object.

Since I need every single normalized value of gene counts, I wonder how can I check those.

It would be really grateful if you kindly give any advice about my question.

Thank you.

ningbioinfo commented 4 months ago

assay(spe_tmm, "logcounts")