Normalize the expression count data

normalizeSRT(
  SRTProj,
  normalization.method = "LogNormalize",
  force = FALSE,
  ...
)

Arguments

SRTProj

a SRTProject object.

normalization.method

a string, specify the method to do normalization.

force

a logical value, whether overwrite the data objects in h5file.

...

other arguments pass to NormalizeData.