View source: R/utils_association.R
association | R Documentation |
Main function to perform CNA association
association(
data,
y,
batches = NULL,
covs = NULL,
nsteps = NULL,
suffix = "",
force_recompute = FALSE,
return_nam = FALSE,
verbose = TRUE
)
data |
list containing samplem (sample-level metadata), obs (cell-level metadata), and connectivities (dgCMatrix) |
y |
vector with contrast variable value for association |
batches |
string(s) to denote batch variables. |
covs |
string(s) to denote covariate variables. |
nsteps |
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.