checkArgs | R Documentation |
Checks whether or not the all arguments in the scPCA
functions are input properly.
checkArgs(
target,
background,
center,
scale,
n_eigen,
contrasts,
penalties,
clust_method,
linkage_method,
clusters,
eigdecomp_tol,
eigdecomp_iter,
n_centers,
scaled_matrix
)
target |
The target (experimental) data set, in a standard format such
as a |
background |
The background data set, in a standard format such as a
|
center |
A |
scale |
A |
n_eigen |
A |
contrasts |
A |
penalties |
A |
clust_method |
A |
linkage_method |
A |
clusters |
A |
eigdecomp_tol |
A |
eigdecomp_iter |
A |
n_centers |
A |
scaled_matrix |
A |
Whether all argument conditions are satisfied
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.