Normalize the expression count data
normalizeSRT(
SRTProj,
normalization.method = "LogNormalize",
force = FALSE,
...
)
a SRTProject object.
a string, specify the method to do normalization.
a logical value, whether overwrite the data objects in h5file.
other arguments pass to NormalizeData
.