RunLSI(object, ...)# S3 method for default
RunLSI(
  object,
  assay = NULL,
  n = 50,
  reduction.key = "LSI_",
  scale.max = NULL,
  seed.use = 42,
  verbose = TRUE,
  ...
)
# S3 method for Assay
RunLSI(
  object,
  assay = NULL,
  features = NULL,
  n = 50,
  reduction.key = "LSI_",
  scale.max = NULL,
  verbose = TRUE,
  ...
)
# S3 method for Seurat
RunLSI(
  object,
  assay = NULL,
  features = NULL,
  n = 50,
  reduction.key = "LSI_",
  reduction.name = "lsi",
  scale.max = NULL,
  verbose = TRUE,
  ...
)