byfile_gspahm | R Documentation |
A helper function for gspaHM by input file names
byfile_gspahm(
ess_in,
meta_in,
fml_nm,
filepath,
filename,
scale_log2r,
impute_na,
...
)
ess_in |
A list of file names for input data |
meta_in |
A list of file names for input metadata |
fml_nm |
A character string; the name of |
filepath |
A file path to output results. By default, it will be
determined automatically by the name of the calling function and the value
of |
filename |
A representative file name to outputs. By default, the
name(s) will be determined automatically. For text files, a typical file
extension is |
scale_log2r |
Logical; if TRUE, adjusts |
impute_na |
Logical; if TRUE, data with the imputation of missing values will be used. The default is FALSE. |
... |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.