scorePCA | R Documentation |
Scores PCA
scorePCA(
df,
id,
label_scheme_sub,
anal_type,
scale_log2r,
center_features,
scale_features,
choice,
type,
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 |
choice |
Character string; the PCA method in |
type |
Character string indicating the type of PCA by either
observations or features. At the |
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.