scoreMDS | R Documentation |
Scores MDS
scoreMDS(
df,
id,
label_scheme_sub,
anal_type,
scale_log2r,
center_features,
scale_features,
dist_co = log2(1),
adjEucDist = FALSE,
choice = "cmdscale",
method = "euclidean",
p = 2L,
k = 3L,
col_group,
folds,
out_file,
...
)
df |
The name of a primary data file. By default, it will be determined
automatically after matching the types of data and analysis with an
|
id |
Character string; one of |
label_scheme_sub |
A data frame. Subset entries from |
anal_type |
Character string; the type of analysis that are preset for
method dispatch in function factories. The value will be determined
automatically. Exemplary values include |
scale_log2r |
Logical; if TRUE, adjusts |
center_features |
Logical; if TRUE, adjusts log2FC to center zero by
features (proteins or peptides). The default is TRUE. Note the difference to
data alignment with |
scale_features |
Logical; if TRUE, adjusts log2FC to the same scale of
variance by features (protein or peptide entries). The default is TRUE. Note
the difference to data scaling with |
dist_co |
Numeric; The cut-off in the absolute distance measured by
|
adjEucDist |
Logical; if TRUE, adjusts the inter-plex |
choice |
Character string; the MDS method in |
method |
Character string; the distance measure in one of c("euclidean",
"maximum", "manhattan", "canberra", "binary") for |
p |
Numeric; The power of the Minkowski distance in
|
k |
Numeric; The desired dimension for the solution passed to
|
col_group |
Character string to a column key in |
folds |
Not currently used. Integer; the degree of folding data into subsets. The default is one without data folding. |
out_file |
A file path object to an output file. |
... |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.