plotNMFmeta | R Documentation |
Plots coef results from NMF analysis
plotNMFmeta(
id,
rank,
label_scheme_sub,
scale_log2r,
complete_cases,
impute_na,
df,
df2,
filepath,
filename,
anal_type,
...
)
id |
Character string; one of |
rank |
Numeric vector; the factorization rank(s) in
|
label_scheme_sub |
A data frame. Subset entries from |
scale_log2r |
Logical; if TRUE, adjusts |
complete_cases |
Logical; if TRUE, only cases that are complete with no missing values will be used. The default is FALSE. |
impute_na |
Logical; if TRUE, data with the imputation of missing values will be used. The default is TRUE. |
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
|
df2 |
Character vector or string; the name(s) of secondary data file(s).
An informatic task, i.e. |
filepath |
Use system default. |
filename |
A representative file name to outputs. By default, it will be determined automatically by the name of the current call. |
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 |
... |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.