nam | R Documentation |
Build and decompose neighborhood abundance matrix
nam(
data,
batches = NULL,
covs = NULL,
filter_samples = NULL,
nsteps = NULL,
max_frac_pcs = 0.15,
suffix = "",
force_recompute = FALSE,
verbose = FALSE
)
data |
list containing samplem (sample-level metadata), obs (cell-level metadata), and connectivities (dgCMatrix) |
batches |
string(s) to denote batch variables. |
covs |
string(s) to denote covariate variables. |
filter_samples |
TBD |
nsteps |
TBD |
max_frac_pcs |
TBD |
suffix |
TBD |
force_recompute |
TBD |
verbose |
TBD |
TBD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.