A list of most parameters.
counts |
A data.frame or matrix. A "count matrix" with subjects as rows and features as columns. Note that this matrix does not necessarily have to contain counts. |
metric |
A character string. The proportionality metric to calculate. Choose from "rho", "phi", or "phs". |
ivar |
A numeric scalar. Specifies reference feature(s) for additive log-ratio transformation. The argument will also accept feature name(s) instead of the index position(s). Set to "iqlr" to use inter-quartile log-ratio transformation. Ignore to use centered log-ratio transformation. |
select |
Optional. Use this to subset the final proportionality matrix without altering the result. Use this argument to rearrange feature order. |
symmetrize |
A logical. If |
alpha |
A double. See vignette for details. Leave missing to skip Box-Cox transformation. |
p |
An integer. The number of permutation cycles. |
... |
Arguments passed to the wrapped method. |
object, x, rho, propr, propd |
A |
subset |
Subsets via |
i |
Operation used for the subset indexing. Select from "==", "=", ">", ">=", "<", "<=", "!=", or "all". For backwards compatibility. |
j |
Provide a numeric value to which to compare the
proportionality measures in the |
tiny |
A logical scalar. Toggles whether to pass the indexed
result through |
group |
A character vector. Group or sub-group memberships,
ordered according to the row names in |
weighted |
A boolean. Toggles whether to calculate
theta using |
cutoff |
For |
what |
A character string. The theta type to set active. |
moderated |
For |
ncores |
An integer. The number of parallel cores to use. |
y |
Missing. Ignore. Leftover from the generic method definition. |
prompt |
A logical scalar. Set to |
plotly |
A logical scalar. Set to |
k |
An integer. For |
col1, col2 |
A character vector. Specifies which nodes
to color |
d3 |
A boolean. Use |
include |
This argument indicates which features by
name should belong to a pair for that pair to get included
in the results. Subset performed by
|
or |
A boolean. If |
clean |
A boolean. Toggles whether to remove pairs
with "Bridged" or "Missing" PALs. Used by |
plotSkip |
A boolean. Toggles whether to build
the network graph without plotting it.
Used by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.