reduce_dimension_spatial: Title

Description Usage Arguments

View source: R/dimReductions.R

Description

Title

Usage

1
2
3
4
5
6
7
reduce_dimension_spatial(
  se,
  method = c("NNMF"),
  rank = 20,
  verbose = TRUE,
  ...
)

Arguments

se

A SpatialExperiment object

method

Pattern discovery method. Must be one of c("NNMF"). [default: "NNMF"]

rank

Where applicable, the number of dimensions to reduce into (e.g. 'k') [default: 20]

verbose

A logical indicating verbose output. [default: FALSE]

...

gofflab/astRal documentation built on Oct. 21, 2020, 5:18 a.m.