View source: R/standardize_filebacked.R
standardize_filebacked | R Documentation |
A helper function to standardize a filebacked matrix
standardize_filebacked(
X,
new_file,
rds_dir,
non_gen,
complete_outcome,
id_var,
outfile,
quiet,
overwrite
)
X |
A list that includes:
(1) subset_X: a |
new_file |
The new_file (as a character string) of the bed/fam data files (e.g., |
rds_dir |
The path to the directory in which you want to create the new '.rds' and '.bk' files. Defaults to |
outfile |
Optional: the name (character string) of the new_file of the logfile to be written. Defaults to 'process_plink', i.e. you will get 'process_plink.log' as the outfile. |
quiet |
Logical: should messages be printed to the console? Defaults to FALSE (which leaves the print messages on...) |
overwrite |
Logical: if existing |
A list with a new component of obj
called 'std_X' - this is an FBM with column-standardized data.
List also includes several other indices/meta-data on the standardized matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.